All Projects → machine-learning-projects → Machine Learning Recipes

machine-learning-projects / Machine Learning Recipes

Following along with: Machine Learning Recipes with Josh Gordon

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine Learning Recipes

Big Album Art
[RETIRED] A Flask app to display almost-fullscreen album art for your currently playing Spotify songs. Enjoy the visuals!
Stars: ✭ 38 (-76.83%)
Mutual labels:  tutorial-code
Dependent Dropdown Example
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"
Stars: ✭ 84 (-48.78%)
Mutual labels:  tutorial-code
React Burger Menu Article App
React app with implemented hamburger menu
Stars: ✭ 108 (-34.15%)
Mutual labels:  tutorial-code
Opencl 101
Learn OpenCL step by step.
Stars: ✭ 43 (-73.78%)
Mutual labels:  tutorial-code
Pandas Tutorial
Tutorial on Using Pandas
Stars: ✭ 66 (-59.76%)
Mutual labels:  tutorial-code
Pytorch
PyTorch tutorials A to Z
Stars: ✭ 87 (-46.95%)
Mutual labels:  tutorial-code
Flutter Video Streaming App
Code for the tutorial showing how to build video streaming app in flutter
Stars: ✭ 33 (-79.88%)
Mutual labels:  tutorial-code
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (-21.95%)
Mutual labels:  tutorial-code
Uc R.github.io
Main repository for R programming courses @ University of Cincinnati, courses and tutorials that focus on data wrangling, exploration, visualization, and analysis with R.
Stars: ✭ 76 (-53.66%)
Mutual labels:  tutorial-code
Resnet Face Pytorch
Training a ResNet on UMDFaces for face recognition
Stars: ✭ 107 (-34.76%)
Mutual labels:  tutorial-code
Python Beginner Programming Exercises
Practice your Python programming skills with this interactive and auto-graded set of exercises.
Stars: ✭ 47 (-71.34%)
Mutual labels:  tutorial-code
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (-60.37%)
Mutual labels:  tutorial-code
Coremldemo
A simple demo for Core ML
Stars: ✭ 90 (-45.12%)
Mutual labels:  tutorial-code
Intro To Apis Course
Introduction to APIs course
Stars: ✭ 1,009 (+515.24%)
Mutual labels:  tutorial-code
Sshserver
This is a tutorial on how to build a basic SSH Server in C#, but you are welcome to try following in any language.
Stars: ✭ 114 (-30.49%)
Mutual labels:  tutorial-code
Api Ai Tutorial Demo
A simple example of Facebook Messenger chatbot built with api.ai and node.js
Stars: ✭ 33 (-79.88%)
Mutual labels:  tutorial-code
100 Plus Python Programming Exercises Extended
100+ python programming exercise problem discussed ,explained and solved in different ways
Stars: ✭ 1,250 (+662.2%)
Mutual labels:  tutorial-code
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (-15.24%)
Mutual labels:  tutorial-code
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (-27.44%)
Mutual labels:  tutorial-code
Symfony 3 Rest Api Example
Symfony 3 RESTful API Example
Stars: ✭ 90 (-45.12%)
Mutual labels:  tutorial-code

machine-learning-recipes

Machine Learning Recipes with Josh Gordon

My code following the Machine Learning Recipes with Josh Gordon series by Google Developers.

Part 1 - Hello World

Six lines of Python is all it takes to write your first machine learning program! In this episode, we'll briefly introduce what machine learning is and why it's important. Then, we'll follow a recipe for supervised learning (a technique to create a classifier from examples) and code it up.

Part 2 - Visualizing a Decision Tree

Last episode, we treated our Decision Tree as a blackbox. In this episode, we'll build one on a real dataset, add code to visualize it, and practice reading it - so you can see how it works under the hood.

Part 3 - What Makes a Good Feature?

Good features are informative, independent, and simple. In this episode, we'll introduce these concepts by using a histogram to visualize a feature from a toy dataset.

Part 4 - Let’s Write a Pipeline

In this episode, we’ll write a basic pipeline for supervised learning with just 12 lines of code. Along the way, we'll talk about training and testing data. Then, we’ll work on our intuition for what it means to “learn” from data.

Part 5 - Writing Our First Classifier

Welcome back! It's time to write our first classifier. This is a milestone if you’re new to machine learning. We'll start with our code from episode #4 and comment out the classifier we imported. Then, we'll code up a simple replacement - using a scrappy version of k-Nearest Neighbors

Part 6 - Train an Image Classifier with TensorFlow for Poets

Monet or Picasso? In this episode, we’ll train our own image classifier, using TensorFlow for Poets. Along the way, I’ll introduce Deep Learning, and add context and background on why the classifier works so well. Here are links to learn more, thanks for watching, and have fun!

Part 7 - Classifying Handwritten Digits with TF.Learn

Write a basic classifier using TF.Learn.

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