Skip to content

Scyneo/NeuralNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNet

Dataset for training and testing:

MNIST

Authors:

Olha Babicheva, Konrad Hennig, Mateusz Babicz, Mikołaj Józefowski

FAQ:

  1. You can create a neural network by passing a list of layers to the NeuralNetwork constructor: image
  2. For reading csv files you may use readCsv function from CsvReader class (feel free to use the dataset provided above to train and test the neural network):
    image
  3. To train and test your model you should use train and test methods of NeuralNetwork class. For example: image

How Main.java works:

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%