• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java & AI ,

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Some time ago I read an general article about Java and AI.
for what I know AI applications require fast execution calculations,what doesn't favour Java, I think.I was interesting to understand better Java & AI. so anny tips, or anny good site
if you know..
thanky you!
ciao!
 
tumbleweed
Posts: 5089
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try Practical Artificial Intelligence Programming in Java
 
Johannes de Jong
tumbleweed
Posts: 5089
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And these one's
 
Ranch Hand
Posts: 1365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Artificial Intellegence in the begginer forum? Things sure have changed since I learned Java...
 
Johannes de Jong
tumbleweed
Posts: 5089
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The kids are getting brighter by the day Dave
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
a quick check on google shows up a bunch of sites for eliza+java+applet. Heres two with source code. http://philly.cyberloft.com/bgoerlic/eliza.htm http://shoel.cscmicro.com/java/ElizaApplet.html
Eliza was first written ages ago by Joeseph Wiezenbaum.
She's a virtual psychotherapist and apparently fooled some people in the Turing test
She basically works i think by turning your responses into questions and knowing simple conjugation rules and changing "I" to "you" etc.
 
reply
    Bookmark Topic Watch Topic
  • New Topic