We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba15b6 commit f1cbdd0Copy full SHA for f1cbdd0
README.md
@@ -4,7 +4,7 @@
4
# Test Coverage
5
[](https://coveralls.io/r/izmailoff/scala-nn?branch=master)
6
7
-# scala-nn
+# Scala-NN
8
A Neural Network (NN) implemented in Scala from scratch.
9
10
## What?
@@ -29,7 +29,7 @@ Have java runtime JVM 8 installed. To build run from shell:
29
30
This will download dependencies, compile the code, run all the tests and create a self-contained JAR file. After the build is done run the JAR with:
31
32
- > java -jar target/scala-2.12/scala-machine-learning-assembly-0.1.jar
+ > java -jar target/scala-2.12/scala-nn-assembly-0.1.jar
33
34
Default settings can be changed via `-D` Java arguments. For more info see `reference.conf` file.
35
0 commit comments