Skip to content
A collection of machine learning examples and tutorials.
Python
Branch: master
Clone or download

Latest commit

Latest commit b202395 May 17, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
ab_testing update Jun 24, 2019
airline minor updates Dec 27, 2017
ann_class update Jun 24, 2019
ann_class2 keras update acc > accuracy Apr 2, 2020
ann_logistic_extra change as_matrix to values Aug 4, 2018
bayesian_ml minor updates Dec 27, 2017
cnn_class update May 11, 2020
cnn_class2 keras update acc > accuracy Apr 2, 2020
data_csv initial commit Aug 24, 2017
hmm_class update Jun 24, 2019
keras_examples keras examples Aug 26, 2018
linear_regression_class gradient descent exercise Feb 4, 2019
logistic_regression_class update Jun 23, 2019
mnist_csv initial commit Aug 24, 2017
nlp_class update Dec 13, 2019
nlp_class2 keras update acc > accuracy Apr 2, 2020
nlp_class3 update Apr 14, 2020
numpy_class add numpy exercises Feb 24, 2019
pytorch add pytorch Mar 20, 2020
recommenders update Aug 25, 2019
rl update May 6, 2020
rl2 update Aug 3, 2019
rl3 update May 8, 2019
rnn_class small update rnn Feb 15, 2018
supervised_class update Nov 9, 2019
supervised_class2 update Jan 7, 2020
svm_class update Apr 22, 2019
tensorflow initial commit Aug 24, 2017
tf2.0 update May 17, 2020
unsupervised_class update Oct 17, 2019
unsupervised_class2 update Feb 7, 2019
unsupervised_class3 fix comment Jul 26, 2018
.gitignore initial commit Aug 24, 2017
README.md update Apr 16, 2020
best_fit_line.py initial commit Aug 24, 2017

README.md

machine_learning_examples

A collection of machine learning examples and tutorials.

Find associated tutorials at https://lazyprogrammer.me

Find associated courses at https://deeplearningcourses.com

Please note that not all code from all courses will be found in this repository. Some newer code examples (e.g. everything from Tensorflow 2.0) were done in Google Colab. Therefore, you should check the instructions given in the lectures for the course you are taking.

Why you should not fork this repo

I've noticed that many people have out-of-date forks. Thus, I recommend not forking this repository if you take one of my courses. I am constantly updating my courses, and your fork will soon become out-of-date. You should clone the repository instead to make it easy to get updates (i.e. just "git pull" randomly and frequently).

Direct Course Links

PyTorch: Deep Learning and Artificial Intelligence (special discount link for full VIP course as of Apr 2020) https://www.udemy.com/course/pytorch-deep-learning/?couponCode=PYTORCHVIP

Tensorflow 2.0: Deep Learning and Artificial Intelligence (Main Course - special discount link) https://www.udemy.com/course/deep-learning-tensorflow-2/?referralCode=E10B72D3848AB70FE1B8

Tensorflow 2.0: Deep Learning and Artificial Intelligence (VIP Content) https://deeplearningcourses.com/c/deep-learning-tensorflow-2

Cutting-Edge AI: Deep Reinforcement Learning in Python https://deeplearningcourses.com/c/cutting-edge-artificial-intelligence

Recommender Systems and Deep Learning in Python https://deeplearningcourses.com/c/recommender-systems

Machine Learning and AI: Support Vector Machines in Python https://deeplearningcourses.com/c/support-vector-machines-in-python

Deep Learning: Advanced Computer Vision https://deeplearningcourses.com/c/advanced-computer-vision

Deep Learning: Advanced NLP and RNNs https://deeplearningcourses.com/c/deep-learning-advanced-nlp

Deep Learning: GANs and Variational Autoencoders https://deeplearningcourses.com/c/deep-learning-gans-and-variational-autoencoders

Advanced AI: Deep Reinforcement Learning in Python https://deeplearningcourses.com/c/deep-reinforcement-learning-in-python

Artificial Intelligence: Reinforcement Learning in Python https://deeplearningcourses.com/c/artificial-intelligence-reinforcement-learning-in-python

Natural Language Processing with Deep Learning in Python https://deeplearningcourses.com/c/natural-language-processing-with-deep-learning-in-python

Deep Learning: Recurrent Neural Networks in Python https://deeplearningcourses.com/c/deep-learning-recurrent-neural-networks-in-python

Unsupervised Machine Learning: Hidden Markov Models in Python https://deeplearningcourses.com/c/unsupervised-machine-learning-hidden-markov-models-in-python

Deep Learning Prerequisites: The Numpy Stack in Python https://deeplearningcourses.com/c/deep-learning-prerequisites-the-numpy-stack-in-python

Deep Learning Prerequisites: Linear Regression in Python https://deeplearningcourses.com/c/data-science-linear-regression-in-python

Deep Learning Prerequisites: Logistic Regression in Python https://deeplearningcourses.com/c/data-science-logistic-regression-in-python

Deep Learning in Python https://deeplearningcourses.com/c/data-science-deep-learning-in-python

Cluster Analysis and Unsupervised Machine Learning in Python https://deeplearningcourses.com/c/cluster-analysis-unsupervised-machine-learning-python

Data Science: Supervised Machine Learning in Python https://deeplearningcourses.com/c/data-science-supervised-machine-learning-in-python

Bayesian Machine Learning in Python: A/B Testing https://deeplearningcourses.com/c/bayesian-machine-learning-in-python-ab-testing

Easy Natural Language Processing in Python https://deeplearningcourses.com/c/data-science-natural-language-processing-in-python

Practical Deep Learning in Theano and TensorFlow https://deeplearningcourses.com/c/data-science-deep-learning-in-theano-tensorflow

Ensemble Machine Learning in Python: Random Forest and AdaBoost https://deeplearningcourses.com/c/machine-learning-in-python-random-forest-adaboost

Deep Learning: Convolutional Neural Networks in Python https://deeplearningcourses.com/c/deep-learning-convolutional-neural-networks-theano-tensorflow

Unsupervised Deep Learning in Python https://deeplearningcourses.com/c/unsupervised-deep-learning-in-python

You can’t perform that action at this time.