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
- Host: GitHub
- URL: https://github.com/leonardocrociani/neural-network-julia
- Owner: leonardocrociani
- Created: 2025-01-21T07:23:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:42:12.000Z (over 1 year ago)
- Last Synced: 2025-04-08T13:49:09.986Z (about 1 year ago)
- Topics: julia, neural-network
- Language: Julia
- Homepage:
- Size: 764 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.