-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Minimal Tutorial #154
Comments
There is a simple regression example that shows how to deal with providing data from arrays in https://github.com/dmlc/MXNet.jl/blob/master/examples/regression-example.jl |
Thanks! I somehow managed to not see this example... |
I created a Jupyter Notebook MLP tutorial taking MNIST data from Kaggle and accessing it using an I would love to contribute to the |
@ultradian Thanks a lot! I suggest one of the two options, whichever you prefer that might be easier for maintenance:
|
I am not smart enough to extrapolate from the MNIST example what to
do with data and labels that come in form of regular Julia arrays.
Say, X = Matrix{Float}(1000, 10) and y = Vector{Int}(1000)
Is there a minimal example for a 3 layer perceptron applied to this data?
Thanks
Andre
The text was updated successfully, but these errors were encountered: