We went through a round of this in the 1980s. The first commercial graphics workstations happened to be LISP machines. So management confused non-numeric code with A.I. There was demand for workstation experts. Not to loang after this UNIX graphics workstations like Sun, Apollo and MicroVAX came out and the market switch to UNIX/Linux. Second was the expert systems boom in the mid-1980s. This was fanned by Stanford p…
Artificial-Intelligence Experts Are in High Demand
81–90 of 119 posts
Re: Artificial-Intelligence Experts Are in High Demand
#82We went through a round of this in the 1980s. The first commercial graphics workstations happened to be LISP machines. So management confused non-numeric code with A.I. There was demand for workstation experts. Not to loang after this UNIX graphics workstations like Sun, Apollo and MicroVAX came out and the market switch to UNIX/Linux. Second was the expert systems boom in the mid-1980s. This was fanned by Stanford p…
Stating that a bubble cycle has emerged in the means only accentuates the importance of the end, to note that the desire for AI is so strong that futility hasn't kept people from trying.
Virtual reality is another such example.
Re: Artificial-Intelligence Experts Are in High Demand
#83Earlier quoted context omitted.
Game AIs, Stock market bots, character recognition, adaptations to game of life, computer art wherein you get an AI to paint or to draw and can seed it values. There's lots of cool stuff you can hack away at. Even training a neural net to recognise a '3' is quite interesting.
These things suck. I want a robot with sensors, the ability to move and an arm that can be programmed with a language that is appropriate for AI. That doesn't sound like something technically difficult.
Re: Artificial-Intelligence Experts Are in High Demand
#84Earlier quoted context omitted.
Just because you can't see unicorns doesn't mean they aren't there, but at some point you have to give up the search. It's fine to talk about how, broadly speaking, rats are more intelligent than ants, plants or microbes (which are basically I/O rules with a body), chimpanzees more so than rats, humans more so than than chimps etc. But in general there's a ton of overlap and the qualities we associate with intelligen…
You are repeating the same mistake as before. The difference is significant between admitting we don't know what those lines are and claiming that they don't exist.
Of course, that could be wrong – new evidence may come to light, after all. But even so, it doesn't make any sense to say that trying to understand and replicate intelligence is deluded, just because we don't know where that line is – because figuring out what intelligence is is exactly the problem that people are trying to solve. AI is one part of that, along with more empirical research in fields like cognitive science and biology.
Are people researching quantum gravity deluding themselves because they don't yet have a hard definition of quantum gravity? Figuring that out is exactly the point!
Re: Artificial-Intelligence Experts Are in High Demand
#85How can there be experts on a subject that doesn't yet exist?
Face recognition, speech recognition, machine translation, text classification and more don't exist?
So that fuzzy logic, thats not AI anymore, thats a footnote in the EE control systems theory class, isn't it? And the face recognition is a parallel processing assignment in FPGA class, speech recognition is an advanced section in DSP theory class, etc.
Re: Artificial-Intelligence Experts Are in High Demand
#86We went through a round of this in the 1980s. The first commercial graphics workstations happened to be LISP machines. So management confused non-numeric code with A.I. There was demand for workstation experts. Not to loang after this UNIX graphics workstations like Sun, Apollo and MicroVAX came out and the market switch to UNIX/Linux. Second was the expert systems boom in the mid-1980s. This was fanned by Stanford p…
https://github.com/clojure/core.logic/wiki/A-Core.logic-Prim...
It tends to suffer from management by scalable procedure disease. Its possible to successfully replace a human assembly line worker with a robot arm and a very small shell script, which inevitably leads overactive imaginations to think of replacing engineers or doctors with an immense set of unfortunately undefinable unscalable procedures and rulesets, so it always collapses with complexity at implementation time. Its like moths to a flame, you should be able to replace an engineer with a very long list of if/then statements, but it turns out to be impossible in practice. Meanwhile the more advanced techniques butts up against the rapidly scaling "DBA" "IT" type of traditional solutions or non-traditional big-data techniques.
Its hard to find something to logic program that isn't less verbose in a non-logic language or unwritable in any language including logic programming. Its like the Perl regex thing where you got a problem, so you write a regex, and now you got two problems. Its a very narrow although interesting niche. Finding something that fits would be pretty cool, although probably very difficult to maintain.
Re: Artificial-Intelligence Experts Are in High Demand
#87> Used mainly to strip information value from people without compensation
> Who are dumping money into foundations to prevent the coming of it's more true form
will be screaming 'It's the end of the world'. Until then, enjoy the algorithms. It's the nature of business to over-sell. Don't be too upset by it.
Re: Artificial-Intelligence Experts Are in High Demand
#88Re: Artificial-Intelligence Experts Are in High Demand
#89Earlier quoted context omitted.
These things suck. I want a robot with sensors, the ability to move and an arm that can be programmed with a language that is appropriate for AI. That doesn't sound like something technically difficult.
So, what's holding you up exactly? RC cars are cheap, people have done cool stuff with old android phones for sensor packages. If you need more horsepower, stream the data back to a PC, you've got wifi on the phone. New industrial arms are expensive, but you can scrounge one, or get a hobby one. sparkfun had a uArm that would probably work for you.
Re: Artificial-Intelligence Experts Are in High Demand
#90We went through a round of this in the 1980s. The first commercial graphics workstations happened to be LISP machines. So management confused non-numeric code with A.I. There was demand for workstation experts. Not to loang after this UNIX graphics workstations like Sun, Apollo and MicroVAX came out and the market switch to UNIX/Linux. Second was the expert systems boom in the mid-1980s. This was fanned by Stanford p…
That would be prolog. You'll have much better luck googling for prolog. I played with "turbo prolog" in the 80s and accomplished nothing (from the same place as turbo C or turbo pascal or turbo basic (am I forgetting any?)). A modern variant (of a logic oriented language) can be seen here: https://github.com/clojure/core.logic/wiki/A-Core.logic-Prim... It tends to suffer from management by scalable procedure disease.…