No description
Find a file
2022-05-22 22:00:26 +02:00
.idea Deleted .idea/workspace.xml and added it to .gitignore 2022-05-22 22:00:26 +02:00
gradle/wrapper Initial commit 2022-05-21 23:15:51 +02:00
src/main/java Added ReLu activation function 2022-05-22 01:47:39 +02:00
.gitignore Deleted .idea/workspace.xml and added it to .gitignore 2022-05-22 22:00:26 +02:00
build.gradle Initial commit 2022-05-21 23:15:51 +02:00
gradlew Initial commit 2022-05-21 23:15:51 +02:00
gradlew.bat Initial commit 2022-05-21 23:15:51 +02:00
README.md Added README.md 2022-05-22 21:08:45 +02:00
settings.gradle Initial commit 2022-05-21 23:15:51 +02:00

JavaNN

This is a hobby project to learn neural networks in Java.