Tag Archives for " brain "

Voices in AI - Naveen Rao

Voices in AI – Episode 79: A Conversation with Naveen Rao

About this Episode

Episode 79 of Voices in AI features host Byron Reese and Naveen Rao discussing intelligence, the mind, consciousness, AI, and what the day-to-day looks like at Intel.

Byron and Naveen also delve into the implications of an AI future.

Visit www.VoicesinAI.com to listen to this one-hour podcast or read the full transcript.

Transcript Excerpt

Q-Byron Reese:

This is Voices in AI brought to you by GigaOm, and I’m Byron Reese.

Today I’m excited that our guest is Naveen Rao.

He is the Corporate VP and General Manager of the Artificial Intelligence Products Group at Intel.

He holds a Bachelor of Science in Electrical Engineering from Duke and a Ph.D. in Neuroscience from Brown University.

Welcome to the show, Naveen.

A-Naveen Rao:

Thank you. Glad to be here.

Q-1:

You’re going to give me a great answer to my standard opening question, which is: What is intelligence?

A-1:

That is a great question. It really doesn’t have an agreed-upon answer.

My version of this is about potential and capability.

What I see as an intelligent system is a system that is capable of decomposing structure within data.

By my definition, I would call a newborn human baby intelligent, because the potential is there, but the system is not yet trained with real experience.

I think that’s different than other definitions, where we talk about the phenomenology of intelligence, where you can categorize things, and all of this.

I think that’s where the outcropping of having actually learned the inherent structure of the world is.

AI Tech

Q-2:

So, in what sense by that definition is artificial intelligence actually artificial?

Is it artificial because we built it, or is it artificial because it’s not real intelligence?

It’s like artificial turf; it just looks like intelligence.

A-2:

No. I think it’s artificial because we built it. That’s all.

There’s nothing artificial about it.

The term intelligence doesn’t have to be on biological mush, it can be implemented on any kind of substrate.

In fact, there’s even research on how slime mold, actually…

Artificial Intelligence

Q-3:

Right. It can work mazes…

A-3:

… can solve computational problems, Yeah.

 

Q-4:

How does it do that, by the way? That’s really a pretty staggering thing.

A-4:

There’s a concept that we call gradients. Gradients are just how information gets more crystalized.

If I feel like I’m going to learn something by going in one direction, that direction is the gradient.

It’s sort of a pointer in the way I should go.

That can exist in the chemical world as well, and things like slime mold actually use chemical gradients that translate into information processing and actually learn the dynamics of a system.

Our neurons do that. Deep neural networks do that in a computer system.

They’re all based on something similar at one level.

AI System in Robot

Q-5:

So, let’s talk about the nematode worm for a minute.

A-5:

Okay.

 

Q-6:

You’ve got this worm, the most successful creature on the planet.

Seventy percent of all animals are nematode worms.

He’s got 302 neurons and exhibits certain kinds of complex behavior.

There have been a bunch of people in the OpenWorm Project, who spent 20 years trying to model those 302 neurons in a computer, just to get it to duplicate what the nematode does.

Even among them, they say: “We’re not even sure if this is possible.”

So, why are we having such a hard time with such a simple thing as a nematode worm?

Neural System

A-6:

Well, I think this is a bit of a fallacy of reductive thinking here, that, “Hey, if I can understand the 302 neurons, then I can understand the 86 billion neurons in the human brain.”

I think that fallacy falls apart because there are different emergent properties that happen when we go from one size system to another.

It’s like running a company of 50 people is not the same as running a company of 50,000. It’s very different.

 

Q-7:

But, to jump in there… my question wasn’t, “Why doesn’t the nematode worm tell us something about human intelligence?”

My question was simply, “Why don’t we understand how a nematode worm works?”

 

A-7:

Right. I was going to get to that. I think there are a few reasons for that.

One is, the interaction of any complex system – hundreds of elements – is extremely complicated.

There’s a concept in physics called the three-body problem, where if I have two pool balls on a pool table, I can actually 100 percent predict where the balls will end up if I know the initial state and I know how much energy I’m injecting when I hit one of the balls in one direction with a certain force.

If you make that three, I cannot do that in a closed-form system.

I have to simulate steps along the way.

That is called a three-body problem, and it’s computationally intractable to compute that.

So, you can imagine when it gets to 302, it gets even more difficult.

And what we see in big systems like in mammalian brains, where we have billions of neurons, and 300 neurons, is that you actually have pockets of closely interacting pieces in a big brain that interact at a higher level.

That’s what I was getting at when I talked about these emergent properties.

So, you still have that 302-body problem, if you will, in a big brain as you do in a small brain.

That complexity hasn’t gone away, even though it seemingly is a much simpler system.

The interaction between 302 different things, even when you know precisely how each one of them is connected, is just a very complex matter.

If you try to model all the interactions and you’re off by just a little bit on any one of those things, the entire system may not work.

That’s why we don’t understand it, because you can’t characterize every piece of this, like every synapse… you can’t mathematically characterize it.

And if you don’t get it perfect, you won’t get a system that functions properly.

Human Brain & Neuron Model

Q-8:

So, do you say that suggesting by extension that the Human Brain Project in Europe, which really is… You’re laughing and nodding.

What’s your take on that?

A-8:

I am not a fan of the Human Brain Project for this exact reason.

The complexity of the system is just incredibly high, and if you’re off by one tiny parameter, by a tiny little amount, it’s sort of like the butterfly effect.

It can have huge consequences on the operation of the system, and you really haven’t learned anything.

All you’ve learned how to do is model some micro dynamics of a system.

You haven’t really gotten any true understanding of how the system really works.

Data Warehouse

Q-9:

You know, I had a guest on the show, Nova Spivack, who said that a single neuron may turn out to be as complicated as a supercomputer, and it may even operate down at the Planck level.

It’s an incredibly complex thing.

A-9:

Yeah.

 

Q-10:

Is that possible?

A-10:

It is a physical system – a physical device.

One could argue the same thing about a single transistor as well.

We engineer these things to act within certain bounds… and I believe the brain actually takes advantage of that as well.

So, a neuron… to completely, accurately describe everything a neuron is doing, you’re absolutely right.

It could take a supercomputer to do so, but we don’t necessarily need to abstract a supercomputer’s worth of value from each neuron.

I think that’s a fallacy.

There are lots of nonlinear effects and all this kind of crazy stuff that are happening that really aren’t useful to the overall function of the brain.

Just like an individual neuron can do very complicated things, when we put a whole bunch of [transistors] together to build a processor, we’re exploiting one piece of the way that transistor behaves to make that processor work.

We’re not exploiting everything in the realm of possibility that the transistor can do.

Q-11:

We’re going to get to artificial intelligence in a minute.

It’s always great to have a neuroscientist on the show.

So, we have these brains, and you said they exhibit emergent properties.

Emergence is of course the phenomenon where the whole of something takes on characteristics that none of the components have. And it’s often thought of in two variants.

One is weak emergence, where once you see the emergent behavior, with enough study you can kind of reverse engineer… “Ah, I see why that happened.”

And one is a much more controversial idea of strong emergence that may not be discernible.

The emergent property may not be derivable from the component.

Do you think human intelligence is a weak emergent property, or do you believe in strong emergence?

 

AQ-11:

I do in some ways believe in strong emergence.

Let me give you the subtlety of that.

I don’t necessarily think it can be analytically solved because the system is so complex.

What I do believe is that you can characterize the system within certain bounds.

It’s much like how a human may solve a problem like playing chess.

We don’t actually pre-compute every possibility.

We don’t do that sort of a brute force kind of thing.

But we do come up with heuristics that are accurate most of the time.

And I think the same thing is true with the bounds of a very complex system like the brain.

We can come up with bounds of these emergent properties that are accurate 95 percent of the time, but we won’t be accurate 100 percent of the time.

It’s not going to be as beautiful as some of the physics we have that can describe the world.

In fact, even physics might fall into this category as well.

So, I guess the short answer to your question is: I do believe in strong emergence that will never actually 100 percent describe…

Prepare your mind

Q-12:

But, do you think fundamentally intelligence could, given an infinitely large computer, be understood in a reductionist format?

Or is there some break-in cause and effect along the way, where it would be literally impossible?

Are you saying it’s practically impossible or literally impossible?

 

AQ-12:

…To understand the whole system top to bottom, from the emerging…?

 

Q-13:

Well, to start with, this is a neuron.

AQ-13:

Yeah.

 

Q-14:

And it does this, and you put 86 billion together and voilà, you have Naveen Rao.

AQ-14:

I think it’s literally impossible.

 

Q-15:

Okay, I’ll go with that. That’s interesting. Why is it literally impossible?

AQ-15:

Because the complexity is just too high, and the amount of energy and effort required to get to that level of understanding is many orders of magnitude more complicated than what you’re trying to understand.

 

Q-16:

So now, let’s talk about the mind for a minute.

We talked about the brain, which is physics. To use a definition that most people I think wouldn’t have trouble with, I’m going to call the mind all the capabilities of the brain that seem a little beyond what three pounds of goo should be able to do… like creativity and a sense of humor.

Your liver presumably doesn’t have a sense of humor, but your brain does.

So where do you think the mind comes from?

Or are you going to just say it’s an emergent property?

AQ-16:

I do kind of say it’s an emergent property, but it’s not just an emergent property.

It’s an emergent property that is actually the coordination of the physics of our brain – the way the brain itself works – and the environment.

I don’t believe that a mind exists without the world.

You know, a newborn baby, I called intelligent because it has the potential to decompose the world and find meaningful structure within it in which it can act.

But if it doesn’t actually do that, it doesn’t have a mind. You can see that… if you had kids yourself.

I actually had a newborn while I was studying neuroscience, and it was actually quite interesting to see.

I don’t think a newborn baby is really quite sentient yet.

That sort of emerges over time as the system interacts with the real world.

So, I think the mind is an emergent property of the brain plus environments interacting.

 

Listen to this one-hour episode or read the full transcript at www.VoicesinAI.com

 

Byron explores issues around artificial intelligence and conscious computers in his new book The Fourth Age: Smart Robots, Conscious Computers, and the Future of Humanity.

Source: gigaom.com

You Won’t Believe: 7 Weird Ways To Get Motivated That Actually Work

Let’s face it – motivation goes up and down.

Some days it’s there in abundance, other days you can’t seem to get motivated even if your life depends on it.

Sometimes it’s sleep-related, other times it’s procrastination, and other times it’s your ancient brain wanting to be lazy.

To help you get off the couch and accomplish your goals, try these seven ways to help you get instantly motivated.

And no, they don’t include any energy drinks.

 

7 Weird Ways To Get Motivated

Use those weird tricks to get motivated and start crushing your goals.

1. Take Cold Showers | Weird Ways To Get Motivated

To most people, cold showers sound like torture.

But they are a secret weapon to help you get motivated and energized every single day.

Wim Hof swears by cold showers and uses special breathing techniques to achieve the seemingly impossible.

Win Hof's Ice Bath

Wim once hiked Mt. Kilimanjaro shirtless to prove his point.

While you don’t need to go to that extreme, just finish your normal hot showers with a dash of cold.

You train your brain to think, “If I can do this, I can do anything.”

Plus, it activates the fight or flight mechanism to help get your cells firing rapidly and raring to go.

Cold Showers Could Be a Shocking Shortcut to Success

The Spartans, you know the legendary warriors from ancient Greece, well the Spartans believed cold showers were a source of strength.

Cold showers offer a massive range of benefits. If you can train yourself to endure them.

But this is exactly what stops people from taking on this lifestyle habit, the minor discomfort they have to endure.

 

2. Use a Vision Board | Weird Ways To Get Motivated

Have you heard the old saying, “Out of sight, out of mind?”

Well here’s the thing. If you aren’t regularly reviewing your goals, it’s going to be very hard to achieve them.

That’s the problem, most people set goals on their computer or in a journal and never review them.

But when you’re trying to achieve something big, you need constant reminders for what you’re trying to do.

A vision board is great because it can provide images which help will help program your subconscious to achieve them.

Remember, vision boards are great reminders but you still need to take action to make them happen.

Vision Board

 

3. Set Reminders on Your Phone | Weird Ways To Get Motivated

The average person looks at their phone 50+ times per day.

But if used correctly, your phone can help you stay motivated.

The first way to do it is we learned from world-class entrepreneur Ed Mylett.

Phone Notification

He said to put your biggest goals as your background on your phone like a mini vision board.

That way you can program your mind through repetition of what you’re trying to achieve.

The other way to do it is to set reminders or alarms throughout the day.

If you’re trying to stay motivated with a new habit, like working out or eating healthy, this is very helpful, just make sure to set the alarm on a daily recurring schedule.

 

4. Listen to Music | Weird Ways To Get Motivated

Have you ever found yourself feeling lazy, only to hear your favorite song come on and get instantly motivated?

That’s the power of music, especially loud music, and get to work on your biggest task.

Try to always match your task with the right type of music as well.

Fearless Motivation Audio

If you’re in the gym, check out a motivational playlist or something with high energy.

If you’re trying to finish a project for work or business, try to play something that will help you focus.

Another great option for increased focus when you’re feeling lazy is binaural beats.

These beats aren’t like normal music but instead help your brain stay focused on the task at hand.

Just do a quick Youtube search and you’ll find plenty of binaural beats.

They will help you stay focused until your task is complete.

 

5. Make It Stickk | Weird Ways To Get Motivated

This method isn’t for the faint of heart.

When you need a little extra motivation, a monetary incentive to achieve your goal is very helpful.

That’s where Stickk.com comes in.

StickK

Once you sign up, enter your credit card and put in an amount of money you’re willing to donate to charity if you don’t complete your goal.

Once you set a goal, timeframe, and monetary amount, you choose a referee.

This could be a friend or family member that lets you know if something is complete or not.

If you don’t reach your goal, all the money will go to charity.

 

6. Blood Sugar Buzz | Weird Ways To Get Motivated

Your brain needs two things to create energy: oxygen and glucose.

Unfortunately, glucose depletes through the day and you start to become less effective as that happens.

And as your willpower diminishes throughout the day, so does your motivation.

The best way to maintain blood sugar levels is to adopt a low glycemic index diet.

Low Glycemic Index (Gi) Diet

By doing this, your body metabolizes the food into glucose at a much slower rate delivering it to your brain consistently, rather than in spurts.

This way you avoid those surges of energy followed by huge crashes and the desire to just quit or binge eat.

Or you can try to eat every 2-3 hours so you don’t have huge bursts of ‘hanger’ throughout the day.

As I’m sure you know it’s really hard to get motivated when you’re hungry!

 

7. The Way of the Rooster | Weird Ways To Get Motivated

Everyone has the same 24 hours each day.

If you’re waking up at 7 or 8 am and going to bed at the same time as everyone else, you simply don’t have as much time each day.

If you want to make some serious change in your life or business this year, it’s time to learn to wake up earlier.

Day Time - Wakeup Early

Waking up early is one of the most common habits of successful people.

To get started, ease your way into it, don’t try and make a massive change overnight.

If you’re waking up at 7 am now, don’t start waking up at 5 am tomorrow.

Momentum might help in the beginning but it will never last.

Instead, make sure you are easing your way into it in 15-30 minute increments.

If your goal is to get up at 5 am and you’re at 7 am now, give yourself 4-8 weeks to make the switch.

This will make it easier for you and ensure you’re still getting enough sleep.

And once you’re up early, use some of the other tricks mentioned above to get going.

Try and do the hardest thing first so you can build momentum and start the day with a victory.

Hopefully, you can use several or all of these tricks to get instantly motivated and break laziness.

And make sure to mix them up and find what works best for you.

How to Wake Up Early Without an Alarm: The #1 Habit of Success

We all have the same 24 hours each day.

Yet, some people accomplish more in a day than others can in a week.

Why is that?

One of the reasons…

They wake up earlier.

Studies have shown that the average CEO wakes up at least three hours before they actually go to work.

The post You Won’t Believe: 7 Weird Ways To Get Motivated That Actually, Work appeared first on Fearless Motivation – Motivational Videos & Music.

Source: fearlessmotivation.com

Voices in AI – Episode 60: A Conversation with Robin Hanson

Byron Reese: This is Voices in AI, brought to you by GigaOm, I’m Byron Reese. Today my guest is Robin Hanson.

He is an author, and he is also the Chief Scientist over at Consensus Point. He’s an associate professor of economics at George Mason University.

He holds a BS in Physics, an MS in Physics and he’s got an NA in conceptual foundations of science from the University of Chicago, he’s got a Ph.D. in Social Science from Caltech, and I’m sure there are other ones as well.

Welcome to the show Robin.

Robin Hanson: It’s great to be here.

Q: 1

I’m really fascinated by your books. Let’s start there. Tell me about the new book, what is it called?

My latest book is co-authored with Kevin Simler, and it’s called “The Elephant in the Brain: Hidden Motives in Everyday Life,” and that subtitle is the key. We are just wrong about why we do lots of things. For most everything we do, we have a story. If I were to stop you at any one moment and ask you, “Why are you doing that?,” you’ll almost always have a story and you’ll be pretty confident about it, and you don’t know how that is just wrong a lot. Your stories about why you do things are not that accurate.

Prepare your mind-Brain

Q: 2

So is it the case that we do everything, essentially unconsciously, and then the conscious mind follows along behind it and tries to rationalize, “Oh, I did that because of ‘blank,’” and then the brain fools us by switching the order of those two things, is that kind of what you’re getting at?

That’s part of it yes, your conscious mind is not the king or president of your mind, it’s the secretary. It’s the creepy guy who stands behind the king saying, “a judicious choice, sir.”

Your job isn’t to know why you do things or to make decisions, your job is to make up good explanations for them.

Data Warehouse

Q: 3

And there’s some really interesting research that bears that out, with split-brain patients and the like. How do we know that about the brain? Tell me a little bit about that.

Well, we know that in many circumstances when people don’t actually know why they do things, they still make up confident explanations.

So, we know that you’re just the sort of creature who will always have a confident story about why you do things, even when you’re wrong.

Now that by itself doesn’t say that you’re wrong, it just says that you might well be wrong.

In order to show that you are wrong a lot in specific situations, there’s really no substitute for looking at the things you do and trying to come up with a theory about why you do them.

And that’s what most of our book is about.

Artificial Intelligence

So our first third of the book is reviewing all the literature we have on why people might plausibly not be aware of their motives; why it might make sense for evolution to create a creature who isn’t aware, who wants to make up another story, but we really can’t convince you that you are wrong in detail unless we go to specific things.

So that’s why the last two-thirds of the book goes over 10 particular areas of life, and then [for] each area of life it says, “Here is your standard story about why you do things, and here are all these details of people’s behavior that just don’t make much sense from the usual story’s point of view.

And then we say: “Here’s another theory that makes a lot more sense in the details, that’s a better story about why you do things.” And isn’t it interesting that you’re not aware of that, you’re not saying that’s why you’re doing things, you’re doing the other thing?

Listen to this one-hour episode or read the full transcript at www.VoicesinAI.com

 

Visit VoicesInAI.com to access the podcast, or subscribe now:

Byron explores issues around artificial intelligence and conscious computers in his new book The Fourth Age: Smart Robots, Conscious Computers, and the Future of Humanity.

Source: gigaom.com

Artificial-Intelligence-AI

Voices in AI – Episode 54: A Conversation with Ahmad Abdulkader

Byron Reese: This is Voices in AI brought to you by GigaOm. I am Byron Reese. Today our guest is Ahmad Abdulkader. He is the CTO of Voicera.

Before that, he was the lead architect for Facebook supplied AI efforts producing Deep Texts, which is a text understanding engine.

Prior to that, he worked at Google building OCR engines, machine learning systems, and computer vision systems.

He holds a Bachelor of Science and Electrical Engineering degree from Cairo University and a Masters in Computer Science from the University of Washington. Welcome to the show.

Ahmad Abdulkader: Thank you, thanks Byron, thanks for having me.

Artificial Intelligence-Machine Learning-Deep Learning Technologies

Q: 1

I always like to start out by just asking people to define artificial intelligence because I have never had two people define it the same way before.

Yeah, I can imagine. I am not aware of a formal definition.

So, to me, AI is the ability of machines to do or perform cognitive tasks that humans can do or learn to do rather. And eventually, learn to do it in a seamless way.

Q: 2

Is the calculator therefore artificial intelligence?

No, the calculator is not performing a cognitive task. A cognitive task I mean vision, speech understanding, understanding text, and such.

Actually, in fact, the brain is actually lousy at multiplying two six-digit numbers, which is what the calculator is good at.

But the calculator is really bad at doing a cognitive test.

Scientific Calculator

Q: 3

I see, well actually, that is a really interesting definition because you’re defining it not by some kind of an abstract notion of what it means to be intelligent, but you’ve got a really kind of narrow set of skills that once something can do those, it’s an AI. Do I understand you correctly?

Right, right, I have a sort of a yardstick, or I have a sort of a set of tasks a human can do in a seamless easy way without even knowing how to do it, and we want to actually have machines mimic that to some degree.

And there will be some very specific set of tasks, some of them are more important than others and so far, we haven’t been able to build machines that actually get even close to the human beings around these tasks.

Artificial-Intelligence-Brain

Q: 4

Help me understand how you are seeing the world that way, and I don’t want to get caught up on definitions, but this is really interesting.

Right.

Human Brain & Neuron Model

Q: 5

So, if a computer couldn’t read, couldn’t recognize objects, and couldn’t do all those things you just said, but let’s say it was creative and it could write novels. Is that an AI?

First of all, this is hypothetical. I wouldn’t know, I wouldn’t call it AI, so it goes back to the definition of intelligence, and then there’s a natural intelligence that humans exhibit, and then there is artificial intelligence that machines will attempt to make and exhibit.

So, the most important of these that we actually use sort of almost every second of the day are vision, speech understanding, or language understanding, and creativity is one of them.

So if you were to do that I would say this machine performed a subset of AI, but haven’t exhibited the behavior to show that’s it good at the most important ones, being vision, speech, and such.

Artificial Intelligence Good or Bad

Q: 6

When you say vision and speech are the most important ones, nobody’s ever really looked at the problem this way, so I really want to understand how you’re saying that, because it would seem to me those aren’t really the most important by a long shot.

I mean, if I had an AI that could diagnose any disease, tell us how to generate unlimited energy, fix all the environmental woes, tell us how to do faster than light travel, all of those things, like, feed the hungry, and alleviate poverty and all of those things, but they couldn’t tell a tuna fish from a Land Rover.

I would say that’s pretty important, I would take that hands down over what you’re calling to be more important stuff.

I think really important is an overloaded word. I think you’re talking about utility, right? So, you’re imagining a hypothetical situation where we’re able to build computers that will do the diagnosis or poverty and stuff like that.

These would be way more useful for us, or that’s what we think, or that’s the hypothesis. But actually, to do these tasks that you’re talking about, it probably implies, most probably that you have done or solved, to a great degree, solved vision.

It’s hard to imagine that you would be doing diagnosis without actually solving vision. So, these are sort of the basic tasks that actually humans can do, and babies learn, and we see babies or children learn this as they grow up.

So, perhaps the utility of what you talked about would be much more useful for us, but if you were to define importance as sort of the basic skills that you could build upon, I would say vision would be the most important one.

Language understanding perhaps would be the second most important one. And I think doing well in these basic cognitive skills would enable us to solve the problems that you’re talking about.

AI-Artificial Intelligence Benefits & Risks

Listen to this one-hour episode or read the full transcript at www.VoicesinAI.com

 

Byron explores issues around artificial intelligence and conscious computers in his new book The Fourth Age: Smart Robots, Conscious Computers, and the Future of Humanity.

 

Source: gigaom.com