I WANT YOU to run my program.

<p>I have a program that I wrote that is taking forever to run on my cpu. So for all you MIT geniuses, could you run my program? <a href="mailto:Sagar.Indurkhya@gmail.com">Sagar.Indurkhya@gmail.com</a></p>

<p>i wouldn't mind... <a href="mailto:stud7899@ev1.net">stud7899@ev1.net</a> .....but my comp probably won't do anything that yours won't</p>

<p>stop being silly :-P</p>

<p>good programs are usually simple and neat; taking a minimal resource as possible.
i'd suggest to slim down your program. (unless you're computer is 486 but you're running XP)</p>

<p>is that a trojan? :p back in 10th grade I did things like these to my friends to drop em my trojanhorses :D</p>

<p>:rolleyes:, hmmm, hey merc check your mail :D</p>

<p>just kidding :)</p>

<p>No. I have it super slim, and I did tons of optimizations, and then compiled it with MS VS.NET 2003 Optimizing compiler. So it is pretty damn slim. Anyway, I will email you guys the program in a few days, cuz I just added some stuff.</p>

<p>what does the program do?</p>

<p>It deals with recurrent neural networks with something about long term memory in real time....blah I didn't understand what he told me, he'll tell me better at school.</p>

<p>what language did you use???</p>

<p>What's the point of having others run your program for you? You won't know what changes to make if you don't see it being run yourself. But if you want us to comment on your program, that's more likely. :)</p>

<p>If you're working with recurrent neural networks, I suggest using Python. I've worked on similar programs using Python and editing/compiling with emacs. If you are not familar with Python but are well versed in programming in general, you can pick up on it rather quickly. The syntax is clear and above all, the language is rather powerful. Good luck!</p>

<p>I saw python, but the syntax doesn't look too appealing. I will prolly use it over the summer. It has to be in C++, cuz I am using it with Directx and it makes it easier. I am asking others to run it, because my computer is really old and slow. </p>

<p>When it is running, it doesn't display anything. It just dumps data to output.txt, which I view later.</p>

<p>For nerual nets, may I suggest NeuroSolutions? :)</p>