I saw the Flux pages, but the examples are not clear to me.
Since Flux is simple and fast, would someone please post an example of how to make a simple 1 layer Perceptron using Flux?
Such an example would be a springboard to more complicated neural networks.
Use just simple Dense(m, n, foo), where foo is some activation function, m is the size of input, n is the size of output. By the way, if you want to dig deeper into Flux, I recommend Julia academy short course on Deep learning.