• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Jupyter Notebook
  • Created about 4 years ago
  • Updated almost 4 years ago

Reviews

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

Repository Details

In this repository I will be adding all the automated libraries with respect to data science.

More Repositories

1

Machine_learning_Projects

This repository consist of machine learning projects.
Jupyter Notebook
4
star
2

Machine-Learning

In this repository I have done the implementation of all the machine learning concepts.
Jupyter Notebook
3
star
3

Feature_Selection

Feature Selection is the process where you automatically or manually select those features which contribute most to your prediction variable or output in which you are interested in. Having irrelevant features in your data can decrease the accuracy of the models and make your model learn based on irrelevant features.
Jupyter Notebook
3
star
4

Feature_Engineering

Feature engineering is the process of using domain knowledge to extract features from raw data via data mining techniques. These features can be used to improve the performance of machine learning algorithms. Feature engineering can be considered as applied machine learning itself.
Jupyter Notebook
3
star
5

Hyperparameter_Tuning_Techniques

Hyperparameter optimization or tuning is the problem of choosing a set of optimal hyperparameters for a learning algorithm. A hyperparameter is a parameter whose value is used to control the learning process. By contrast, the values of other parameters (typically node weights) are learned. Hyperparameters are crucial as they control the overall behavior of a machine learning model. The ultimate goal is to find an optimal combination of hyperparameters that minimizes a predefined loss function to give better results.
Jupyter Notebook
3
star
6

Time_series_analysis

Time Series analysis is one of the important concept in python. So I have done the implementation of all the time series analysis techniques.
Jupyter Notebook
2
star
7

Heroku_Deployment

Heroku is a container-based cloud Platform as a Service (PaaS). Developers use Heroku to deploy, manage, and scale modern apps. Our platform is elegant, flexible, and easy to use, offering developers the simplest path to getting their apps to market.
Jupyter Notebook
2
star
8

Handling_Imbalanced_Dataset

Imbalanced data sets are a special case for classification problem where the class distribution is not uniform among the classes. Typically, they are composed by two classes: The majority (negative) class and the minority (positive) class.
Jupyter Notebook
2
star
9

FbProphet

Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. Prophet is open source software released by Facebook’s Core Data Science team.
Jupyter Notebook
2
star
10

Malaria_disease_prediction_deep-learning

Jupyter Notebook
1
star
11

Cotton_leaf_Disease_classification_deep-learning

Jupyter Notebook
1
star
12

Diabetes_prediction_end_to_end

Jupyter Notebook
1
star
13

Advanced_Regression

Jupyter Notebook
1
star
14

Loan-Prediction

Python
1
star
15

tic_tac_toe_app

Python
1
star
16

Data_Augumentation

Python
1
star
17

FarmApp

https://farmapp-chand.herokuapp.com/home
CSS
1
star
18

Trending-jobs-skills-analysis

Python
1
star
19

HealthApp

A Machine Learning and Deep Learning based application for disease detection.
Jupyter Notebook
1
star
20

Heart_disease_prediction-end_to_end

Jupyter Notebook
1
star
21

ipl_score_prediction

Python
1
star
22

Pnuemonia_disease_prediction_deep-learning

Jupyter Notebook
1
star
23

Tomato_leaf_disease_classification

Jupyter Notebook
1
star
24

Covid-Prediction-using-chest-x-ray

Jupyter Notebook
1
star
25

Algorithms-Pack

C++
1
star
26

Artificial_Neural_network

Artificial neural networks are used in sequence and pattern recognition systems, data processing, robotics, modeling, etc. ANN acquires knowledge from their surroundings by adapting to internal and external parameters and they solve complex problems which are difficult to manage.
Jupyter Notebook
1
star
27

Natural_Language_Processing

Natural language processing involves the reading and understanding of spoken or written language through the medium of a computer. This includes, for example, the automatic translation of one language into another, but also spoken word recognition, or the automatic answering of questions.
Jupyter Notebook
1
star