All Projects → ndrplz → Machine_learning_lectures

ndrplz / Machine_learning_lectures

Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.

Projects that are alternatives of or similar to Machine learning lectures

Letslearnai.github.io
Lets Learn AI
Stars: ✭ 33 (-72.03%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms, tensorflow-tutorials, deep-learning-tutorial
Color Accessibility Neural Network Deeplearnjs
🍃 Using a Neural Network to improve web accessibility in JavaScript.
Stars: ✭ 230 (+94.92%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms, deep-learning-tutorial
Machine Learning Notebooks
Machine Learning notebooks for refreshing concepts.
Stars: ✭ 222 (+88.14%)
Mutual labels:  reinforcement-learning, machine-learning-algorithms, deep-learning-tutorial
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (+62.71%)
Mutual labels:  reinforcement-learning, deep-neural-networks, machine-learning-algorithms
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+533.9%)
Mutual labels:  reinforcement-learning, tensorflow-tutorials, deep-learning-tutorial
Learningx
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python
Stars: ✭ 241 (+104.24%)
Mutual labels:  tutorials, reinforcement-learning, machine-learning-algorithms
Dlpython course
Примеры для курса "Программирование глубоких нейронных сетей на Python"
Stars: ✭ 266 (+125.42%)
Mutual labels:  deep-neural-networks, tensorflow-tutorials, deep-learning-tutorial
Androidtensorflowmnistexample
Android TensorFlow MachineLearning MNIST Example (Building Model with TensorFlow for Android)
Stars: ✭ 449 (+280.51%)
Mutual labels:  deep-neural-networks, tensorflow-tutorials, deep-learning-tutorial
Android Tensorflow Lite Example
Android TensorFlow Lite Machine Learning Example
Stars: ✭ 681 (+477.12%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms, tensorflow-tutorials
Androidtensorflowmachinelearningexample
Android TensorFlow MachineLearning Example (Building TensorFlow for Android)
Stars: ✭ 1,369 (+1060.17%)
Mutual labels:  deep-neural-networks, tensorflow-tutorials, deep-learning-tutorial
Fullstackmachinelearning
Mostly free resources for end-to-end machine learning engineering, including open courses from CalTech, Columbia, Berkeley, MIT, and Stanford (in alphabetical order).
Stars: ✭ 39 (-66.95%)
Mutual labels:  reinforcement-learning, deep-neural-networks
Stock Price Trade Analyzer
This is a Python 3.0 project for analyzing stock prices and methods of stock trading. It uses native Python tools and Google TensorFlow machine learning.
Stars: ✭ 35 (-70.34%)
Mutual labels:  reinforcement-learning, machine-learning-algorithms
Bipropagation
Stars: ✭ 41 (-65.25%)
Mutual labels:  deep-neural-networks, machine-learning-algorithms
The Incredible Pytorch
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
Stars: ✭ 8,584 (+7174.58%)
Mutual labels:  deep-neural-networks, deep-learning-tutorial
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-64.41%)
Mutual labels:  reinforcement-learning, machine-learning-algorithms
Kalasalingam
IEEE "Invited Talk on Deep Learning" 03/02/2018
Stars: ✭ 13 (-88.98%)
Mutual labels:  deep-neural-networks, deep-learning-tutorial
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-43.22%)
Mutual labels:  deep-neural-networks, deep-learning-tutorial
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+895.76%)
Mutual labels:  deep-neural-networks, deep-learning-tutorial
Machine Learning Collection
A resource for learning about ML, DL, PyTorch and TensorFlow. Feedback always appreciated :)
Stars: ✭ 883 (+648.31%)
Mutual labels:  machine-learning-algorithms, tensorflow-tutorials
Fish detection
Fish detection using Open Images Dataset and Tensorflow Object Detection
Stars: ✭ 67 (-43.22%)
Mutual labels:  tutorials, tensorflow-tutorials

machine_learning_lectures

Collection of lectures and lab lectures on machine learning and deep learning.


Deep Learning

Gradient Descent

thumb_gradient_descent
LaTeX source: here.
Practice (1) slides.
Practice (2) slides and code (TensorFlow).

Neural Networks and Deep Neural Networks

thumb_neural_networks
LaTeX source: here.
Practice slides and code (TensorFlow).

Convolutional Neural Networks

thumb_convnets
LaTeX source: here.
Practice slides and code (TensorFlow).

Recurrent Neural Networks

thumb_recurrent
LaTeX source: here.
Practice slides and code (TensorFlow).


Reinforcement Learning

Introduction and Model Free Learning

thumb_model_free
LaTeX source: here.
Practice slides and code (TensorFlow).

Function Approximation

thumb_fun_approx
LaTeX source: here.


Machine Learning

Boosting

thumb_boosting
LaTeX source: here.
Practice code: here.

Clustering

thumb_clustering
LaTeX source: here.
Practice code: here.

Dimensionality Reduction

thumb_dim_reduction
LaTeX source: here.
Practice code: here.

Logistic Regression

thumb_logistic_regression
LaTeX source: here.
Practice code: here.

Naive Bayes

thumb_bayes
LaTeX source: here.
Practice code: here.

Support Vector Machine (SVM)

thumb_svm
LaTeX source: here.
Practice code: here.

F.A.Q.

  • How did you make the thumbnails?

Please see make_thumbs.py. The script assumes that ImageMagick library is already installed in your system.

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].