Giter Site home page Giter Site logo

trentsartain / neural-network Goto Github PK

View Code? Open in Web Editor NEW
279.0 279.0 69.0 130 KB

This is a configurable Neural Network written in C#. The Network functionality is completely decoupled from the UI and can be ported to any project. You can also export and import fully trained networks and datasets.

License: MIT License

C# 100.00%

neural-network's People

Contributors

freilichtbuehne avatar trentsartain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neural-network's Issues

Doesn't converger training on modified example T = I1 + I2

I left your network file, NetworkExample.txt, alone.
I modified your DatasetExample.txt file such that Targets = V1 + V2.
I tried to Train to Minimum Error = 0.1..
It converges to error = 0.7501.
It never trains to 0.1.
What is wrong?
How do I fix this?

I suggest you to tell what version of VS and C# compiler do you used

Friendly hello.
I think your project is a good start to who don't know all the thing in Neural Networks but want to know more and practice , we all appreciate that.

I began to check out your code and notice that you are using the new C# 6.0 syntax, that syntax just work for the VS2015 compiler.

So I think that it will be good to tell that in the REDME file, so people dont have problems when compiling.

Saving trained network to the file

Hi there,

Great job! I couldn't find any method that helps to write/read the trained network to/from the file.
That would be a great option to have because normally training might take few hours and you might not want to do that everytime you start over.

Thanks

Not reading the data file because of Environment setting

In the Program.cs there is a SetupFromFile() method, which does the splitting of a fileContent. When it splits the fileContent with Environment.NewLine first parameter, the new line splitter is \r\n in my environment and so the function doesn't split the fileContent. It causes expected error with unability to Load all data from file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.