30 Days Of Machine Learning Using Pytorch

Overview

MLWithPyTorch

30 Days Of Machine Learning Using Pytorch

Objective of the repository is to learn and build machine learning models using Pytorch.

List of Algorithms Covered

๐Ÿ“Œ Day 1 - Linear Regression
๐Ÿ“Œ Day 2 - Logistic Regression
๐Ÿ“Œ Day 3 - Decision Tree
๐Ÿ“Œ Day 4 - KMeans Clustering
๐Ÿ“Œ Day 5 - Naive Bayes
๐Ÿ“Œ Day 6 - K Nearest Neighbour (KNN)
๐Ÿ“Œ Day 7 - Support Vector Machine
๐Ÿ“Œ Day 8 - Tf-Idf Model
๐Ÿ“Œ Day 9 - Principal Components Analysis
๐Ÿ“Œ Day 10 - Lasso and Ridge Regression
๐Ÿ“Œ Day 11 - Gaussian Mixture Model
๐Ÿ“Œ Day 12 - Linear Discriminant Analysis
๐Ÿ“Œ Day 13 - Adaboost Algorithm
๐Ÿ“Œ Day 14 - DBScan Clustering
๐Ÿ“Œ Day 15 - Multi-Class LDA
๐Ÿ“Œ Day 16 - Bayesian Regression
๐Ÿ“Œ Day 17 - K-Medoids
๐Ÿ“Œ Day 18 - TSNE
๐Ÿ“Œ Day 19 - ElasticNet Regression
๐Ÿ“Œ Day 20 - Spectral Clustering
๐Ÿ“Œ Day 21 - Latent Dirichlet
๐Ÿ“Œ Day 22 - Affinity Propagation
๐Ÿ“Œ Day 23 - Gradient Descent Algorithm
๐Ÿ“Œ Day 24 - Regularization Techniques
๐Ÿ“Œ Day 25 - RANSAC Algorithm
๐Ÿ“Œ Day 26 - Normalizations
๐Ÿ“Œ Day 27 - Multi-Layer Perceptron
๐Ÿ“Œ Day 28 - Activations
๐Ÿ“Œ Day 29 - Optimizers
๐Ÿ“Œ Day 30 - Loss Functions

Let me know if there is any correction. Feedback is welcomed.

References

  • Sklearn Library
  • ML-Glossary
  • ML From Scratch (Github)
Owner
Mayur
Waiting for Robot Uprising !
Mayur
Probabilistic time series modeling in Python

GluonTS - Probabilistic Time Series Modeling in Python GluonTS is a Python toolkit for probabilistic time series modeling, built around Apache MXNet (

Amazon Web Services - Labs 3.3k Jan 03, 2023
NCVX (NonConVeX): A User-Friendly and Scalable Package for Nonconvex Optimization in Machine Learning.

NCVX (NonConVeX): A User-Friendly and Scalable Package for Nonconvex Optimization in Machine Learning.

SUN Group @ UMN 28 Aug 03, 2022
Price forecasting of SGB and IRFC Bonds and comparing there returns

Project_Bonds Project Title : Price forecasting of SGB and IRFC Bonds and comparing there returns. Introduction of the Project The 2008-09 global fina

Tishya S 1 Oct 28, 2021
Steganography is the art of hiding the fact that communication is taking place, by hiding information in other information.

Steganography is the art of hiding the fact that communication is taking place, by hiding information in other information.

Priyansh Sharma 7 Nov 09, 2022
ๅ†ณ็ญ–ๆ ‘ๅˆ†็ฑปไธŽๅ›žๅฝ’ๆจกๅž‹็š„ๅฎž็Žฐๅ’Œๅฏ่ง†ๅŒ–

DecisionTree ๅ†ณ็ญ–ๆ ‘ๅˆ†็ฑปไธŽๅ›žๅฝ’ๆจกๅž‹๏ผŒไปฅๅŠๅฏ่ง†ๅŒ– DecisionTree ID3 C4.5 CART ๅˆ†็ฑป ๅ›žๅฝ’ ๅ†ณ็ญ–ๆ ‘็ป˜ๅˆถ ๅˆ†็ฑปๆ ‘ ๅ›žๅฝ’ๆ ‘ ่ฐƒๅ‚ ๅ‰ชๆž ID3 ID3ๅ†ณ็ญ–ๆ ‘ๆ˜ฏๆœ€ๆœด็ด ็š„ๅ†ณ็ญ–ๆ ‘ๅˆ†็ฑปๅ™จ๏ผš ๆ— ๅ‰ชๆž ๅชๆ”ฏๆŒ็ฆปๆ•ฃๅฑžๆ€ง ้‡‡็”จไฟกๆฏๅขž็›Šๅ‡†ๅˆ™ ๅœจdata.pyไธญ๏ผŒๆˆ‘ไปฌ่ฎฐๅฝ•ไบ†ไธ€ไธชๅฐ็š„่ฅฟ็“œๆ•ฐๆฎ

Welt Xing 10 Oct 22, 2022
Pandas DataFrames and Series as Interactive Tables in Jupyter

Pandas DataFrames and Series as Interactive Tables in Jupyter Star Turn pandas DataFrames and Series into interactive datatables in both your notebook

Marc Wouts 364 Jan 04, 2023
Datetimes for Humansโ„ข

Maya: Datetimes for Humansโ„ข Datetimes are very frustrating to work with in Python, especially when dealing with different locales on different systems

Timo Furrer 3.4k Dec 28, 2022
Metric learning algorithms in Python

metric-learn: Metric Learning in Python metric-learn contains efficient Python implementations of several popular supervised and weakly-supervised met

1.3k Dec 28, 2022
A Python implementation of GRAIL, a generic framework to learn compact time series representations.

GRAIL A Python implementation of GRAIL, a generic framework to learn compact time series representations. Requirements Python 3.6+ numpy scipy tslearn

3 Nov 24, 2021
A visual dataflow programming language for sklearn

Persimmon What is it? Persimmon is a visual dataflow language for creating sklearn pipelines. It represents functions as blocks, inputs and outputs ar

รlvaro Bermejo 194 Jan 04, 2023
Bonsai: Gradient Boosted Trees + Bayesian Optimization

Bonsai is a wrapper for the XGBoost and Catboost model training pipelines that leverages Bayesian optimization for computationally efficient hyperparameter tuning.

24 Oct 27, 2022
Cool Python features for machine learning that I used to be too afraid to use. Will be updated as I have more time / learn more.

python-is-cool A gentle guide to the Python features that I didn't know existed or was too afraid to use. This will be updated as I learn more and bec

Chip Huyen 3.3k Jan 05, 2023
Land Cover Classification Random Forest

You can perform Land Cover Classification on Satellite Images using Random Forest and visualize the result using Earthpy package. Make sure to install the required packages and such as

Dr. Sander Ali Khowaja 1 Jan 21, 2022
Reggy - Regressions with arbitrarily complex regularization terms

reggy Regressions with arbitrarily complex regularization terms. Currently suppo

Kim 1 Jan 20, 2022
Automated machine learning: Review of the state-of-the-art and opportunities for healthcare

Automated machine learning: Review of the state-of-the-art and opportunities for healthcare

42 Dec 23, 2022
Decentralized deep learning in PyTorch. Built to train models on thousands of volunteers across the world.

Hivemind: decentralized deep learning in PyTorch Hivemind is a PyTorch library to train large neural networks across the Internet. Its intended usage

1.3k Jan 08, 2023
This project has Classification and Clustering done Via kNN and K-Means respectfully

This project has Classification and Clustering done Via kNN and K-Means respectfully. It later tests its efficiency via F1/accuracy/recall/precision for kNN and Davies-Bouldin Index for Clustering. T

Mohammad Ali Mustafa 0 Jan 20, 2022
Hierarchical Time Series Forecasting using Prophet

htsprophet Hierarchical Time Series Forecasting using Prophet Credit to Rob J. Hyndman and research partners as much of the code was developed with th

Collin Rooney 131 Dec 02, 2022
A Python toolkit for rule-based/unsupervised anomaly detection in time series

Anomaly Detection Toolkit (ADTK) Anomaly Detection Toolkit (ADTK) is a Python package for unsupervised / rule-based time series anomaly detection. As

Arundo Analytics 888 Dec 30, 2022
Extended Isolation Forest for Anomaly Detection

Table of contents Extended Isolation Forest Summary Motivation Isolation Forest Extension The Code Installation Requirements Use Citation Releases Ext

Sahand Hariri 377 Dec 18, 2022