All Projects → llSourcell → How_to_make_an_image_classifier

llSourcell / How_to_make_an_image_classifier

This is the code for the "How to Make an Image Classifier" - Intro to Deep Learning #6 by Siraj Raval on Youtube

Projects that are alternatives of or similar to How to make an image classifier

Facemesh.pytorch
This is the PyTorch implementation of paper Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs (https://arxiv.org/pdf/1907.06724.pdf)
Stars: ✭ 101 (-1.94%)
Mutual labels:  jupyter-notebook
Personlab Tf
implementation of PersonLab(https://arxiv.org/abs/1803.08225) using TF-slim
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Ai
机器学习、深度学习、自然语言处理、计算机视觉等AI领域相关技术的算法推导及应用
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Ddn
Deep Declarative Networks
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Fer
Facial Expression Recognition with a deep neural network as a PyPI package
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Lt Gee
Google Earth Engine implementation of the LandTrendr spectral-temporal segmentation algorithm. For documentation see:
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
End To End Time Series
This repository hosts code for my Time Series videos part of playlist here - https://www.youtube.com/playlist?list=PL3N9eeOlCrP5cK0QRQxeJd6GrQvhAtpBK
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
My IPython Notebooks
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Mlts
Machine Learning Toolkit for SEO
Stars: ✭ 102 (-0.97%)
Mutual labels:  jupyter-notebook
Av example
Examples on how to use the alpha vantage library
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Advanced Deep Learning With Python
Advanced Deep Learning with Python
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Dl Workshop
Master gradient-based machine learning. Also secretly a JAX course in disguise!
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Dlnotebooks
INACTIVE - please go to https://gitlab.com/juliensimon/dlnotebooks
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Python Data Science Handbook
A Chinese translation of Jake Vanderplas' "Python Data Science Handbook". 《Python数据科学手册》在线Jupyter notebook中文翻译
Stars: ✭ 102 (-0.97%)
Mutual labels:  jupyter-notebook
K means clustering
This is the code for "K-Means Clustering - The Math of Intelligence (Week 3)" By SIraj Raval on Youtube
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Deep ctr
Stars: ✭ 102 (-0.97%)
Mutual labels:  jupyter-notebook
Sigmoidal ai
Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Matgenb
Jupyter notebooks demonstrating the utilization of open-source codes for the study of materials science.
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Fraud Detection Using Deep Learning
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook
Sophia
Neural networks from scratch
Stars: ✭ 103 (+0%)
Mutual labels:  jupyter-notebook

how_to_make_an_image_classifier

This is the code for the "How to Make an Image Classifier" - Intro to Deep Learning #6 by Siraj Raval on Youtube

##Overview

This is the code for this video on Youtube by Siraj Raval as part of the Intro to Deep Learning Udacity nanodegree. The code uses Keras & Tensorflow to train a convolutional neural network on a labeled dataset of cats and dogs. Then, it will be able to classify novel cats and dogs pretty well.

##Dependencies

Install Jupyter notebook from here.

##Usage

Run jupyter notebook in terminal when you are in the main directory, then a browser window will pop up. You can run the code in the browser easily.

Coding Challenge - Due Date: Thursday, February 23rd 2017 at 12 PM PST

The challenge for this video is to build an image classifer for 2 different animals. They can be any 2 animals. You can use Keras & Tensorflow. The demo notebook attached will act as a good guide, as well as the links i've provided in the video description.

Bonus points if you do one or both of the following.

  1. Use only Tensorflow

  2. You use transfer learning to improve your model.

Good luck!

##Credits

Credits go to a Wizard named Rajiv Shah! I've merely created a wrapper to get people started.

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