Help with understanding programming

  • Thread starter Thread starter smartypants123
  • Start date Start date
  • Tags Tags
    Programming
AI Thread Summary
An experienced programmer seeks guidance on finding a program similar to Codecademy's Java course, specifically for developing AI. The discussion highlights the need for clarity regarding the type of AI development desired, as AI encompasses a wide range of topics. It suggests that the user may benefit from using open-source AI engines and libraries, emphasizing that while decent AI development typically requires a team, utilizing existing libraries can be manageable for individual programmers. TensorFlow is recommended as a robust and well-documented option for those interested in AI programming.
smartypants123
Messages
15
Reaction score
0
I am a very, VERY experienced programmer, as i programed in khan academy, scratch, code academy, and used android studio for programming robots in real life. However, i am very interested in programming A.I's and i learned a lot about that on codeacademy. My question is, what type of program do i look for that is a lot like the one in codeacademy (by the way, if u go to the codeacademy website, which would help, and see what i am talking about, go to "courses" and go down to 'language skills'. Then go down and cklick on the learn java part, as i prefer to work in java:smile:)

please help me out here!
 
Last edited by a moderator:
Technology news on Phys.org
smartypants123 said:
I am a very, VERY experienced programmer, as i programed in khan academy, scratch, code academy, and used android studio for programming robots in real life. However, i am very interested in programming A.I's and i learned a lot about that on codeacademy. My question is, what type of program do i look for that is a lot like the one in codeacademy (by the way, if u go to the codeacademy website, which would help, and see what i am talking about, go to "courses" and go down to 'language skills'. Then go down and cklick on the learn java part, as i prefer to work in java:smile:)?

please help me out here!:oldbiggrin:
Your question is unclear. After you click the "Learn Java" button, what then? Are you asking how to develop a web application like the one that codecademy has?

Also, please don't use "text-speak" here at PF ("u" for "you" and so on), which isn't permitted under the rules at this site.
 
Last edited by a moderator:
smartypants123 said:
i am very interested in programming A.I's and i learned a lot about that on codeacademy.
A.I. is a very large subject. If you learned a lot about A.I., can you describe the nature of the A.I. that you are interested in? Or is that your question?
 
Hm. I've been programming since 1968. I still don't think I'm that great. Must have missed something.

Anyway what you seem to want is an interface to open source AI engines. So you can code in java or whatever. Decent AI development requires multiple programmers. Using existing AI libraries can be a one person thing.

https://www.tensorflow.org/ by Google is free, has lots of help, and is considered by the folks who know to be well documented and a very good project, all in all.
 
  • Like
Likes Thomas Thelen
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top