Skip to content

Implementations of DL techniques using TensorFlow 2.0.

Notifications You must be signed in to change notification settings

jmorzeck/DeepLearningStudies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Studies

This repository will show various implementations of DL techniques using TensorFlow 2.0.

1. Convolutional Neural Network (CNN)

The first project will be the creation and training of CNN to classify images of the CIFAR 10 dataset.

  • A deeper model was used to raise val_accuracy to ~85% after 25 epochs.
  • Some data augmentation such as small rotations and zoom-ins raised the accuracy even further.

About

Implementations of DL techniques using TensorFlow 2.0.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages