Skip to content

Simple neural network classification of the iris flower data set

Notifications You must be signed in to change notification settings

NNs-platform/Iris-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris-nn

Simple neural network classification of the Iris flower data set

Table of contents

General info

This is a simple hello world-style program for performing classification using multi-layer perceptrons.

Technologies

Project is created with:

  • Spring Boot version: 1.5.9.RELEASE
  • Deep Learning for Java version: 0.9.1

Setup

Clone the repo:

$ git clone https://github.com/NNs-platform/Iris-nn.git

Or download a ZIP of master manually and expand the contents someplace on your system.

To run this project, install it locally using mvn:

  • cd ../project
  • mvn install
  • run application

About

Simple neural network classification of the iris flower data set

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages