Open apaszke opened 8 years ago
I suggest doing a siamese/tripletNet tutorial for face recognition.
@farrajota Would you like to make one?
It's something that I know nothing about but I could give it a try.
@farrajota That would be great! Every contribution is welcome :+1:
@farrajota: do you mean something like -> https://github.com/Atcold/torch-TripletEmbedding ? It's used in OpenFace -> https://cmusatyalab.github.io/openface/
My code has examples... I can make a tutorial out of it without big troubles.
About ML tutorials -> https://github.com/Atcold/Machine-learning-with-Torch About Torch stuff -> https://github.com/Atcold/Torch-Developer-Guide
I had the same will, but no one was caring much...
I have other 3, 4 chapters almost ready. @nicholas-leonard is writing a book, and all this stuff could be merged, in my opinion. Like here -> https://github.com/rasbt/python-machine-learning-book
@Atcold if you could do one tutorial out of your code it would be awesome! Also, there's this video of @nicholas-leonard talking about torch that could help new comers to get to know torch much quicker.
I can do a tutorial for NLP based on one of these https://github.com/Element-Research/rnn/tree/master/examples .
@nicholas-leonard That would be awesome!
@apaszke So do we just send a PR to torch.github.io with a markdown file for our tutorial and you can handle the rest?
@nicholas-leonard I will put up a mirror site sometime this week, and when it's finished we can merge it with torch.ch. I will notify you as soon as it will be up.
But in general yeah, I just need a markdown file and I can do all necessary reformatting on my own. Thanks!
@nicholas-leonard Done. Working repository is online. You can see the preview at torch-docs.github.io.
Hello, I've written some torch samples for generating adversarial examples and for training a model with adversarial cost: https://github.com/ilarele/torch_examples
@ilarele Nice. It would be nice if you could add some visual examples. I am sure it would get you more views.
@ilarele Thanks! That's definitely worth including! Still, I agree with @nicholas-leonard. It would look great with some examples.
After having some discussion with @soumith, we've decided that it would be great to create some good tutorials and examples for Torch beginners. For example TensorFlow has big sections on their website, that explain the most common operations and introduce newcomers to the framework. Current Torch tutorials are a bit outdated and aren't easy to find.
I have created a rough plan of tutorials, that are going to be posted on torch.ch. If anyone would like to take a look and propose something, feel free to comment in the Google Doc.
I think it would be logical to organize these into three sections:
I will be working on these in the upcoming months, but if anyone wants to help, I'll be very happy to split work. Thanks!