Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neural Networks Project? [closed]

I'm looking for ideas for a Neural Networks project that I could complete in about a month or so. I'm doing it for the National Science Fair, so I need something that has some curb appeal as well since it's being judged.

It doesn't necessarily have to be completely new and unique, I'm just looking for ideas, but it should be complex enough that it would impress someone who knows about the field. My first idea was to implement a spam filter of sorts, but I recently found out that NN's aren't a very good way to do it. I've already got a basic NN simulator with Genetic Algorithms, and I'm also adding the the generic back-propagation algorithms as well.

Any ideas?

like image 896
Kleptine Avatar asked Jan 18 '10 16:01

Kleptine


3 Answers

Look into Numenta's Hierarchical Temporal Memory (HTM) concept. This may be slightly off topic if the expectation is of "traditional" Neural Nets, but it is also an extremely promising avenue for Artificial Intelligence.

Although Numenta introduced HTM and its associated software platform, NuPIC, almost five years ago, the first commercial product based upon this technology was released (in beta) a few weeks ago by Vitamin D. It is called Vitamin D Video and essentially turns any webcam or IP camera into a sophisticated video monitoring system, recognizing classes of items (say persons vs. cats or other animals) in the video feed.

With the proper setup, this type of application could make for an interesting display at the Science Fair, one with much "curb appeal".

To wet your appetite or even get your feet wet with HTM technology you can download NuPIC and check its various sample applications. Chances are that you may find something that meets typical criteria of both geekness and coolness for science fairs.

Generally, HTMs aim at solving problems which are simple for humans but difficult for computers; such a statement is somewhat of a generic/applicable to Neural Nets, but HTMs take this to the "next level".

Although written in C (I think) NuPIC is typically interfaced in Python, which makes it a convenient test bed for simple yet sophisticated proofs of concept applications.

like image 132
mjv Avatar answered Dec 22 '22 23:12

mjv


A friend of mine in college wrote a NN to play go on a 9x9 board.

I don't think it ever got very good, but I think it would be fun to try.

like image 37
Ken Avatar answered Dec 23 '22 00:12

Ken


You could always try to play around with a neural network and stock courses, if I had a month of spare time for a neural network implementation, thats what I would play with.

like image 41
Viktor Sehr Avatar answered Dec 23 '22 01:12

Viktor Sehr