All Projects → anujvyas → Machine Learning Projects

anujvyas / Machine Learning Projects

This repository consists of all my Machine Learning Projects.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine Learning Projects

Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+1527.41%)
Mutual labels:  jupyter-notebook, classification, pandas, numpy, clustering, regression, matplotlib
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+182.22%)
Mutual labels:  jupyter-notebook, pandas, numpy, clustering, matplotlib
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+5.19%)
Mutual labels:  jupyter-notebook, pandas, sklearn, numpy, matplotlib
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+2234.81%)
Mutual labels:  classification, pandas, numpy, clustering, regression
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (+30.37%)
Mutual labels:  jupyter-notebook, pandas, sklearn, numpy
Opendatawrangling
공공데이터 분석
Stars: ✭ 148 (+9.63%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (+54.07%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
ml-workflow-automation
Python Machine Learning (ML) project that demonstrates the archetypal ML workflow within a Jupyter notebook, with automated model deployment as a RESTful service on Kubernetes.
Stars: ✭ 44 (-67.41%)
Mutual labels:  numpy, sklearn, pandas, classification
Dimensionality-reduction-and-classification-on-Hyperspectral-Images-Using-Python
In this repository, You can find the files which implement dimensionality reduction on the hyperspectral image(Indian Pines) with classification.
Stars: ✭ 63 (-53.33%)
Mutual labels:  numpy, pandas, classification, matplotlib
Pycaret
An open-source, low-code machine learning library in Python
Stars: ✭ 4,594 (+3302.96%)
Mutual labels:  jupyter-notebook, clustering, regression, classification
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (-5.93%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (-11.85%)
Mutual labels:  jupyter-notebook, classification, clustering, deployment
Pythondatasciencehandbook
The book was written and tested with Python 3.5, though other Python versions (including Python 2.7) should work in nearly all cases.
Stars: ✭ 31,995 (+23600%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (-17.04%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+1283.7%)
Mutual labels:  jupyter-notebook, classification, pandas, clustering
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+627.41%)
Mutual labels:  jupyter-notebook, classification, clustering, regression
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+0.74%)
Mutual labels:  pandas, sklearn, numpy, matplotlib
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+3194.81%)
Mutual labels:  jupyter-notebook, classification, clustering, regression
Machine Learning Alpine
Alpine Container for Machine Learning
Stars: ✭ 30 (-77.78%)
Mutual labels:  jupyter-notebook, pandas, numpy, matplotlib
Tiny ml
numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法
Stars: ✭ 129 (-4.44%)
Mutual labels:  classification, numpy, clustering, regression

Machine Learning Projects

Dataset Python 3.6 NLTK

ML

Why this repository?

• The main purpose of making this repository is to keep all my Machine Learning projects at one place, hence keeping my GitHub clean!
• It looks good, isn't it?

Overview

• This repository consists of all my Machine Learning projects.
• Datasets are provided in each of the folders above, and the solution to the problem statements as well.

Algorithms used

Regression:
Linear Regression
Multiple-Linear Regression
Logistic Regression
Polynomial Regression
Lasso and Ridge Regression (L1 & L2 Regularization)
Elastic-Net Regression

Classification:
K-Nearest Neighbours
Support Vector Machine
Naive Bayes
Decision Tree

Clustering:
K-Means

Ensemble:
Random Forest
Adaptive Boosting (AdaBoost)
Extreme Gradient Boosting (XGBoost)
Voting (Hard/Soft)

Do ⭐ the repository, if it helped you in anyway.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].