Click to See Complete Forum and Search --> : AI and C#


lazy_cod3R
06-09-2001, 06:20 AM
Hello again :
I have finally finished my A.I prject that i had been working on. It's bascilly a movie recommeder system which will recommed movies based on inputs which you give telling the system what movies you already like, its basiclly an instance based learner. It uses the perceptron, nearest neighbour , naive bayes,pearsons algorithm and also a hybrid algorithm which me and my 2 other partners came up with.
I coded this program in C# and i was wondering if anyone was interested in seeing what C# code looks like (i can mail you some of the stuff if you like) and what the project looks like as a whole (i can post screen shots if you like).

If not thats cool to i know this is a linux message board and its a bit blasphmeous :) and no this isnt a flame of any kind :)

Strike
06-09-2001, 06:54 AM
Any reason why you chose C#?

Qubit
06-09-2001, 07:16 AM
Can you post an URL? I'm actually quite interested to see how C# looks like (Forgive me, Oh omnipresent and most potent Linus Torvalds.)

Ben Briggs
06-09-2001, 08:43 AM
As much I don't like MS Products/Languages, I'd like to see why you like it so much. If you could either post a URL, or E-mail me it at the one listed in my profile, I'd be appreciative.

Thanks

Bradmont2
06-09-2001, 03:10 PM
Why don't you just post some of the code here?

lazy_cod3R
06-09-2001, 06:14 PM
I would like to but all the code was on the laptop because i demo'ed it on the laptop as well as coded on it to and my friend is borrowing my laptop for some powerpoint stuff he has to do, when i get it back and if the lecturer still hasnt put up the code i will post it here, give us about a day or 2 :)

thanx for waiting

lazy_cod3R
06-11-2001, 03:41 AM
hey i have the url now if anyone is interested. I included all my test files as well as the documentation and all the reports if you want to see them, the code is in a directorey called movie recommeder .
http://www.ug.cs.usyd.edu.au/~sbudiman/aip/

the actual file is called proj.zip :)

its a 315kb download you wont be able to execute it becase none of the runtimes required are installed in the beta of c# and in any current windows version.

Ben Briggs
06-11-2001, 06:47 PM
Thanks for the links, but according to WinZip, it's an invalid Zip file :(

Strike
06-11-2001, 08:03 PM
According to unzip it isn't either.

lazy_cod3R
06-12-2001, 04:51 AM
oh serious, bloody hell, ok let me check :)

lazy_cod3R
06-12-2001, 05:40 AM
http://www.ug.cs.usyd.edu.au/~sbudiman/aip/

i fixed it they are all tar files now there are four files, the names of the files should be clear, i have all the docs in the documents.tar has the screenies of the program and the code in the codereco.tar
the database that we made is in the zip file.

dont know how it screwed up in da frist place :)