Skip to content

yro7/Java_Projet_Long

Repository files navigation

Java Neural Networks from scratch

This project aims to implement Neural Networks algorithms from scratch, as cleanly and modulable as possible.

Library overhead

Here's the call tree of the project, when training a basic MNIST MLP resolver. As expected, the matrix multiplication takes ~95% of CPU time. image Note that the application only ran for a few minutes, JIT by the JVM might change results while training larger models.

About

Our java long project for ENSEEIHT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages