That's great!

I am reminded of this blog [[ http://www.briangrinstead.com ]] which also 
has some neat AI algorithms written in JS.  He wrote them for the browser, 
but I can tell you his A* implementation 
[[ http://www.briangrinstead.com/blog/astar-search-algorithm-in-javascript 
]] works great in node :D

On Monday, April 23, 2012 10:50:25 AM UTC-7, denniskane wrote:
>
> The site is powered by an express server, which exec's a separate node AI 
> process for each new IP address.  Each process will automatically end after 
> 10 minutes of inactivity.  You can interface with the process either 
> through a browser at ai.webcyte.net or by sending a URL encoded GET 
> request to http://ai.webcyte.net/send.  So, the comand line for the 
> phrase, "there is a boy named joe" using curl will look like:
>
> $ curl http://ai.webcyte.net/send/there%20is%20a%20boy%20named%20joe
>
> Detailed instructions can be found at ai.webcyte.net.
>
> This project is currently meant to be a prototype in order to build 
> interest in developing a robust AI system that "just works" (read: NOT 
> another chatterbot!).  It can possibly be used as the intelligent backend 
> to a Siri-like voice interface in the not too distant future.
>
> I am interested in getting in touch with academic/research types as well 
> as business types.
>
> Will probably want to develop an open source version for non-business 
> purposes that can be used on the client side (eventually) and keep the 
> supported commercial version well hidden from prying eyes on the server 
> side.
>
> Thoughts?
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to