Moon Breakers
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A.I program

2 posters

Go down

A.I program Empty A.I program

Post by Vanity Tue Jul 24, 2012 12:57 am

I am currently working on a project regarding A.I capabilities. Does anyone recommend a certain programming language that may
be useful for making this program.

Thanks,

Vanity
Vanity
Vanity

Posts : 544
Join date : 2012-07-06
Age : 29
Location : Australia

Back to top Go down

A.I program Empty Re: A.I program

Post by the-anger Tue Jul 24, 2012 2:03 am

what kind of AI are you after? expert system decision making, or more along the lines of artificial learning (supervised or otherwise)?

Either way i will end up saying 'have a look at LISP' as it was heavily researched exactly to this end, but that is at best a lexical convenience - many modern languages can do pretty much the same albeit to varying degrees of readability.
the-anger
the-anger

Posts : 1247
Join date : 2012-07-05
Age : 34
Location : Australia (+10 GMT)

Back to top Go down

A.I program Empty Re: A.I program

Post by Vanity Tue Jul 24, 2012 2:11 am

1) I want something that can do facial recognition, as well as pattern recognition. I’m looking for something that might work somewhat like the iPhone Siri. As well as being able to change the pitch to make the voice, much like the vocaloid voices. Something that doesn’t sound real, but is actually able to say something that doesn’t sound too much like a gps. Razz It’s more of a test to see if my idea will work, without having to use pre-made programs. I’m hoping to write it all from scratch. As for the voice, I might have to use a separate program to make that, and then save the files. The files can then be recalled by the A.I. and then can play it.
Vanity
Vanity

Posts : 544
Join date : 2012-07-06
Age : 29
Location : Australia

Back to top Go down

A.I program Empty Re: A.I program

Post by the-anger Tue Jul 24, 2012 2:21 am

i have come across voice synth's before, they were difficult to control because they required precise control over vowel parameters, mouth shape, etc... i think the program was called mbrola or something... its very heavy duty stuff, every possible pronunciation is up to taste and yes, it will take an adaptive 2-3 layer neural network with feedback learning to match a user's speaking.

as far as facial recognition, you ought to look into feature identification within the topic of image processing. start off with fingerprint recognition to get a feel for the techniques involved, and it should get you on the way to facial recognition which will focus on the locations of key features within the image.

there is no ideal language, but i would pick one with many processing api's for the tasks and one that compiles to fast code - probably haskell or C depending on taste / style / api's
the-anger
the-anger

Posts : 1247
Join date : 2012-07-05
Age : 34
Location : Australia (+10 GMT)

Back to top Go down

A.I program Empty Re: A.I program

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum