aladdinpersson / Machine Learning Collection
Licence: mit
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883
Programming Languages
python
139335 projects - #7 most used programming language
Labels
Projects that are alternatives of or similar to Machine Learning Collection
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (-56.85%)
Mutual labels: pytorch-tutorial, pytorch-tutorials, tensorflow-tutorials, tensorflow-examples
Android Tensorflow Lite Example
Android TensorFlow Lite Machine Learning Example
Stars: ✭ 681 (-22.88%)
Mutual labels: machine-learning-algorithms, tensorflow-tutorials, tensorflow-examples
Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-96.26%)
Mutual labels: machine-learning-algorithms, tensorflow-tutorials, tensorflow-examples
Machine Learning
머신러닝 입문자 혹은 스터디를 준비하시는 분들에게 도움이 되고자 만든 repository입니다. (This repository is intented for helping whom are interested in machine learning study)
Stars: ✭ 705 (-20.16%)
Mutual labels: pytorch-tutorial, tensorflow-tutorials, tensorflow-examples
Deep-Learning-with-PyTorch-A-60-Minute-Blitz-cn
PyTorch1.0 深度学习:60分钟入门与实战(Deep Learning with PyTorch: A 60 Minute Blitz 中文翻译与学习)
Stars: ✭ 127 (-85.62%)
Mutual labels: pytorch-tutorial, pytorch-tutorials
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-96.83%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
tensorflow-practice
Tutorials of Tensorflow for beginners with popular data sets and projects. Let's have fun to learn Machine Learning with Tensorflow.
Stars: ✭ 93 (-89.47%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-69.2%)
Mutual labels: pytorch-tutorial, pytorch-tutorials
TF2-GAN
🐳 GAN implemented as Tensorflow 2.X
Stars: ✭ 61 (-93.09%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
Gradient-Samples
Samples for TensorFlow binding for .NET by Lost Tech
Stars: ✭ 53 (-94%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
Tf tutorial plus
Tutorials for TensorFlow APIs the official documentation doesn't cover
Stars: ✭ 293 (-66.82%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
Dog-or-Cat-TensorflowSharp-Example
An example for TensorflowSharp - classify an image as a dog or cat.
Stars: ✭ 15 (-98.3%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
tutorials-kr
🇰🇷파이토치에서 제공하는 튜토리얼의 한국어 번역을 위한 저장소입니다. (Translate PyTorch tutorials in Korean🇰🇷)
Stars: ✭ 271 (-69.31%)
Mutual labels: pytorch-tutorial, pytorch-tutorials
Dr.sure
🏫DeepLearning学习笔记以及Tensorflow、Pytorch的使用心得笔记。Dr. Sure会不定时往项目中添加他看到的最新的技术,欢迎批评指正。
Stars: ✭ 365 (-58.66%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
My Tensorflow Tutorials
This repo contains all of my TensorFlow tutorials
Stars: ✭ 795 (-9.97%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
TensorFlow20-Notes
TensorFlow 2.0 Various notes and tutorials
Stars: ✭ 14 (-98.41%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
model-deployment
Examples showcasing model deployment
Stars: ✭ 17 (-98.07%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
content-moderation-image-api
An NSFW Image Classification REST API for effortless Content Moderation built with Node.js, Tensorflow, and Parse Server
Stars: ✭ 50 (-94.34%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
go-mnist-client
TensorFlow serving mnist example client in Go.
Stars: ✭ 16 (-98.19%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
Tensorflow chessbot
Predict chessboard FEN layouts from images using TensorFlow
Stars: ✭ 362 (-59%)
Mutual labels: tensorflow-tutorials, tensorflow-examples
Machine Learning Collection
In this repository you will find tutorials and projects related to Machine Learning. I try to make the code as clear as possible, and the goal is be to used as a learning resource and a way to lookup problems to solve specific problems. For most I have also done video explanations on YouTube if you want a walkthrough for the code. If you got any questions or suggestions for future videos I prefer if you ask it on YouTube. This repository is contribution friendly, so if you feel you want to add something then I'd happily merge a PR 😃
Table Of Contents
Machine Learning
-
Linear Regression - With Gradient Descent ✅ -
Linear Regression - With Normal Equation ✅ -
Logistic Regression
-
Naive Bayes - Gaussian Naive Bayes
-
K-nearest neighbors
-
K-means clustering
-
Support Vector Machine - Using CVXOPT
-
Neural Network
- Decision Tree
PyTorch Tutorials
If you have any specific video suggestion please make a comment on YouTube :)
Basics
-
Tensor Basics
-
Feedforward Neural Network
-
Convolutional Neural Network
-
Recurrent Neural Network
-
Bidirectional Recurrent Neural Network
-
Loading and saving model
-
Custom Dataset (Images)
-
Custom Dataset (Text)
-
Transfer Learning and finetuning
-
Data augmentation using Torchvision
-
Data augmentation using Albumentations
-
TensorBoard Example
-
Calculate Mean and STD of Images
-
Simple Progress bar
-
Deterministic Behavior
-
Learning Rate Scheduler
-
Initialization of weights
More Advanced
-
Text Generating LSTM
-
Semantic Segmentation w. U-NET
-
Image Captioning
-
Neural Style Transfer
-
Torchtext [1] Torchtext [2] Torchtext [3]
-
Seq2Seq - Sequence to Sequence (LSTM)
-
Seq2Seq + Attention - Sequence to Sequence with Attention (LSTM)
-
Seq2Seq Transformers - Sequence to Sequence with Transformers
-
Transformers from scratch - Attention Is All You Need
Object Detection
-
Intersection over Union
-
Non-Max Suppression
-
Mean Average Precision
-
YOLOv1 from scratch
-
YOLOv3 from scratch
Generative Adversarial Networks
Architectures
-
LeNet5 - CNN architecture
-
VGG - CNN architecture
-
Inception v1 - CNN architecture
-
ResNet - CNN architecture
-
EfficientNet - CNN architecture
TensorFlow Tutorials
If you have any specific video suggestion please make a comment on YouTube :)
Beginner Tutorials
-
Tutorial 1 - Installation, Video Only -
Tutorial 2 - Tensor Basics
-
Tutorial 3 - Neural Network
-
Tutorial 4 - Convolutional Neural Network
-
Tutorial 5 - Regularization
-
Tutorial 6 - RNN, GRU, LSTM
-
Tutorial 7 - Functional API
-
Tutorial 8 - Keras Subclassing
-
Tutorial 9 - Custom Layers
-
Tutorial 10 - Saving and Loading Models
-
Tutorial 11 - Transfer Learning
-
Tutorial 12 - TensorFlow Datasets
-
Tutorial 13 - Data Augmentation
-
Tutorial 14 - Callbacks
-
Tutorial 15 - Custom model.fit
-
Tutorial 16 - Custom Loops
-
Tutorial 17 - TensorBoard
-
Tutorial 18 - Custom Dataset Images
-
Tutorial 19 - Custom Dataset Text
-
Tutorial 20 - Classifying Skin Cancer - Beginner Project Example
CNN Architectures
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].
