Skip to content

JessicaMS/ND4J_ANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Neural Network written from scratch using ND4J.

Over time, has grown to make use of more ND4J and DL4J features and Alex Black's PlotUtil (helper functions for JFree graph).

  • Builds project dependencies using Maven (POM.XML)
  • Reads CSV files with Canova
  • Iterates through DataSets by a batch size using DL4J objects
  • Evaluates neural network using DL4J's Evaluation object
  • Plot's results using JFree and PlotUtil.java

About

General multilayer ANN using ND4J and DL4J's canova

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages