/neuralnetwork

Simple neural network for neural networks class

Primary LanguageScala

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"