seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan's comments
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
Though were did you hear that it's creator was 13-years-old during itself inception? I'm not doubting it, I just haven't found any online sources to validate that point.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
Here is a Wiki page on my father: http://en.wikipedia.org/wiki/Eric_Le_Van
My mother is an educator and tutor. http://www.myriamlevan.com/
My sisters are also musicians, who are studying at Princeton university.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
For me, it was 5% reading, 95% hands-on experience, though it differs from person-to-person.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
In fact, ACUMAN beat the ALICE bot in the last Chatterbox Challenge by over 20 points, winning the "Best New Bot" prize.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
I also have a job as part of a web development and design team called http://www.whiskeyandwhiskey.com/.
I have quite a few opportunities for hands-on experience.
Mine is AI in the sense that it uses machine learning algorithms and corroborates it in a way that mimics human behavior. Maybe I put too much effort to the interface, but the interface took me a while.
Furthermore, my project does not end at the chatterbot element of it: it also collects useful psychometric data using text classification algorithms.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
Evidence for this lies in the fact that for the last hour, WolframAlpha was down for my bot due to excessive requests- and yet, no-one has noticed until this point- proving that there is significantly more to the algorithm then merely scraping their API.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
I have yet to know any "intelligent" piece of artificial intelligence software that is not dependent whatsoever on external APIs. (Read: Siri, which is much more dependent on the WolframAlpha API then mine is). To me, it wouldn't be intelligent not to straddle the large resources of data available.
What you posted to, also, was hardcoded in WolframAlpha's system, which is not impressive.
Furthermore, try using WolframAlpha for conversation, and prepare to be disappointed. There's a lot of parsing going on in the backend on my system to make it work.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot
Here is the URL: http://acuman.us/readmore.php
I decided that AIML was not useful to me because it was too rigid in syntax and was too static. This is particularly in the manner in which most AIML interpreters parse the syntax, making a rigid "if hello is in string, then say nice meeting you" syllogism (basically a beefed-up conditional statement) that essential has no room or place in actual artificial intelligence. I could have adjusted it to match my needs by creating my own interpreter, but I thought if I was going to accomplish that, why not create my own syntax that matches my needs better and has syntax that is even less convoluted and more focused on pattern-matching and machine learning?
I thought of releasing an API where you can code using the syntax of ACUMANSCRIPT- but I am unfortunately not prepared for open-sourcing ACUMAN's main architecture code due to it still competing in contests and fairs.
seanlevan | 11 years ago | on: Show HN: I'm a 14 year-old dev who has programmed an artificial intelligence bot