16 Replies - 1244 Views - Last Post: 22 November 2015 - 12:46 PM
#1
I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 03:04 PM
But, it isn't as easy as learning the language in my room, there's a problem, before I waste a year, I need to know which language(s)/ect to learn, because some may not allow me to code up certain processes and may leave me with 78% of the project done and not fixable by learning another one to "not" be able to add onto it.
So, which language allows me to have it:
Ex.1 Make sensory input turn into random guesses sent to motors.
Ex.2 Set up +&- triggers that check if match to all received sensory input and if do=labeled either +/-, and the sense is saved to Memory to be matched also here too.
Ex.3 When stops bad triggers=good trigger and saves actions just done plus links the actions to senses just gotten.
Ex.4 Big movements by motors for too long sends auto pain which makes actions stop and triggers guess to guess new actions.
Replies To: I want to code my A.I., but what language allows such processes?
#2
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 03:08 PM
#3
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 05:28 PM
#4
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 07:58 PM
#5
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 08:01 PM
#6
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 08:25 PM
Also (as asked at top), I want to know if c++ can do those listed processes.
#7
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 09:35 PM
I'd focus on learning some language reasonably well, defining reasonably well as able to develop non-trivial applications from the ground up. You won't be able to reasonably discuss AI if you don't know how to formulate an algorithm effectively.
Quote
No such formula exists. It's utter nonsense. I would discard the notion so you don't waste time on it, when you could spend that time actually learning computer science.
#8
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 09:43 PM
ADVANCESSSS, on 21 November 2015 - 04:04 PM, said:
You _have_ to, eh?
ADVANCESSSS, on 21 November 2015 - 04:04 PM, said:
Typically any API to electronic boards can do that. C#, c++, python, ruby, java, etc.
ADVANCESSSS, on 21 November 2015 - 09:25 PM, said:
There is no magical forumla. Design, design, and design. Then you have a clear picture.
ADVANCESSSS, on 21 November 2015 - 09:25 PM, said:
A wee bit on the melodramatic side, eh?
#9
Re: I want to code my A.I., but what language allows such processes?
Posted 21 November 2015 - 11:58 PM
#10
Re: I want to code my A.I., but what language allows such processes?
Posted 22 November 2015 - 12:20 AM
#11
Re: I want to code my A.I., but what language allows such processes?
Posted 22 November 2015 - 12:41 AM
#12
Re: I want to code my A.I., but what language allows such processes?
Posted 22 November 2015 - 12:46 AM
#13
Re: I want to code my A.I., but what language allows such processes?
Posted 22 November 2015 - 12:50 AM
#14
Re: I want to code my A.I., but what language allows such processes?
Posted 22 November 2015 - 05:30 AM
Quote
No they won't. Any time you put the terms "simple" and "A.I." in the same sentence you know you're on the wrong path.
Also... You should probably give up any idea you have of building an AI. You really don't have what it takes to do it. At least not now, at your current age, skill-level and experience level. Maybe in a few years as part of a team if you're lucky enough to join Google's or M.I.T.'s artificial intelligence research divisions.
All your threads say the same thing: "I want to build artificial intelligence - but I don't want to have to learn how to code in order to do it."
That simply isn't going to work. You're not going to create A.I. when you haven't so much as coded a pocket calculator app. You're not going to create artificial intelligence when you don't seem willing apply any of your own organic intelligence.
If you're serious about wanting to get into coding then GET INTO CODING. Learn a coding language or 5 just like every other serious, professional developer. Everyone starts with one language, learns to make it their bitch, then learns another when another need comes along. For example: Learn C# and make some Windows programs. Then when you need to interact with a robotics kit you bought on-line, you learn some C/C++. Then when you want to add database features you learn SQL. Then when you want to add site site interaction you learn Python. Then when you want to add an iPhone app you learn Swift. And so on. The foundation conceptions such as good design, Object Oriented thinking and so on are pretty much the same across all coding languages. So once you get those down and learn one good language learning the second is much faster than the first. Learning the third is faster than the second. The more you learn, the faster you learn.
And if you're not going to actually get into coding, and if you're not going to make an effort to be a developer then you're on the wrong site. All these posts of you whining "Why can't I make AI by point and click like they do on Star Trek" is basically just spamming us with a bunch of childish non-sense.
If you want to learn then I say "Great. Welcome. We have a ton of tutorials. I love coding. It has been a great career for me. I hope it treats you just as well."
#15
Re: I want to code my A.I., but what language allows such processes?
Posted 22 November 2015 - 05:41 AM
ADVANCESSSS, on 21 November 2015 - 04:04 PM, said:
But, it isn't as easy as learning the language in my room, there's a problem, before I waste a year, I need to know which language(s)/ect to learn, because some may not allow me to code up certain processes and may leave me with 78% of the project done and not fixable by learning another one to "not" be able to add onto it.
So, which language allows me to have it:
Ex.1 Make sensory input turn into random guesses sent to motors.
Ex.2 Set up +&- triggers that check if match to all received sensory input and if do=labeled either +/-, and the sense is saved to Memory to be matched also here too.
Ex.3 When stops bad triggers=good trigger and saves actions just done plus links the actions to senses just gotten.
Ex.4 Big movements by motors for too long sends auto pain which makes actions stop and triggers guess to guess new actions.
I would also point out you are confusing two different and very complex topics.
You started out talking about AI. Then you go on about robotics. Very very different.
Pick one area to start with. AI doesn't require as much investment in expensive gear like motors, and other manufacturing - so you could start there much cheaper. For AI maybe start with something simple. Games are the common starting place because you have a limited world. If you can't make AI for a world 10 city blocks big, with a controllable number of situations and interactions, then clearly it won't work for the full-sized world.
Intelligence doesn't require a working body; just ask Steven Hawking.

New Topic/Question
This topic is locked


MultiQuote







|