All Projects → vi3k6i5 → learning_ml

vi3k6i5 / learning_ml

Licence: MIT license
I am teaching a Learning ML workshop for some folks @ Belong.co. Creating this repo to organise the course material.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to learning ml

Pytorch Keras Toandroid
Stars: ✭ 97 (+321.74%)
Mutual labels:  tensorflow-tutorials, keras-tutorials
Dlpython course
Примеры для курса "Программирование глубоких нейронных сетей на Python"
Stars: ✭ 266 (+1056.52%)
Mutual labels:  tensorflow-tutorials, keras-tutorials
TF-Model-Deploy-Tutorial
A tutorial exploring multiple approaches to deploy a trained TensorFlow (or Keras) model or multiple models for prediction.
Stars: ✭ 51 (+121.74%)
Mutual labels:  tensorflow-tutorials, keras-tutorials
Learn Machine Learning In Two Months
Những kiến thức cần thiết để học tốt Machine Learning trong vòng 2 tháng. Essential Knowledge for learning Machine Learning in two months.
Stars: ✭ 1,726 (+7404.35%)
Mutual labels:  tensorflow-tutorials, machine-learning-tutorials
tf-examples
TensorFlow examples
Stars: ✭ 23 (+0%)
Mutual labels:  tensorflow-tutorials
Transfer learning tutorial
A guide to transfer learning with inception-resnet-v2.
Stars: ✭ 228 (+891.3%)
Mutual labels:  tensorflow-tutorials
Nakedtensor
Bare bone examples of machine learning in TensorFlow
Stars: ✭ 2,443 (+10521.74%)
Mutual labels:  tensorflow-tutorials
Tensorflow Deep Learning
All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
Stars: ✭ 170 (+639.13%)
Mutual labels:  tensorflow-tutorials
content-moderation-image-api
An NSFW Image Classification REST API for effortless Content Moderation built with Node.js, Tensorflow, and Parse Server
Stars: ✭ 50 (+117.39%)
Mutual labels:  tensorflow-tutorials
einstein
Python Tutorial with popular machine learning algorithms implementation. This tutorial helps you processing data like Einstein
Stars: ✭ 34 (+47.83%)
Mutual labels:  tensorflow-tutorials
tensorflow 2.0 tutorial
tensorflow 2.0 正式版实用教程/tutorial
Stars: ✭ 48 (+108.7%)
Mutual labels:  tensorflow-tutorials
Tensorflow 101
TensorFlow Tutorials
Stars: ✭ 2,565 (+11052.17%)
Mutual labels:  tensorflow-tutorials
tensorflow-fifo-queue-example
Example on how to use a Tensorflow Queue to feed data to your models.
Stars: ✭ 39 (+69.57%)
Mutual labels:  tensorflow-tutorials
Ml Classifier Ui
A UI tool for quickly training image classifiers in the browser
Stars: ✭ 224 (+873.91%)
Mutual labels:  tensorflow-tutorials
Traffic-Light-Classification
A detailed tutorial on how to build a traffic light classifier with TensorFlow for the capstone project of Udacity's Self-Driving Car Engineer Nanodegree Program.
Stars: ✭ 110 (+378.26%)
Mutual labels:  tensorflow-tutorials
Cs224d
Code for Stanford CS224D: deep learning for natural language understanding
Stars: ✭ 222 (+865.22%)
Mutual labels:  tensorflow-tutorials
Artificial Intelligence Deep Learning Machine Learning Tutorials
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
Stars: ✭ 2,966 (+12795.65%)
Mutual labels:  tensorflow-tutorials
TensorFlow-Multiclass-Image-Classification-using-CNN-s
Balanced Multiclass Image Classification with TensorFlow on Python.
Stars: ✭ 57 (+147.83%)
Mutual labels:  tensorflow-tutorials
Awesome Tensorlayer
A curated list of dedicated resources and applications
Stars: ✭ 248 (+978.26%)
Mutual labels:  tensorflow-tutorials
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+952.17%)
Mutual labels:  tensorflow-tutorials

Learning_ML

I am teaching a Learning ML workshop for some people @ Belong.co. Creating this repo to organise the course material.

I have implemented some basic machine learning and neural network Models from scratch in python and compared it with sklearn's implementation:

Models

  • Simple Linear Regression Notebook

  • Simple Linear Regression with Stochastic Gradient Descent Notebook

  • Multiple Linear Regression Notebook

  • Multiple Linear Regression with Stochastic Gradient Descent Notebook

  • Logistic Regression Notebook

  • Logistic Regression with Stochastic Gradient Descent Notebook

  • Naive Bayes Classifier Bernoulli Notebook

  • Naive Bayes Classifier Multinomial Notebook

  • Hidden Markov model Notebook

Neural_Networks

  • Fizz Buzz in keras with Relu Notebook

  • Fizz Buzz in keras with LeakyReLU and Dropout Notebook

  • Fizz Buzz in Tensorflow Notebook

  • Text classficiation model in keras Notebook

Working on more models to be put here, Reinforcement learning and Encoder decoder models.

Metrics

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