Example using LearnBase #28
Description
I know JuliaML is in an state of "get your hands dirty" but it would be really nice to have an explanation on how to make a model in a "JuliaML" way. If its not clear, maybe open a discussion on how we would like that to be.
The JuliaML ecosystem is right now focused on providing tools to be used afterwards to create models. There is nevertheless not a single example showing how to use the tools to build a model and how to use the model with the provided tools (MLDataUtils for example).
I would like to do a couple of things:
-
port an implementation of a Perceptron
in such a way that is coherent with the ecosystem. -
help to build a simple tutorial showing how to use the tools (and the model) in a real (yet it can be tiny) example.
I am doing tutorials for myself but I would like to generate something more readable such as MLDataPattern documentation but I have no idea on how to build this (is it markdown? I see the extension .rst and I have no idea on how to start building pretty documentation like that).