Skip to content

yro7/Java_Projet_Long

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 mlps 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