NeuralNetwork
This java library is used for generating, training, and using artificial neural networks with linear algebra. Uses feed forward nets, with backpropagation learning algorithm.
Install / Use
/learn @dvincent1337/NeuralNetworkREADME
This is a Java library for creating artificial neural networks. It can:
<ul> <li> Create Neural Networks </li> <li> Train Neural Networks using backpropagation, optimized with linear algebra </li> <li> Run Neural Networks </li> <li> Debug with testing functions </li> </ul>The digitInput.txt is a matrix with 5000 20px by 20px images. The digitOutput.txt gives the correct digit for each of the 5000 images. (Each row of the matrix is one image, so digit Input is a 5000x400 matrix and digitOutput is a 5000x10 matrix).
Note: this library requires the jblas linear algebra library. (jblas.org)
Note: this library has only been tested on Linux (Ubuntu 12.04 x64)
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.
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!).
isf-agent
a repo for an agent that helps researchers apply for isf funding
last30days-skill
17.6kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
