Skip to content

Simple convolutional neural network written in Julia, whit the help of Flux.jl

License

Notifications You must be signed in to change notification settings

ntimeu/SimpleCNN.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCNN.jl

SimpleCNN.jl is an example Convolutional Neural Network showcasing Julia and the Flux.jl library.

How to install it

From Julia's REPL :

julia> ]
pkg> add https://github.com/ntimeu/SimpleCNN.jl#0.1.0

How to use it

Once installed, the following commands will import and start training a simple CNN network on the FashionMNIST dataset.

import SimpleCNN: main

main()