aspriya / neuralnetwork

Simple neural network for neural networks class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic scala project structure

Project structure:

src/
src/main/scala - code
src/test/scala - tests
.sbt - build configuration
target/ - created by sbt

How to run it?

Sbt getting started guide

  • install sbt
  • run ./sbt
  • in sbt console type "run" or "test"

About

Simple neural network for neural networks class


Languages

Language:Scala 100.0%