• Stars
    star
    4
  • Rank 3,293,820 (Top 66 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Feature-Engineering

All Techniques of Feature Engineering.
Jupyter Notebook
7
star
2

Machine-Learning-from-scratch

Jupyter Notebook
6
star
3

Ensembling-Blending-and-Stacking

Ive shown each and everyway how to blend and stack with bunch of algortihms then its all up to you. how you use them.
Python
4
star
4

Tweets-Analysis

Using bert for tweet analysis
Python
4
star
5

RajputJay41

4
star
6

Data-Structure-and-Algorithms

Covering all the interviews Problem solving the leet code problems.
C++
3
star
7

Wine-Quality-

Python
3
star
8

Deep-learning-from-scratch

3
star
9

Keras-Tuner

Using Keras Tuner for knowing Best Hyper Parameters
Jupyter Notebook
3
star
10

Using-bert-and-pytorch-for-IMDB

Python
3
star
11

Malenoma--classification

3
star
12

Mechanisms-of-action-kaggle-comp-

Need to download the dataset from the kaagle.
Python
3
star
13

Data-Science

A Beginners Guide to Data Science. A Respository to get you job ready as a Data Science fresher
3
star
14

web

2
star
15

MY-sql-with-Python

Jupyter Notebook
2
star
16

portfo-withh-flask

HTML
2
star
17

Computer-Vision-Projects

Lets make our hand dirty with CV.
Python
2
star
18

Data-Visualization-and-Analysis

Jupyter Notebook
2
star
19

Pytorch-Trainer

Just a Model.py file created so dont need to do much coding, just edit this and have fun.
Python
2
star
20

P_ython

2
star
21

python-for-finance

Its all about python. programs and projects and Frameworks.
Python
2
star
22

House-Price-Prediction

Ask a home buyer to describe their dream house, and they probably won't begin with the height of the basement ceiling or the proximity to an east-west railroad. But this playground competition's dataset proves that much more influences price negotiations than the number of bedrooms or a white-picket fence. With 79 explanatory variables describing (almost) every aspect of residential homes in Ames, Iowa, this competition challenges you to predict the final price of each home. Practice Skills Creative feature engineering Advanced regression techniques like random forest and gradient boosting
Jupyter Notebook
2
star
23

Julia-for-Machine-Learning

Julia provides powerful tools for deep learning (Flux.jl and Knet.jl), machine learning and AI. Julia’s mathematical syntax makes it an ideal way to express algorithms just as they are written in papers, build trainable models with automatic differentiation, GPU acceleration and support for terabytes of data with JuliaDB. Julia's rich machine learning and statistics ecosystem includes capabilities for generalized linear models, decision trees, and clustering. You can also find packages for Bayesian Networks and Markov Chain Monte Carlo.
2
star
24

Hyperparameter-Tuning-with-the-HParams-Dashboard

When building machine learning models, you need to choose various hyperparameters, such as the dropout rate in a layer or the learning rate. These decisions impact model metrics, such as accuracy. Therefore, an important step in the machine learning workflow is to identify the best hyperparameters for your problem, which often involves experimentation. This process is known as "Hyperparameter Optimization" or "Hyperparameter Tuning". The HParams dashboard in TensorBoard provides several tools to help with this process of identifying the best experiment or most promising sets of hyperparameters.
Jupyter Notebook
2
star
25

Malenoma-Classification

Search Results Featured snippet from the web Melanoma, also known as malignant melanoma, is a type of skin cancer that develops from the pigment-producing cells known as melanocytes. Melanomas typically occur in the skin but may rarely occur in the mouth, intestines or eye (uveal melanoma).
2
star
26

Scala-from-scratch-for-DataScience

When it comes to DSE, Apache Spark is the widely used tool in the industry which is written using Scala programming language. Spark is an extension for Hadoop which does batch processing as well as real-time processing. Compared to Hadoop, Spark is more efficient due to many reasons. Find more information on Spark from here. Scala is an extension of java language that is inter-operable with java as it runs on JVM. It has many different features compared to java and a language more focused on Functional Programming. Since Spark is written using Scala, for Spark users Scala will be more appropriate compared to other languages. So using Scala we can get the maximum out of the Spark framework without any restrictions. There are many features in Scala a Data Science Engineer should be familiar with, such as val, Higher Order Functions, Partial Functions, Pattern Matching & Case Classes, Collections, Currying and Implicit.
2
star