Calcyon
08-05-2009, 03:56 PM
Hi I'm hoping to build a program to complete a list of functions, I have no experience in programming and was hoping someone could push me in the right direction.
I wish to create code that will go to a specific web page, store information from the page and then access a few links off the page and then gather information again. Sometimes there will be missing data and the number of instances will be different on each page too. I'm hoping that I can just use some kind of function that will load the whole page in a text format and then I can use a search function to point it to the areas it needs to look?
When this information has been stored I wish to enter the information into a neural network. I'd like to store the information in a file (some kind of database), as while trying to optimise my network I'll be trying different inputs, transformations etc. i.e. using the data over and over again.
I've been going through the basics of c++ this morning and was looking for methods to access the internet when I read something suggesting c++ was a difficult language to access the internet through? But I had been intending to use c++ for the actual neural network as I'd found a class for them in this language: http://www.codeproject.com/KB/recipes/BP.aspx
edit: Basically I'm asking whether it is best to stick with c++, if my conjectured methodology is based in reality, and how can I store my information?
I wish to create code that will go to a specific web page, store information from the page and then access a few links off the page and then gather information again. Sometimes there will be missing data and the number of instances will be different on each page too. I'm hoping that I can just use some kind of function that will load the whole page in a text format and then I can use a search function to point it to the areas it needs to look?
When this information has been stored I wish to enter the information into a neural network. I'd like to store the information in a file (some kind of database), as while trying to optimise my network I'll be trying different inputs, transformations etc. i.e. using the data over and over again.
I've been going through the basics of c++ this morning and was looking for methods to access the internet when I read something suggesting c++ was a difficult language to access the internet through? But I had been intending to use c++ for the actual neural network as I'd found a class for them in this language: http://www.codeproject.com/KB/recipes/BP.aspx
edit: Basically I'm asking whether it is best to stick with c++, if my conjectured methodology is based in reality, and how can I store my information?