SciSharp / SiaNet

An easy to use C# deep learning library with CUDA/OpenCL support
https://scisharp.github.io/SiaNet
MIT License
380 stars 83 forks source link

Examples for creating datasets? #8

Closed limapedro closed 6 years ago

limapedro commented 6 years ago

Hello, awesome project, I was checking the examples, I don't know how to construct datasets, could make a feed forward neural network to solve the XOR problem and showing how to construct dataset? That'd would be very helpful though. Thanks.

deepakkumar1984 commented 6 years ago

Thanks mate! I am working on improvising the dataframe class to make it simpler. I will create a wiki on how to use it. Please feel to add more feedback which will help me improve this project.

limapedro commented 6 years ago

Thanks for the reply.

deepakkumar1984 commented 6 years ago

I created a WIKI and sample code in the example to build XOR dataset and train them using simple network.

https://github.com/deepakkumar1984/SiaNet/wiki/Example-Build-Dataset---XOR-Gate