IvanBongiorni
TensorFlow2.0_Notebooks
Jupyter Notebook

Implementation of a series of Neural Network architectures in TensorFow 2.0

Last updated Mar 1, 2026
38
Stars
22
Forks
1
Issues
0
Stars/day
Attention Score
10
Language breakdown
Jupyter Notebook 100.0%
โ–ธ Files click to expand
README

Author: Ivan Bongiorni, Data Scientist at GfK; LinkedIn.

TensorFlow 2.0 Notebooks

This is a collection of my Notebooks on TensorFlow 2.0

The training of models is based on TensorFlow's eager execution method. I'll try to minimize referencese to Keras.

Summary of Contents:

  • Basic feed forward stuff
  • Autoencoders
  • Convolutional Neural Networks
  • Recurrent Neural Networks
  • Applications to NLP


Contents:

Basic feed forward stuff:

  • Basic classifier: implementation of a feed forward Classifier with simple, full-Batch Gradient Descent in Eager execution.
  • Train a Neural Network with frozen layers

Autoencoders:

  • Denoising Autoencoder (see CNN section below).
  • Recurrent Autoencoder (see RNN section below).

Convolutional Neural Networks:

  • Advanced CNN classifier with custom data augmentation.
  • Mixed-CNN classifier.
  • Denoising Autoencoder.

Recurrent Neural Networks:

  • Seq2seq models.

RNN + Natural Language Processing

ยฉ 2026 GitRepoTrend ยท IvanBongiorni/TensorFlow2.0_Notebooks ยท Updated daily from GitHub