forked fromsjchoi86/Tensorflow-101
- Notifications
You must be signed in to change notification settings - Fork1
codeaudit/Tensorflow-101
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TensorFlow tutorials written in Python (of course) with Jupyter Notebook. Tried to explain as kindly as possible, as these tutorials are intended for TensorFlow beginners. Hope these tutorials to be a useful recipe book for your deep learning projects. Enjoy coding! :)
- Basics ofTensorFlow /MNIST /Image Processing /Generating Custom Dataset
- Machine Learing Basics with TensorFlow:Linear Regression /Logistic Regression with MNIST /Logistic Regression with Custom Dataset
- Multi-Layer Perceptron (MLP):Simple MNIST /Deeper MNIST /Xavier Init MNIST /Custom Dataset
- Convolutional Neural Network (CNN):Simple MNIST /Deeper MNIST /Simple Custom Dataset /Basic Custom Dataset
- Using Pre-trained Model (VGG):Simple Usage /CNN Fine-tuning on Custom Dataset
- Recurrent Neural Network (RNN):Simple MNIST /Char-RNN Train /Char-RNN Sample
- Word Embedding (Word2Vec):Simple Version /Complex Version
- Auto-Encoder Model:Simple Auto-Encoder /Denoising Auto-Encoder /Convolutional Auto-Encoder (deconvolution)
- Class Activation Map (CAM):Global Average Pooling on MNIST
- TensorBoard Usage:Linear Regression /MLP /CNN
- TensorFlow
- Numpy
- SciPy
- Pillow
- Pretrained VGG: inside 'data/' folder
Most of the codes are simple refactorings ofAymeric Damien's Tutorial orNathan Lintz's Tutorial.There could be missing credits. Please let me know.
Collected and Modifyed bySungjoon
About
TensorFlow Tutorials
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Jupyter Notebook100.0%