|
-
July 6th, 2011, 09:40 PM
#1
Writing AI Libraries in C++
I am planning to write library using c++ for topics in Artificial Intelligence. I would like to know what are the things I need keep in my mind when writing library? Right now I am learning "Effective C++" book for optimising code.
-
July 6th, 2011, 10:12 PM
#2
Re: Writing AI Libraries in C++
You could read API Design for C++ by Martin Reddy.
-
July 6th, 2011, 11:55 PM
#3
Re: Writing AI Libraries in C++
Artificial Intelligence is all about developing cognitive algorithm , language is not all that important , as a starting place you can check out
http://www.cimne.com/flood/
and this
http://www.amazon.com/C-Neural-Netwo.../dp/1558515526
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|