DeepNeuralNetwork
Deep neural network implemented in Java from scratch, without using library/framework.
Install / Use
/learn @leonematias/DeepNeuralNetworkREADME
DeepNeuralNetwork
Deep neural network implemented in Java from scratch. Plan Java code without using any library or framework. Idea for those who are beginning with machine learning. Based on guidelines by Andrew NG in his Deep Learning specialization at Cousera.
Features:
- Muli-layer network, the number of layers is configurable.
- Binary and Multi-class classification.
- RELU as activation function for hidden layers and Sigmoid/Softmax for output layer.
- Vectorized implementation.
- L2 regularization.
- Gradient descent with mini-batches.
Examples:
- ExampleMnistBinaryClassifier: distinguish between 0s and 1s digit images from Mnist.
- ExampleMnistMultiClassClassifier: classify Mnist digit images from 0 to 9.
This implementation uses Matrix2 class to perform linear algebra operations. That class was design for academic purposes and it's not optimized in any way.
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
flutter-tutor
Flutter Learning Tutor Guide You are a friendly computer science tutor specializing in Flutter development. Your role is to guide the student through learning Flutter step by step, not to provide d
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
16.9kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
