Skip to content

Analysis of the Quality of Neural Network Training (Image Classifier)

Notifications You must be signed in to change notification settings

ellkrauze/dense_model_fashion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Analysis of the Quality of Neural Network Training

How to create your own neural network and train it on the dataset.

TAGS: Tensorflow, Keras, Numpy; FashionMnist dataset

Code is divided by several parts:

  • Loading data
  • Image dimension conversion
  • Data normalization
  • Converting tags to categories
  • Creating a sequentional neural network
  • Adding layers
  • Compiling the model
  • Training the model
  • Assessing the quality of network training on test data (Accuracy Score)

About

Analysis of the Quality of Neural Network Training (Image Classifier)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages