Skip to content

Create a residual network architecture with the model subclassing API from Tensorflow. Application to MNIST dataset

Notifications You must be signed in to change notification settings

sergiopperez/Residual_Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Residual network for the MNIST dataset

Objective: employ the model subclassing API together with custom layers to create a residual network architecture. Train the custom model on the MNIST dataset by using a custom training loop and implementing the automatic differentiation tools in Tensorflow to calculate the gradients for backpropagation.

About

Create a residual network architecture with the model subclassing API from Tensorflow. Application to MNIST dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published