NeuralNetwork.NET icon indicating copy to clipboard operation
NeuralNetwork.NET copied to clipboard

Extremely frustrating beyond belief

Open tcwicks opened this issue 4 years ago • 1 comments

Brilliant library. Beyond brilliant. However: Without at least one comprehensive sample trying to use ESP to figure out what the intended usage would be is ridiculous beyond belief.

Simple example: How would we implement a tensor reshape operation between layers? How would we implement a custom loss function? etc...

This is such a brilliant library and quite a lot of work has been put into it. Shame there is not one comprehensive sample. Which results in hours and hours of wasted time trying to figure out howto use it.

As a matter of fact the only way to really figure it out is to download the master source. Then wade through the source code looking for a glimpse of maybe a unit test or some snippet of code from which the intended usage can be inferred.

@Sergio0694 Just because your IQ is way beyond most humans does not mean that you can expect the rest of us to operate at the same level. Why build and publish this library if you don't actually want anyone without Extra Sensory Perception and mind reading abilities to be able to use it?

tcwicks avatar Mar 28 '20 11:03 tcwicks

@tcwicks Try https://github.com/jdermody/brightwire , it has all those features you looking for . I tried last year it good for training NN's .

kiranmaya avatar May 01 '20 16:05 kiranmaya