Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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()