Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am new to neural network and very curious about it.how do i implement feed forward neural network in my jsp website(hiring process)where we feed details about multiple employee in database and get best employee from them using network.but i dont know from where i start.
I google for This,but got example on X-OR problem..
Need your suggestions
thank..
Posted
Updated 1-Apr-15 7:15am

1 solution

I doubt a neuronal network would be a good choice for what you're trying to accomplish. Skills matching can be very well done with a deterministic approach. If you're determined to use a neuronal network but have no experience in working with them, why do you want to do two steps at once? Learn about neuronal networks, experiment with them and find out if you actually can get one to do what you want - on your desktop, without a website involved. If you got this far, then you can think about how to integrate it with your website. But I fail to see how integrating a neuronal network with a website would be fundamentally different than integrating any other algorithm / data processing logic.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900