Skip to content
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

Open
abieler opened this issue Nov 22, 2016 · 5 comments
Open

Question: Minimal Tutorial #154

abieler opened this issue Nov 22, 2016 · 5 comments

Comments

@abieler
Copy link

abieler commented Nov 22, 2016

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

@mcreel
Copy link
Contributor

mcreel commented Nov 24, 2016

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

@abieler
Copy link
Author

abieler commented Nov 25, 2016

Thanks! I somehow managed to not see this example...

@ultradian
Copy link
Contributor

I created a Jupyter Notebook MLP tutorial taking MNIST data from Kaggle and accessing it using an ArrayDataProvider. You can see it here: https://github.com/ultradian/julia_notebooks/blob/master/mxnet/mnistMLP.ipynb

I would love to contribute to the MXNet.jl project with further documentation. How would I best do this?

@pluskid
Copy link
Member

pluskid commented Mar 31, 2017

@ultradian Thanks a lot! I suggest one of the two options, whichever you prefer that might be easier for maintenance:

  • Make a PR to put your jupyter notebook to the MXNet.jl repo. Under some directory such as examples/jupyter-notebooks.
  • Keep your notebook hosted on your side, but add a link to it somewhere in the doc.

@ultradian
Copy link
Contributor

@pluskid Thank you for all your work. I'm going for option 2, and just submitted a PR #227. Hopefully, I'll be able to contribute something more substantial in the future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants