|
Section 1: Data Collection
What exactly do you want to do with your neural network? Analyze weather patters? Compute complex math? Forecast stock market or lottery trends? No
matter what you want to do, the MOST important factor as to whether your neural net will be useful to you is your data.
Whatever you choose to use the neural net for, the data must be collected in a sequential
fashion for Psychonet to use. This may sound complicated but it really just means that somewhere on your computer you have a text file where you are recording your information. Something as
simple as 1,2,3,4,5 ... will do
more on data collection |
|