Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivanbongiorni/tensorflow_tutorial

Contains several implementations of Deep Learning models based on pure TensorFlow - no Keras
https://github.com/ivanbongiorni/tensorflow_tutorial

Last synced: 14 days ago
JSON representation

Contains several implementations of Deep Learning models based on pure TensorFlow - no Keras

Awesome Lists containing this project

README

        

Author: Ivan Bongiorni, Data Scientist at GfK; [LinkedIn](https://www.linkedin.com/in/ivan-bongiorni-b8a583164/).
# TensorFlow Tutorial

Welcome to my TensorFlow tutorial.
This repository contains several implementations of Deep Learning models based on pure TensorFlow - no Keras here, just plain TensorFlow code.

## Contents:

- **TensorFlow_1_Classification_BatchGD**: implementation of a Deep Neural Network with simple Gradient Descent optimization.

- **TensorFlow_2_Classification_MiniBatchGD**: new version of the previous network, with implementation of Mini-Batch Gradient Descent.

- **TensorFlow_3_Autoencoder_Dimensionality_Reduction**: how to reduce the dimensionality of a dataset with a stacked Autoencoder.

## Coming Soon:

- How to save and restore TensorFlow models.

- Regression tasks

- Convolutional Neural Networks