4 devlogs
13h 40m 20s
Deep Learning implementations from scratch — Java-first, with a focus on fundamentals, math, and experiments
Deep Learning implementations from scratch — Java-first, with a focus on fundamentals, math, and experiments
Devlog: Changes made
Log in to leave a comment
Log in to leave a comment
Finally, I have implemented a single layer perceptron with:
I have also added JUnit test for testing the Perceptron for AND, OR, XOR (where it is expected to fail) and a random linearly separable dataset. The test also checks for input and output size mismatches.
Log in to leave a comment
Log in to leave a comment