Skip to content

Instantly share code, notes, and snippets.

View JarvisEQ's full-sized avatar
💭
Drinking Coffee

Liam Jarvis JarvisEQ

💭
Drinking Coffee
View GitHub Profile
@JarvisEQ
JarvisEQ / nn.java
Created August 18, 2018 14:26 — forked from Jeraldy/nn.java
Implementing an Artificial Neural Network in Pure Java (No external dependencies)
/**
*
* @author Deus Jeraldy
* @Email: [email protected]
* BSD License
*/
// np.java -> https://gist.github.com/Jeraldy/7d4262db0536d27906b1e397662512bc
import java.util.Arrays;