•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Computer Science and Software Design section within the Software Development category of DaniWeb, a massive community of 456,578 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,617 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Computer Science and Software Design advertiser: Programming Forums
Views: 793 | Replies: 0
![]() |
Well, I just received an assignment to create and train a neural network to predict the DJIA for a given day. The lecturer didn't have time to tell us much, so after about three hours of reading and poking about methinks what I want is a single-layer neural network (a perceptron network). It looks like something particularly suited to Prolog. What I don't understand is the implementation.
Here's what it *looks* like we need to do: (please, correct me if it looks like I've misunderstood)
Does that sound about right? What confuses me is how this perceptron is any sort of a 'network'.
Here's what it *looks* like we need to do: (please, correct me if it looks like I've misunderstood)
- I take, for example, four parameters (we'll say the closing DJIA for the day previous to day in question, the average closing value for the week, average for the month and the consumer price index for that month, though this is somewhat arbitrary).
- To "train" the network (determine the weight of each parameter) I create a function which takes an arbitrary starting weight and refines it like so:
- W2 = W1 + (bias)*(last actual value - last predicted value)*(new input)
- Once the weights are determined (the network has been "trained") I have a new function to make predictions based on each of the parameters multiplied by their weights and summed.
Does that sound about right? What confuses me is how this perceptron is any sort of a 'network'.
Last edited by Fiume : Nov 4th, 2007 at 9:55 pm.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Computer Science and Software Design Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
adsl2 adsl2+ ajax asp blog business software computer dell design developer development download erp systems india internet it kb kbps linux mbit media microsoft mmorpg network networking news office open operating per programming project management rss science second security software software selection source sql system technology evaluation throughput upload vista web wiki windows xp
- final year project(computer science) (Computer Science and Software Design)
- Which language to learn? (Computer Science and Software Design)
- UML case diagram (Software Developers' Lounge)
- Final Year Project! (Computer Science and Software Design)
- Really need help!?!?!?!? (Java)
- MATLAB neural network tool (Legacy and Other Languages)
- Artificial Intelligence (Computer Science and Software Design)
- MATLAB neural network tool (Computer Science and Software Design)
Other Threads in the Computer Science and Software Design Forum
- Previous Thread: career change to CS
- Next Thread: Chatbot in PROLOG


Linear Mode