All Projects → llSourcell → How_to_make_a_tensorflow_image_classifier_live

llSourcell / How_to_make_a_tensorflow_image_classifier_live

Projects that are alternatives of or similar to How to make a tensorflow image classifier live

Ipython Notebooks
Stars: ✭ 62 (-1.59%)
Mutual labels:  jupyter-notebook
Minimally Sufficient Pandas
There are always multiple ways to complete a task in Pandas. A minimal subset of the library is sufficient for almost everything.
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Niwidgets
Neuroimaging widgets for jupyter notebooks
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Singlecellopenproblems
Formalizing and benchmarking open problems in single-cell genomics
Stars: ✭ 60 (-4.76%)
Mutual labels:  jupyter-notebook
Notebooks Forge
A collection of notebooks built for defensive and offensive operations.
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Vitech
tuyển chọn các tài liệu về công nghệ bằng tiếng Việt
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Taming Transformers
Stars: ✭ 1,107 (+1657.14%)
Mutual labels:  jupyter-notebook
Ipybind
IPython / Jupyter integration for pybind11
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Whatsapp sqlite reader
Code to extract messages from WhatsApp sqlite DB (written in Python as Jupyter notebook)
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Relaynet pytorch
Pytorch Implementation of retinal OCT Layer Segmentation (with trained models)
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Torrent To Google Drive Downloader
Simple notebook to stream torrent files to Google Drive using Google Colab and python3.
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Jupyterplot
Create real-time plots in Jupyter Notebooks.
Stars: ✭ 64 (+1.59%)
Mutual labels:  jupyter-notebook
Ismartdnn
Light-weighted neural network inference for object detection on small-scale FPGA board
Stars: ✭ 62 (-1.59%)
Mutual labels:  jupyter-notebook
Fbdqa 2021s
Financial Big Data and Quantitative Analytics, Spring 2021.
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Openmomo
Sounding Rocket "MOMO"
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Nlp In Python Tutorial
comparing stand up comedians using natural language processing
Stars: ✭ 1,117 (+1673.02%)
Mutual labels:  jupyter-notebook
Dmia2018 fall public
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Constrained decoding
Lexically constrained decoding for sequence generation using Grid Beam Search
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Anomaly detection for cern
This is code for my CERN presentation
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook
Deeplabv3p gluon
DeepLab v3+ in MXNet Gluon
Stars: ✭ 63 (+0%)
Mutual labels:  jupyter-notebook

How_to_make_a_tensorflow_image_classifier_LIVE

##Overview

This is the code for this video by Siraj Raval on Youtube. This Jupyter notebook shows step by step, the process of building a Convolutional Neural Network using Tensorflow to classify MNIST digits.

##Dependencies

  • matplotlib
  • tensorflow
  • numpy
  • scikit-learn
  • math

install missing dependencies with pip. And install tensorflow via this link.

##Usage

Once dependencies are installed run jupyter notebook in terminal to see the code in your browser.

##Credits

Credits for this code go to Hvass Labs 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].