Hello,
I have decide to create an artificial intelligence program.
I have so far tried two A.I. programs :Siri by Apple and Cyman System for Android
My goal is to create something similar.
I understand that this a big project and would take months and years to complete.
I wonder if anyone can tell me what computer language would be best and where I can find some study material for that language.
Thank you so much
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
Start with C++
=
Programming: Principles and Practice Using C++ by Bjarne Stroustrup
- An Introduction to Computer Programming with C++ by the Inventor of C++
- http://www.amazon.com/Programming-Principles-Pract...
=
Tutorials online:
- http://www.cprogramming.com/tutorial/c++-tutorial....
- http://www.cplusplus.com/doc/tutorial/
=
Code::Blocks == Open Source C/C++ IDE
- codeblocks-12.11mingw-setup.exe
- http://www.codeblocks.org/downloads/binaries
=
Structure and Interpretation of Computer Programs
- by Harold Abelson and Gerald Jay Sussman with Julie Sussman
HTML
- http://mitpress.mit.edu/sicp/full-text/book/book.h...
PDF
- http://deptinfo.unice.fr/~roy/sicp.pdf
======
How to Design Programs
- by Matthias Felleisen, Robert Bruce Findler, Matthew Flatt and Shriram Krishnamurthi
- http://www.htdp.org/