https://github.com/ondrejbiza/machine_intelligence_course
Tensorflow tutorials.
https://github.com/ondrejbiza/machine_intelligence_course
computer-vision deep-learning machine-learning tensorflow tensorflow-tutorials
Last synced: 4 months ago
JSON representation
Tensorflow tutorials.
- Host: GitHub
- URL: https://github.com/ondrejbiza/machine_intelligence_course
- Owner: ondrejbiza
- License: mit
- Created: 2017-06-18T12:13:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T17:27:42.000Z (over 7 years ago)
- Last Synced: 2025-01-08T11:41:48.218Z (6 months ago)
- Topics: computer-vision, deep-learning, machine-learning, tensorflow, tensorflow-tutorials
- Language: Jupyter Notebook
- Homepage:
- Size: 118 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Machine Intelligence Course, Week 3 ##
This repository contains two Tensorflow tutorials.
### tensorflow_tutorial.ipynb ###
A basic Tensorflow tutorial that starts with the description of the Tensorflow
computational graph and ends with a simple linear regression model.### cats_vs_dogs.ipynb and cats_vs_dogs_with_opencv.ipynb ###
Train a convolutional neural network to recognize cats and dogs. You can either work with images directly
(cats_vs_dogs_with_opencv.ipynb) or download a preprocessed version in the form of numpy arrays (cats_vs_dogs.ipynb).