clementfarabet / torch-ios

Torch7 for iOS.
Other
196 stars 42 forks source link

Added XOR Example Project Using Torch7 #12

Closed kurtjacobsdev closed 9 years ago

kurtjacobsdev commented 9 years ago

Added XOR Neural Network Example in the ios_examples/ folder.

When adding new examples please reference the Torch.h & Torch.m files, perhaps consider renaming this class to TorchLoader. I think we should only add code to load files/libs in this class and move code related to a certain classifier into a ViewController or something similar. Observe the structure of the XOR_Example and let me know if you agree with this approach.

This structure is of course for committing to the repo and when creating your own offline project you can do as you please.

soumith commented 9 years ago

nice. finally an example that'll help others. thanks a lot!