hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
866 stars 200 forks source link

Requesting .NET API #73

Closed merceyz closed 5 years ago

merceyz commented 8 years ago

Hello,

Really interesting project and it would be awesome if there was an .NET API for it.

I'm trying to use the CMD "API" to have it learn some 96x96x3 .png images but not having much luck

hughperkins commented 8 years ago

.Net API... well, there's no reason why there couldnt be one. I'm on ubuntu myself though. I'll add a 'help wanted' label to this issue, and leave it open :-)

I'm trying to use the CMD "API" to have it learn some 96x96x3 .png images but not having much luck

Ok. Do you want to open a separate issue for this, and provide additional details in that, about what you are trying, what you are expecting to happen, and what actually happens?

merceyz commented 8 years ago

I'm assuming the easiest way would be to make a wrapper over the c++ API, that way there is no need to "rewrite" the code.

I made a new issue for my question with more information in it

hughperkins commented 8 years ago

Yes, wrapper over c++ api sounds like a reasonable way forward for this. I've done stuff like that before, eg https://github.com/hughperkins/SpringRTS-CSharpAI , but I'd rather focus my effort on opencl convolution currently.