Skip to content
This repository has been archived by the owner on Jul 5, 2019. It is now read-only.
/ Neural-Network Public archive

My assignment for a computer programming course.

Notifications You must be signed in to change notification settings

rolzwy7/Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network

My assignment for a computer programming course.


Application is caplable of:

  • Loading network schema from file.
  • Training network on training dataset.
  • Evaluating the result on the test dataset.

Usage example

Printing help

CNN.exe --help

Training 4x3 cnn with iris_training.csv file and evaluating with iris_eval.csv file

CNN.exe iris_4x3.cnn --train-file=iris_training.csv --eval-file=iris_eval.csv --epochs=25000 --learning-rate=0.0015 --train

About

My assignment for a computer programming course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages