C# Encog Neural Net Programming Software Development by James_43 … new VersatileMLDataSet(source); data.NormHelper.Format = format; Encog.ML.Data.Versatile.Columns.ColumnDefinition columnSSN = data.DefineSourceColumn… columnDEV = data.DefineSourceColumn("DEV", Encog.ML.Data.Versatile.Columns.ColumnType.Continuous); data.… Re: C# Encog Neural Net Programming Software Development by overwraith What exactly is this encog stuff? I remeber buying a book on C# web bots by the same guy that made encog, and all I got out of it was poorly documented loops conditionals and logic. At least I think the same guy that wrote encog wrote this stuff. Http programming recipies C# by Mr Heaton? Re: C# Encog Neural Net Programming Software Development by ddanbe Your best option here would be to look in the EnCog documentation to see what can cause this error. Maybe you did not provide the exact format, I see only one `data.DefineSingleOutputOthersInput(columnSSN);` is this not needed for your other column? Re: C# Encog Neural Net Programming Software Development by James_43 … a long shot someone would know the anwer here. The Encog documentation is pretty substandard. I'm looking at the FANN… Re: C# Encog Neural Net Programming Software Development by Christian_7 Hi, (1) the CSVFormat(',', ' '); is not compatible with the source file the numbers use '.' for decimals. (2) the data.DefineSingleOutputOthersInput(columnSSN); for just one column is correct. (3) should call data.Analyse() after line 5, so encog can catch min, max, sd, mean, before calling the data.Normalize(); Program Hangs while using Encog Neural Network to Predict Stock Market Programming Software Development by guptashubham123 …, I have coded java project to predict stock market using Encog Neural Network. It is actually the java adaptation of this… project in c# [url]http://www.heatonresearch.com/encog/articles.html[/url]. The problem is when i obtain data… Re: C# Encog Neural Net Programming Software Development by fcialaa nice post Re: Program Hangs while using Encog Neural Network to Predict Stock Market Programming Software Development by jwenting no, ask in their support community. There's almost certain to be some sort of mailing list or forum for authorised users. Re: Final Year Project SE Programming Software Development by seemasingh …a Neural Network Framework. If you are using Java, Encog is a good choice. I am one of the…="http://www.heatonresearch.com/encog"]http://www.heatonresearch.com/encog[/URL] In the Encog examples there is an example …of how to apply Encog to market prediction… Re: Neural Networks and Prediction Programming Software Development by Superstar288 yea i have started to read his book actually does anyone actually know how to use encog lol. ive been looking at encog,joone and neuroph but i somehow cant find a good tutorial on how to create a predictive NN. maybe im not looking in the right place or im having a bad day :( Re: Neural Networks and Prediction Programming Software Development by Abdel_eid neural network my friend is a great science having too many aspects , i have took a neural network course and a genetic algorithm course using neural network and i think the link mentioned by ezzaral is a good point to start from , can you please explain more what is the encog so i can help . Re: Neural Networks and Prediction Programming Software Development by Superstar288 hi Abdel encog is an open source Neural Network i have been looking for some tutorials and i have found one or two it really is an intresting topic NN can do some much. thanks for the feedback so far i will continue looking at jeffs book and his examples Re: Mini Projects for learning the concepts of Artificial Neural Networks Programming Software Development by ddanbe Perhaps [this](https://www.daniweb.com/programming/software-development/threads/500285/c-encog-neural-net) can help you a bit.