An open API service indexing awesome lists of open source software.

https://github.com/leonardocrociani/neural-network-julia

A Neural Network from scratch in Julia
https://github.com/leonardocrociani/neural-network-julia

julia neural-network

Last synced: 5 months ago
JSON representation

A Neural Network from scratch in Julia

Awesome Lists containing this project

README

          

# Neural Network in Julia

- High quality first
- Commented, readable code

All the code is in the `src` folder. The `main.jl` file is the entry point of the program.
The other modules must be put in the `src/lib` folder.