SDS PODCAST EPISODE 110 ALPHAGO ZERO

Size: px
Start display at page:

Download "SDS PODCAST EPISODE 110 ALPHAGO ZERO"

Transcription

1 SDS PODCAST EPISODE 110 ALPHAGO ZERO Show Notes: 1

2 Kirill: This is episode number 110, AlphaGo Zero. Welcome back ladies and gentlemen to the SuperDataSceince podcast. Today I would like to talk about AlphaGo. It's going to be an interesting session, I'm going to try to cramp up quite a lot of things that happened over the past couple of years in the space of artificial intelligence, playing the game of Go. It s going to be very fun if you're not up to date especially in that case, if you're not up to date with these advancements. If you are, then there might be a few things that you may have missed out on especially of the recent kind. Alright, so let's get started. The game of Go, I'm sure everybody listening to this podcast or hopefully almost everybody, is familiar with the game of chess and the game of chess has been around for ages of course, and is said to originate in India. Computers for the first time won the game of chess against humans in 1997 when the computer program called Deep Blue for the first time beat the world champion at the time, Garry Kasparov who was a Russian player. In 1996, the computer was not able to do that, Garry Kasparov won, but then the team building the software went back and a year later they turned around and beat Garry Kasparov, and now pretty much any computer that you have or any software that you have that plays chess even on your phone, or the basic ones that you get online, if you put them on the hardest difficulty, there's no way you can beat them, full stop. Because that's the way the algorithm is designed that they will not make a mistake and that's pretty much what the game of chess is about, you wait until your opponent makes a mistake, and humans usually do make mistakes, and computers are now able not to make mistakes. Show Notes: 2

3 Basically, that shows that computers have come a long way since then. Back in 1997 it was like World News that a computer won chess, now we all know that computers just play better chess. And now what has that got to do with the game of Go? Well, the game of Go has actually been around for even longer than chess, I believe, but it's been around for thousands of years. It's also a board game, it s played on a board. In chess, you have eight by eight squares, so you have 64 squares in total and you have all these different pieces. In the game of Go, you have a board with 19 horizontal, 19 vertical lines, and instead of pieces you have stones, you have white and black stones, and one player puts white stones on the board, the other player puts black stones on the board. In the game of Go, the rules are as follows: You can put a stone on the intersection of horizontal and vertical lines; Wherever you put a stone, if you surround an opponent's stone with four of your stones and then you capture that stone, it's taken off the board, I believe that's what happens; At the end of the game, it's all about the territories. Your stones, the stones that you have, it's calculated how much area they cordon off within them, like what kind of border they make and that area within them is counted towards your points, and the opponent s points are counted in a similar way, and whoever has more points wins the game. Show Notes: 3

4 That's what the game of Go is about. As you can see, it s even much more basic than chess because it doesn't have those pieces, those different types of moves, it s just putting stones on the board. Well it sounds more basic than chess. However, the game of Go was not expected to be won by an artificial intelligence against a human until approximately the year 2025, just based on computational advancements and how quickly computers could process things. The reason for that is there s a couple of reasons. First of all, the board for the game of Go is much greater, it's nineteen by nineteen versus eight by eight, and therefore the number of combinations is astronomically larger than the number of combinations, number of possible games in the game of chess. That s number one. Number two, in chess you have a value function, you can derive a value function. By looking at a board, you can tell who is winning, black or white, simply because all pieces have approximately their values. Like, a knight is two points, bishop is arguably two or three points, pawn is one point, and so on, so pieces have their values and you look at the board, you can tell who is winning, so you can program a value function into a computer and it can keep track of that value function. In the game of Go, all pieces are the same, you cannot have a value function, and therefore it s much harder. The next one is in the game of chess, you work from a full board, full of pieces to the number of pieces is reduced. They capture each other and they re taken off the board. In the game of Go it's the opposite. You are building the board, you're adding pieces to the board all the time, so that's another thing that rather than reducing the amount of pieces and therefore the complexity of the game over time, you re increasing the amount of pieces and there's lots of different ways that this can go. So, multiple reasons, therefore, that Show Notes: 4

5 lead to the fact that the game of Go is much harder for a computer to understand. Kind of the main one is that because there's so many combinations and because these stones are all the same, in the game of Go, a huge component is intuition. Human players have always been playing with intuition and just basically looking at the game of Go. In chess, it's logic, it's calculation, it's forecasting, it's looking ahead. In Go, it's a lot of the game, a lot of the time if you ask one of the champions or grand masters of Go or World Masters, why they made a certain move, a lot of the time they will answer, it felt right. And just through their experience, they have this intuition about what feels right, what doesn't, and in the end, it usually works out for them, like several moves or towards the end of the game, several moves down the track or towards the end of the game, that move that they made based on intuition pays off and helps them win the game. And so, computers would have to develop intuition to play the game of Go. That's a quick overview of what the situation was or is. And then there is this company, DeepMind, which is a subsidiary of Google, which was acquired by Google not so long ago, and they took on the challenge of building an artificial intelligence which would play the game of Go, and they developed AlphaGo, this is the program that eventually challenged the world grandmaster in the game of Go. In March 2016, so last year March, AlphaGo played against the world grandmaster. In fact, it was the 18-time world champion, Lee Sedol. I think Lee Sedol is a Korean player if I'm not mistaking. Yes, Lee Sedol is a Korean player, 18-time world champion of Go. AlphaGo, the computer program, played against him and it beat Lee Sedol four games out of five. That was huge, it happened last year when it was expected to happen only ten Show Notes: 5

6 years later. It happened ten years earlier then it was expected to happen, a huge advance. Meaning if you judge the progression of artificial intelligence by just that one feat, you can see that we are already ahead of where we should have been, where we were expected to be. The way that AlphaGo learned, it's a deep learning algorithm, so it's artificial intelligent deep learning, the way it learned, is it analysed lots and lots, millions of games played by humans, which are available online and you can get them through the Go servers. It analysed those games and then it played against itself millions and millions of times, and that's how it learned. Eventually through that, it was able to beat Lee Sedol in the previous year. That's all good and well and you ve probably even heard of that, you might have heard of that, but what happened next is the most interesting and exciting part. This is really crazy. In one of the Five Minute Fridays a couple weeks ago, we talked about exponential technologies, exponential trends, and this is a very apt demonstration of what we are dealing with in the modern day and age. In 2016, a year and a half ago, in March 2016, AlphaGo beat Lee Sedol four games out of five so you can say it was a close game, it wasn't three versus two but they were playing, people watching, it was kind of close. They were playing on a very similar level. Then what happened is the guys from Deep Blue thought, okay, why did AlphaGo lose that one game? Something doesn't sit right with us, they shouldn t have lost that one game, and so they were like, okay, we'll go back and redesign the algorithm. After that, they came up with AlphaGo Master, and AlphaGo Master is the next version of AlphaGo and this happened in, I think it was January or February this Show Notes: 6

7 year, so about six months ago, or nearly a year ago. AlphaGo Master was the advanced version of AlphaGo, and what AlphaGo Master was able to do is it played against the top 60 players in the world of Go, I think it was 60, like a number around 60, the number that's in my head right now is 60. It played against the top 60 players in the world, and it beat them all 60-0, it won every single one of those games, it didn t lose even once. That was AlphaGo Master, next level. Then they didn t even stop there. What happened is they started working on something brand new and just recently, in the middle of October, so about a month ago, just over a month ago, they released AlphaGo Zero. This is truly mind blowing. This time, instead of training the software or the algorithm on human games and watching how humans played and learning from that and then playing against itself, they trained the whole algorithm, they designed it in a way that they could train it from the very scratch, just playing against itself. Zero human intervention, zero human experience and the algorithm is not even told anything about the game, not told the rules it just can place its stones, it has to experiment and just through reinforcement learning, trial and error. It tries and tries, it fails, tries and fails. The secret trip or cool hack that they did was they made it play, it played a game against itself from the very start and so it always had an opponent of the same level as itself. Instead of having like a very smart opponent or humans who have experience and knowledge in this game to learn from, it was learning from an opponent which is itself. Therefore, they have the exactly the same level of experience in the game, exactly the same level of understanding of the game, and so at the start they both don t even know how to play. Then some time passes, at least they know how play the game but they both played terribly bad, Show Notes: 7

8 terribly wrong. Sometime passes, and by time we mean iterations. This is happening really, really, fast on the Google servers, these iterations are churning out. Then they play better and better and better, and in the end, they came up with AlphaGo zero which beat the original version of AlphaGo or AlphaGo Master, so After just three days of self-play training, this is a quote from the DeepMind blog, AlphaGo Zero emphatically defeated the previously published version of AlphaGo, which had itself defeated 18-time world champion Lee Sedol - by 100 games to games to 0, it beat the version of AlphaGo that beat the world champion one and a half years ago. After 40 days of self-training, AlphaGo Zero became even stronger, outperforming the version of AlphaGo known as Master, which has defeated the world's best players and world number one, Ke Jie. There you go, I find that really crazy that just first of all through self-training it was able to do that and defeat everything that was before trained on human examples and was playing against humans at the start. Also, what I find the most mind-blowing is it s only been one and a half years. It s only been one and a half years since they developed the first version of AlphaGo that people were thinking, can it beat Lee Sedol, can it beat the world champion or not, it s 10 years early, maybe it s not going to happen. Literally the whole of Asia stopped at the time the games were played, they were broadcasted across all news channels, all channels in South Korea, in China, in Japan, that s the three countries where this game is big, everybody was playing. The sales for the game of Go in online stores skyrocketed to the point where the stock for the game was gone. That s how big the event was one and a half years ago. Everybody was watching, the whole world was watching, the whole world of the East was Show Notes: 8

9 watching. And now, they just casually created an algorithm that outperformed not just that version, outperformed the next version and that is all through self-training. This happened in one and a half years. That s what blows my mind, how big of an accomplishment it was one and a half years ago and now we ve surpassed that by a million times or like many, many, times past that and it s only been one and a half years. That s the rate of technological change, that s the rate of how quickly these algorithms are developing, how quickly AI is advancing, and how quickly data science is growing. Because this is all part of data science, that whole team of DeepMind also develops algorithm for business purposes. We ll talk about that in a separate episode, but that s the world we live in now. A lot of these things happen kind of behind the curtains, luckily this was published because it s about a game and this was their whole point to popularize artificial intelligence and show the world what can be done. I highly encourage you to check out the blog, so we ll link this in the show notes, you can find them at superdatascience.com/110, or you can simply just google DeepMind AlphaGo Zero and you ll find this blog post. Yeah, that s the world we live in. Something that we don t often stop to think about. And how can these things affect your career, how can you take them into account in your career in data science and how can you consider them when planning for the future or thinking of the projects you will be working on, thinking where you ll be, we re not even talking about 10 years from now or 5 years from now. You can see this huge progression happened in one and a half years, so where will you be in one and a half years from now? Show Notes: 9

10 I think that s a wrap-up, I hope you enjoyed today s episode and I look forward to seeing you here next time. Until then, happy analysing. Show Notes: 10

Andrei Behel AC-43И 1

Andrei Behel AC-43И 1 Andrei Behel AC-43И 1 History The game of Go originated in China more than 2,500 years ago. The rules of the game are simple: Players take turns to place black or white stones on a board, trying to capture

More information

SDS PODCAST EPISODE 198 FIVE MINUTE FRIDAY: TWO MILLIMETER SHIFTS

SDS PODCAST EPISODE 198 FIVE MINUTE FRIDAY: TWO MILLIMETER SHIFTS SDS PODCAST EPISODE 198 FIVE MINUTE FRIDAY: TWO MILLIMETER SHIFTS This is FiveMinuteFriday episode 198. This is five minute Friday, episode number 198, Two Millimeter Shifts. Welcome back to the Super

More information

All about Go, the ancient game in which AI bested a master 10 March 2016, by Youkyung Lee

All about Go, the ancient game in which AI bested a master 10 March 2016, by Youkyung Lee All about Go, the ancient game in which AI bested a master 10 March 2016, by Youkyung Lee WHAT IS GO? In Go, also known as baduk in Korean and weiqi in Chinese, two players take turns putting black or

More information

SDS PODCAST EPISODE 104 FIVE MINUTE FRIDAY- BOARD GAMES

SDS PODCAST EPISODE 104 FIVE MINUTE FRIDAY- BOARD GAMES SDS PODCAST EPISODE 104 FIVE MINUTE FRIDAY- BOARD GAMES Show Notes: http://www.superdatascience.com/104 1 Kirill: This is Five Minute Friday episode number 104. Board games. Hey everybody, welcome back

More information

Tactics Time. Interviews w/ Chess Gurus John Herron Interview Tim Brennan

Tactics Time. Interviews w/ Chess Gurus John Herron Interview Tim Brennan Tactics Time Interviews w/ Chess Gurus John Herron Interview Tim Brennan 12 John Herron Interview Timothy Brennan: Hello, this is Tim with http://tacticstime.com and today I have a very special guest,

More information

Essential Step Number 4 Hi this is AJ and welcome to Step Number 4, the fourth essential step for change and leadership. And, of course, the fourth free webinar for you. Alright, so you ve learned Steps

More information

Game-playing: DeepBlue and AlphaGo

Game-playing: DeepBlue and AlphaGo Game-playing: DeepBlue and AlphaGo Brief history of gameplaying frontiers 1990s: Othello world champions refuse to play computers 1994: Chinook defeats Checkers world champion 1997: DeepBlue defeats world

More information

CSC321 Lecture 23: Go

CSC321 Lecture 23: Go CSC321 Lecture 23: Go Roger Grosse Roger Grosse CSC321 Lecture 23: Go 1 / 21 Final Exam Friday, April 20, 9am-noon Last names A Y: Clara Benson Building (BN) 2N Last names Z: Clara Benson Building (BN)

More information

SDS PODCAST EPISODE 148 FIVE MINUTE FRIDAY: THE TROLLEY PROBLEM

SDS PODCAST EPISODE 148 FIVE MINUTE FRIDAY: THE TROLLEY PROBLEM SDS PODCAST EPISODE 148 FIVE MINUTE FRIDAY: THE TROLLEY PROBLEM Show Notes: http://www.superdatascience.com/148 1 This is Five Minute Friday episode number 144, two things to remember and two things to

More information

VIP Power Conversations, Power Questions Hi, it s A.J. and welcome VIP member and this is a surprise bonus training just for you, my VIP member. I m so excited that you are a VIP member. I m excited that

More information

DeepMind s Demis Hassabis inspires London schoolchildren

DeepMind s Demis Hassabis inspires London schoolchildren PRESS RELEASE DeepMind s Demis Hassabis inspires London schoolchildren John Saunders reports: Demis Hassabis, co-founder of the leading artificial intelligence company DeepMind, now part of Google s Alpha

More information

Episode 6: Can You Give Away Too Much Free Content? Subscribe to the podcast here.

Episode 6: Can You Give Away Too Much Free Content? Subscribe to the podcast here. Episode 6: Can You Give Away Too Much Free Content? Subscribe to the podcast here. Hey everybody! Welcome to episode number 6 of my podcast. Today I m going to be talking about using the free strategy

More information

All Ears English Episode 190:

All Ears English Episode 190: All Ears English Episode 190: The 24-hour Challenge That Will Make Your English Awesome This is an All Ears English Podcast, Episode 190: The 24-hour Challenge That Will Make Your English Awesome. Welcome

More information

3 SPEAKER: Maybe just your thoughts on finally. 5 TOMMY ARMOUR III: It's both, you look forward. 6 to it and don't look forward to it.

3 SPEAKER: Maybe just your thoughts on finally. 5 TOMMY ARMOUR III: It's both, you look forward. 6 to it and don't look forward to it. 1 1 FEBRUARY 10, 2010 2 INTERVIEW WITH TOMMY ARMOUR, III. 3 SPEAKER: Maybe just your thoughts on finally 4 playing on the Champions Tour. 5 TOMMY ARMOUR III: It's both, you look forward 6 to it and don't

More information

SDS PODCAST EPISODE 86 FIVE MINUTE FRIDAY: COMPUTER VISION

SDS PODCAST EPISODE 86 FIVE MINUTE FRIDAY: COMPUTER VISION SDS PODCAST EPISODE 86 FIVE MINUTE FRIDAY: COMPUTER VISION This is Five Minute Friday episode number 86: Computer Vision. Hey guys, and welcome back to the SuperDataScience podcast. Very excited about

More information

SPI Podcast Session #113 - An Interview With 10 Year Old Entrepreneur, Enya Hixson

SPI Podcast Session #113 - An Interview With 10 Year Old Entrepreneur, Enya Hixson SPI Podcast Session #113 - An Interview With 10 Year Old Entrepreneur, Enya Hixson show notes at: http://www.smartpassiveincome.com/session113 Pat Flynn: This is the Smart Passive Income Podcast with Pat

More information

How AI Won at Go and So What? Garry Kasparov vs. Deep Blue (1997)

How AI Won at Go and So What? Garry Kasparov vs. Deep Blue (1997) How AI Won at Go and So What? Garry Kasparov vs. Deep Blue (1997) Alan Fern School of Electrical Engineering and Computer Science Oregon State University Deep Mind s vs. Lee Sedol (2016) Watson vs. Ken

More information

SDS PODCAST EPISODE 71 WITH HADELIN DE PONTEVES

SDS PODCAST EPISODE 71 WITH HADELIN DE PONTEVES SDS PODCAST EPISODE 71 WITH HADELIN DE PONTEVES This is episode number 71 with your favourite Hadelin de Ponteves. (background music plays) Welcome to the SuperDataScience podcast. My name is Kirill Eremenko,

More information

Computer Go: from the Beginnings to AlphaGo. Martin Müller, University of Alberta

Computer Go: from the Beginnings to AlphaGo. Martin Müller, University of Alberta Computer Go: from the Beginnings to AlphaGo Martin Müller, University of Alberta 2017 Outline of the Talk Game of Go Short history - Computer Go from the beginnings to AlphaGo The science behind AlphaGo

More information

9218_Thegreathustledebate Jaime Masters

9218_Thegreathustledebate Jaime Masters 1 Welcome to Eventual Millionaire. I'm. And today on the show we have just me. Today I wanted to actually do a solo episode, because I've been hearing quite a bit about the word hustle. And I'm actually

More information

Review on The Secret of Chess by Lyudmil Tsvetkov. by IM Herman Grooten

Review on The Secret of Chess by Lyudmil Tsvetkov. by IM Herman Grooten Review on The Secret of Chess by Lyudmil Tsvetkov by IM Herman Grooten When I was reading and scrolling through this immense book of Lyudmil Tsvetkov I first was very surprised about the topic of this

More information

SOAR Study Skills Lauri Oliver Interview - Full Page 1 of 8

SOAR Study Skills Lauri Oliver Interview - Full Page 1 of 8 Page 1 of 8 Lauri Oliver Full Interview This is Lauri Oliver with Wynonna Senior High School or Wynonna area public schools I guess. And how long have you actually been teaching? This is my 16th year.

More information

The Grandmaster s Positional Understanding Lesson 1: Positional Understanding

The Grandmaster s Positional Understanding Lesson 1: Positional Understanding The Grandmaster s Positional Understanding Lesson 1: Positional Understanding Hi there! I am very glad to talk to you again. It s me Igor Smirnov, International Grandmaster and chess coach, and I m back

More information

SDS PODCAST EPISODE 94 FIVE MINUTE FRIDAY: THE POWER OF NOW

SDS PODCAST EPISODE 94 FIVE MINUTE FRIDAY: THE POWER OF NOW SDS PODCAST EPISODE 94 FIVE MINUTE FRIDAY: THE POWER OF NOW This is Five Minute Friday episode number 94: The Power of Now. Hello and welcome everybody back to the SuperDataScience podcast. Today I've

More information

Ep #181: Proactivation

Ep #181: Proactivation Full Episode Transcript With Your Host Brooke Castillo Welcome to The Life Coach School Podcast, where it s all about real clients, real problems, and real coaching. And now your host, Master Coach Instructor,

More information

The Principles Of A.I Alphago

The Principles Of A.I Alphago The Principles Of A.I Alphago YinChen Wu Dr. Hubert Bray Duke Summer Session 20 july 2017 Introduction Go, a traditional Chinese board game, is a remarkable work of art which has been invented for more

More information

Is a Transparent Leader Really the Best Leader?

Is a Transparent Leader Really the Best Leader? Podcast Episode 167 Unedited Transcript Listen here Is a Transparent Leader Really the Best Leader? David Loy: Hi and welcome to In The Loop with Andy Andrews, I m your host David Loy, Andy welcome, thank

More information

Delphine s Case Study: If you only do one thing to learn English a day... what should it be? (Including my 10~15 a day Japanese study plan)

Delphine s Case Study: If you only do one thing to learn English a day... what should it be? (Including my 10~15 a day Japanese study plan) Delphine s Case Study: If you only do one thing to learn English a day... what should it be? (Including my 10~15 a day Japanese study plan) Julian: Hi, Delphine! How s it going? Delphine: Nice to meet

More information

Author Platform Rocket -Podcast Transcription-

Author Platform Rocket -Podcast Transcription- Author Platform Rocket -Podcast Transcription- Grow your platform with Social Giveaways Speaker 1: Welcome to Author Platform Rocket. A highly acclaimed source for actionable business, marketing, mindset

More information

AI in Tabletop Games. Team 13 Josh Charnetsky Zachary Koch CSE Professor Anita Wasilewska

AI in Tabletop Games. Team 13 Josh Charnetsky Zachary Koch CSE Professor Anita Wasilewska AI in Tabletop Games Team 13 Josh Charnetsky Zachary Koch CSE 352 - Professor Anita Wasilewska Works Cited Kurenkov, Andrey. a-brief-history-of-game-ai.png. 18 Apr. 2016, www.andreykurenkov.com/writing/a-brief-history-of-game-ai/

More information

LONDON S BEST BUSINESS MINDS TO COMPETE FOR PRESTIGIOUS CHESS TITLE

LONDON S BEST BUSINESS MINDS TO COMPETE FOR PRESTIGIOUS CHESS TITLE PRESS RELEASE LONDON S BEST BUSINESS MINDS TO COMPETE FOR PRESTIGIOUS CHESS TITLE - London s business elite to compete alongside world s best chess players in the London Chess Classic Pro-Biz Cup 2017

More information

The Online Marketing Made Easy Podcast with Amy Porterfield Session #123

The Online Marketing Made Easy Podcast with Amy Porterfield Session #123 The Online Marketing Made Easy Podcast with Amy Porterfield Session #123 Show notes at: http://www.amyporterfield.com/123 Amy Porterfield: Hey there, Amy Porterfield here. Welcome back to another episode

More information

Monte Carlo Tree Search

Monte Carlo Tree Search Monte Carlo Tree Search 1 By the end, you will know Why we use Monte Carlo Search Trees The pros and cons of MCTS How it is applied to Super Mario Brothers and Alpha Go 2 Outline I. Pre-MCTS Algorithms

More information

Artificial Intelligence (AI) is a world changer, and it s unleashing a tidal wave of wealth that will be unlike anything we ve ever seen before...

Artificial Intelligence (AI) is a world changer, and it s unleashing a tidal wave of wealth that will be unlike anything we ve ever seen before... Artificial Intelligence (AI) is a world changer, and it s unleashing a tidal wave of wealth that will be unlike anything we ve ever seen before... For you and me, that means a once-in-a-lifetime chance

More information

By: The 7 Keys to Financial Success

By: The 7 Keys to Financial Success By: The 7 Keys to Financial Success Background Info Over the past two years, I've been able to turn M$M into a resource that reaches tens of thousands of readers every month (aka the Debt De$troyers).

More information

LONDON S BEST BUSINESS MINDS TO COMPETE FOR PRESTIGIOUS CHESS TITLE

LONDON S BEST BUSINESS MINDS TO COMPETE FOR PRESTIGIOUS CHESS TITLE PRESS RELEASE LONDON S BEST BUSINESS MINDS TO COMPETE FOR PRESTIGIOUS CHESS TITLE - London s business elite to compete alongside world s best chess players in the London Chess Classic Pro-Biz Cup 2017

More information

The Exciting World of Bridge

The Exciting World of Bridge The Exciting World of Bridge Welcome to the exciting world of Bridge, the greatest game in the world! These lessons will assume that you are familiar with trick taking games like Euchre and Hearts. If

More information

First Tutorial Orange Group

First Tutorial Orange Group First Tutorial Orange Group The first video is of students working together on a mechanics tutorial. Boxed below are the questions they re discussing: discuss these with your partners group before we watch

More information

Google DeepMind s AlphaGo vs. world Go champion Lee Sedol

Google DeepMind s AlphaGo vs. world Go champion Lee Sedol Google DeepMind s AlphaGo vs. world Go champion Lee Sedol Review of Nature paper: Mastering the game of Go with Deep Neural Networks & Tree Search Tapani Raiko Thanks to Antti Tarvainen for some slides

More information

Females in Fine Fettle: from wiped out to well-thy

Females in Fine Fettle: from wiped out to well-thy Listen to this episode at: www.femalesinfinefettle.com/021 PODCAST TRANSCRIPT: Episode 021 - Purposeful Planning for 2018 (and beyond) Ashlie Rose: Hello out there Ashlie Rose here with Dr. Michelle. Dr.

More information

First of all, I have my good friend, Rick Mulready, on the show today. He s back to talk about Facebook ads. Rick, how the heck are you?

First of all, I have my good friend, Rick Mulready, on the show today. He s back to talk about Facebook ads. Rick, how the heck are you? EPISODE 123 How Much Money Should I Spend on Facebook Ads To be Successful on My Webinar? SEE THE SHOW NOTES AT: AMY PORTERFIELD: Hey there, Amy Porterfield here. Welcome back to another episode of The

More information

How to Help People with Different Personality Types Get Along

How to Help People with Different Personality Types Get Along Podcast Episode 275 Unedited Transcript Listen here How to Help People with Different Personality Types Get Along Hi and welcome to In the Loop with Andy Andrews. I'm your host, as always, David Loy. With

More information

Welcome to our first of webinars that we will. be hosting this Fall semester of Our first one

Welcome to our first of webinars that we will. be hosting this Fall semester of Our first one 0 Cost of Attendance Welcome to our first of --- webinars that we will be hosting this Fall semester of. Our first one is called Cost of Attendance. And it will be a 0- minute webinar because I am keeping

More information

AlphaGo and Artificial Intelligence GUEST LECTURE IN THE GAME OF GO AND SOCIETY

AlphaGo and Artificial Intelligence GUEST LECTURE IN THE GAME OF GO AND SOCIETY AlphaGo and Artificial Intelligence HUCK BENNET T (NORTHWESTERN UNIVERSITY) GUEST LECTURE IN THE GAME OF GO AND SOCIETY AT OCCIDENTAL COLLEGE, 10/29/2018 The Game of Go A game for aliens, presidents, and

More information

All Ears English Episode 157:

All Ears English Episode 157: All Ears English Episode 157: Announcement! TOP 15 FIXES for Your Biggest Mistakes This is an All Ears English Podcast, Episode 157: Announcement! TOP 15 FIXES for Your Biggest Mistakes. [Instrumental]

More information

Smart Passive Income Gets Critiqued - Conversion Strategies with Derek Halpern TRANSCRIPT

Smart Passive Income Gets Critiqued - Conversion Strategies with Derek Halpern TRANSCRIPT Smart Passive Income Gets Critiqued - Conversion Strategies with Derek Halpern TRANSCRIPT Blog Post can be found at: http://www.smartpassiveincome.com/conversion-strategies YouTube video of interview can

More information

You build and paint your own army, and then fight it out on the table

You build and paint your own army, and then fight it out on the table 1 Do I still feel bad after all these years I first met my good bud Jawaballs back when we were playing D&D together at the time we all had miniatures to represent our characters and I noticed that JB

More information

How Your Mind Shapes Your World

How Your Mind Shapes Your World MindPower - Kids Skill book 1 of 5 How Your Mind Shapes Your World and what you can do to shape your mind Renaye Thornborrow Adventures in Wisdom 2010 Renaye Thornborrow All Rights Reserved Table of Contents

More information

Huge Culver 2. Hugh: Thanks, Jaime. It s always fun.

Huge Culver 2. Hugh: Thanks, Jaime. It s always fun. Huge Culver 2 Jaime: Welcome to Eventual Millionaire Builders. I have Hugh Culver on the show. He s been on my show twice, I adore him. He helps experts grow their business bigger, better, faster. He s

More information

All games have an opening. Most games have a middle game. Some games have an ending.

All games have an opening. Most games have a middle game. Some games have an ending. Chess Openings INTRODUCTION A game of chess has three parts. 1. The OPENING: the start of the game when you decide where to put your pieces 2. The MIDDLE GAME: what happens once you ve got your pieces

More information

Emotion Secrets Webinar Text

Emotion Secrets Webinar Text Emotion Secrets Webinar Text Hello everyone. Welcome to the webinar. This one is for our European members. Of course, anybody is welcome. But I tried to choose a time that was good for all of you members

More information

Real Estate Investing Podcast Brilliant at the Basics Part 15: Direct Mail Is Alive and Very Well

Real Estate Investing Podcast Brilliant at the Basics Part 15: Direct Mail Is Alive and Very Well Real Estate Investing Podcast Brilliant at the Basics Part 15: Direct Mail Is Alive and Very Well Hosted by: Joe McCall Featuring Special Guest: Peter Vekselman Hey guys. Joe McCall back here with Peter

More information

ITSM Maturity Assessment Models How does your organization stack up? The Federal Leaders Playbook Season 1, Episode 3

ITSM Maturity Assessment Models How does your organization stack up? The Federal Leaders Playbook Season 1, Episode 3 ITSM Maturity Assessment Models How does your organization stack up? The Federal Leaders Playbook Season 1, Episode 3 Featuring: Eric Lazerson - Vice-president at Acuity Jessica Alfaro - Senior Manager

More information

Inside The Amazing 57 Days

Inside The Amazing 57 Days CASE STUDY Inside The Amazing 57 Days From Failed Entrepreneur to Full-Time Consultant With 4 High Ticket Clients Dave Rogenmoser Co-Founder & CEO, Market Results Best-Selling Author Visit us at themarketresults.com

More information

Shift your mindset A survival kit for professionals in change with Cyriel Kortleven

Shift your mindset A survival kit for professionals in change with Cyriel Kortleven CPA Australia Podcast Transcript - Episode 31: Shift your mindset A survival kit for professionals in change with Cyriel Kortleven Introduction: Hello and welcome to the CPA Australia podcast, your source

More information

Episode 12: How to Squash The Video Jitters! Subscribe to the podcast here.

Episode 12: How to Squash The Video Jitters! Subscribe to the podcast here. Episode 12: How to Squash The Video Jitters! Subscribe to the podcast here. Hey everybody. Welcome to Episode #12 of my podcast where I am going to help you shake off those annoying, pesky little jitters

More information

Episode 3: New to Numenta? Top 5 Things You Need to Know

Episode 3: New to Numenta? Top 5 Things You Need to Know Episode 3: New to Numenta? Top 5 Things You Need to Know August 28, 2018 Christy: 00:00 Hi, this is Christy Maver. Matt: 00:02 And I'm Matt Taylor and you're listening to the Numenta On Intelligence podcast.

More information

Preparing For Your GCSEs

Preparing For Your GCSEs 2017-2018 GCSE Gurus Preparing For Your GCSEs GCSE Gurus THE ROUTE TO A*S EVERYTHING YOU SHOULD KNOW WHEN: Preparing for GCSEs FOR STUDENTS IN YEAR 10 & 11 DON T THINK ABOUT WHERE YOU SHOULD START. THE

More information

Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain

Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain Raising the Bar Sydney 2018 Zdenka Kuncic Build a brain Welcome to the podcast series; Raising the Bar, Sydney. Raising the bar in 2018 saw 20 University of Sydney academics take their research out of

More information

Conversation with Rebecca Rhodes

Conversation with Rebecca Rhodes Conversation with Rebecca Rhodes Hey there everybody, it s Cory with The Abundant Artist. Today I am here with Rebecca Rhodes from Pennsylvania in the US. Rebecca is a watercolor painter and teacher who

More information

Phone Interview Tips (Transcript)

Phone Interview Tips (Transcript) Phone Interview Tips (Transcript) This document is a transcript of the Phone Interview Tips video that can be found here: https://www.jobinterviewtools.com/phone-interview-tips/ https://youtu.be/wdbuzcjweps

More information

National Coach Call Topic Host Featured Speaker: Date

National Coach Call Topic Host Featured Speaker: Date National Coach Call Audio Transcription Topic: Success Club: Consistency has its Benefits Host: Sr. Vice President of Global Sales, Jeff Hill Featured Speaker: Hillary Kelly Date: February 4, 2013 Well

More information

"List Building" for Profit

List Building for Profit "List Building" for Profit As a winning Member of Six Figure Mentors you have a unique opportunity to earn multiple income streams as an authorised affiliate (reseller) of our many varied products and

More information

Stephanie. This has given me my life back.

Stephanie. This has given me my life back. Stephanie This has given me my life back. My name is Stephanie. I m a patient with an ostomy. I have a unique story because I've had an ostomy twice. I was originally diagnosed in 2000. I was just finishing

More information

dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date:

dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date: dw Interviews: Nicholas Leduc on the mobile experience of billions of devices Episode date: 09-19-2012 [ MUSIC ] LANINGHAM: This is the developerworks podcast. I'm Scott Laningham; joining me right now

More information

Handling the Pressure l Session 6

Handling the Pressure l Session 6 Handling the Pressure l Session 6 Under Pressure Role Plays Put Yourself into the Story Instructions: Photocopy this page and cut out the cards. Read one scenario at a time and choose a child to answer

More information

Everything You Wanted to Know About Contracts (But Were Afraid to Ask) Professor Monestier

Everything You Wanted to Know About Contracts (But Were Afraid to Ask) Professor Monestier Everything You Wanted to Know About Contracts (But Were Afraid to Ask) Professor Monestier Welcome to Law School! You re probably pretty nervous/excited/stressed out right now, with a million questions

More information

Module 5: How To Explain Your Coaching

Module 5: How To Explain Your Coaching Module 5: How To Explain Your Coaching This is where you explain your coaching, consulting, healing or whatever it is that you re going to do to help them. You want to explain it in a way that makes sense,

More information

Storybird audio transcript:

Storybird audio transcript: Peer observationa Problem Based Learning (PBL) Journey with my peer J All in it together on Storybird(please note the Storybird is on the pgcap account under the class due to problems with making it public

More information

This is a transcript of the T/TAC William and Mary podcast Lisa Emerson: Writer s Workshop

This is a transcript of the T/TAC William and Mary podcast Lisa Emerson: Writer s Workshop This is a transcript of the T/TAC William and Mary podcast Lisa Emerson: Writer s Workshop [MUSIC: T/TAC William and Mary Podcast Intro] Lee Anne SULZBERGER: So, hello, I m sitting here with Lisa Emerson,

More information

OPENING IDEA 3: THE KNIGHT AND BISHOP ATTACK

OPENING IDEA 3: THE KNIGHT AND BISHOP ATTACK OPENING IDEA 3: THE KNIGHT AND BISHOP ATTACK If you play your knight to f3 and your bishop to c4 at the start of the game you ll often have the chance to go for a quick attack on f7 by moving your knight

More information

PWE13: Endo Awareness & Support

PWE13: Endo Awareness & Support PWE13: Endo Awareness & Support Aubree: Welcome to the Peace With Endo Podcast. My name s Aubree Deimler. I am an author, speaker and integrative wellness coach who helps women with endometriosis naturally

More information

UNIT 13A AI: Games & Search Strategies. Announcements

UNIT 13A AI: Games & Search Strategies. Announcements UNIT 13A AI: Games & Search Strategies 1 Announcements Do not forget to nominate your favorite CA bu emailing gkesden@gmail.com, No lecture on Friday, no recitation on Thursday No office hours Wednesday,

More information

CS 188: Artificial Intelligence

CS 188: Artificial Intelligence CS 188: Artificial Intelligence Adversarial Search Prof. Scott Niekum The University of Texas at Austin [These slides are based on those of Dan Klein and Pieter Abbeel for CS188 Intro to AI at UC Berkeley.

More information

Essential Tennis Podcast #151

Essential Tennis Podcast #151 Essential Tennis Podcast #151 Welcome to the Essential Tennis Podcast. If you love tennis and want to improve your game, this podcast is for you. Whether it's technique, strategy, equipment or the mental

More information

SELF RELIANCE. How self reliant are you? And how do you define it? Mastering others is strength. Mastering yourself is true power.

SELF RELIANCE. How self reliant are you? And how do you define it? Mastering others is strength. Mastering yourself is true power. SELF RELIANCE How self reliant are you? And how do you define it? EPISODE # 7 2 of a Daily Dose of Greatness Quest with Trevor Crane DAILY QUOTES The measure of a man is what he does with power. -Plato

More information

How to Win at the Sport Of Business

How to Win at the Sport Of Business Buy the full ebook here: http://ganxy.com/add/26631 Preview Preview Mark Cuban s How to Win at the Sport Of Business If I Can Do It, You Can Do It The Dream I worked jobs I didn t like. I worked jobs I

More information

Case Study: New Freelance Writer Lands Four Clients and Plenty of Repeat Business After Implementing the Ideas and Strategies in B2B Biz Launcher

Case Study: New Freelance Writer Lands Four Clients and Plenty of Repeat Business After Implementing the Ideas and Strategies in B2B Biz Launcher Case Study: New Freelance Writer Lands Four Clients and Plenty of Repeat Business After Implementing the Ideas and Strategies in B2B Biz Launcher Thanks for agreeing to talk to me and sharing a little

More information

Michelle Schroeder-Gardner

Michelle Schroeder-Gardner Michelle Schroeder-Gardner MakingSenseOfCents.com Michelle Schroeder-Gardner has much schooling under her belt. With that schooling came a lot of student loan debt. She started her blog in 2011 as a means

More information

Using Google Analytics to Make Better Decisions

Using Google Analytics to Make Better Decisions Using Google Analytics to Make Better Decisions This transcript was lightly edited for clarity. Hello everybody, I'm back at ACPLS 20 17, and now I'm talking with Jon Meck from LunaMetrics. Jon, welcome

More information

[00:00:00] All right, guys, Luke Sample here aka Lambo Luke and this is the first video, really the first training video in the series. Now, in this p

[00:00:00] All right, guys, Luke Sample here aka Lambo Luke and this is the first video, really the first training video in the series. Now, in this p [00:00:00] All right, guys, Luke Sample here aka Lambo Luke and this is the first video, really the first training video in the series. Now, in this particular video, we re going to cover the Method Overview

More information

UW_HELP_PODCAST_2.mp3

UW_HELP_PODCAST_2.mp3 UW_HELP_PODCAST_2.mp3 Randy: [00:00:08] Thank you for joining us on today's episode of the UW HELP podcast. I'm Randy Parvin, your host, and a student services coordinator at the University of Wisconsin

More information

EPISODE 8 How to Grow Your List With Facebook

EPISODE 8 How to Grow Your  List With Facebook EPISODE 8 How to Grow Your Email List With Facebook SEE THE SHOW NOTES AT: AMY PORTERFIELD: Hey there, welcome to another episode of the Online Marketing Made Easy Podcast! This is going to be a fantastic

More information

Faith and Hope for the Future: Karen s Myelofibrosis Story

Faith and Hope for the Future: Karen s Myelofibrosis Story Faith and Hope for the Future: Karen s Myelofibrosis Story Karen Patient Advocate Please remember the opinions expressed on Patient Power are not necessarily the views of our sponsors, contributors, partners

More information

Creating a Poker Playing Program Using Evolutionary Computation

Creating a Poker Playing Program Using Evolutionary Computation Creating a Poker Playing Program Using Evolutionary Computation Simon Olsen and Rob LeGrand, Ph.D. Abstract Artificial intelligence is a rapidly expanding technology. We are surrounded by technology that

More information

The ENGINEERING CAREER COACH PODCAST SESSION #1 Building Relationships in Your Engineering Career

The ENGINEERING CAREER COACH PODCAST SESSION #1 Building Relationships in Your Engineering Career The ENGINEERING CAREER COACH PODCAST SESSION #1 Building Relationships in Your Engineering Career Show notes at: engineeringcareercoach.com/session1 Anthony s Upfront Intro: This is The Engineering Career

More information

This is an oral history interview with Colleen, IBM CRM (Customer Relationship Management) Business Partner

This is an oral history interview with Colleen, IBM CRM (Customer Relationship Management) Business Partner This is an oral history interview with Colleen, IBM CRM (Customer Relationship Management) Business Partner Worldwide Test Manager, conducted on September 4, 2003, by IBM Corporate Archivist, Paul Lasewicz.

More information

HUSTLE YOUR WAY TO THE TOP

HUSTLE YOUR WAY TO THE TOP 2011: year of the HUSTLE YOUR WAY TO THE TOP Get Inside Their Heads: How To Avoid No and Score Big Wins By Deeply Understanding Your Prospect BY RAMIT SETHI hustle 2 MOST PEOPLE DESERVE TO FAIL Today,

More information

Hello and welcome to the CPA Australia podcast, your source for business, leadership and public practice accounting information.

Hello and welcome to the CPA Australia podcast, your source for business, leadership and public practice accounting information. CPA Australia Podcast Episode 30 Transcript Introduction: Hello and welcome to the CPA Australia podcast, your source for business, leadership and public practice accounting information. Hello and welcome

More information

Hey, Janice. Thank you so much for talking with me today. Ed, thanks so much. I'm delighted to be here to talk to you.

Hey, Janice. Thank you so much for talking with me today. Ed, thanks so much. I'm delighted to be here to talk to you. Case Study: How The 2X Project Helped Janice Hughes Strengthen Her Market Positioning, Land More Lucrative Clients and Increase the Quality and Quantity of Client Leads Hey, Janice. Thank you so much for

More information

Tracy McMillan on The Person You Really Need To Marry (Full Transcript)

Tracy McMillan on The Person You Really Need To Marry (Full Transcript) Tracy McMillan on The Person You Really Need To Marry (Full Transcript) Tracy McMillan on The Person You Really Need To Marry at TEDxOlympicBlvdWomen Transcript Full speaker bio: MP3 Audio: https://singjupost.com/wp-content/uploads/2016/03/the-person-you-really-needto-marry-by-tracy-mcmillan-at-tedxolympicblvdwomen.mp3

More information

Common Phrases (2) Generic Responses Phrases

Common Phrases (2) Generic Responses Phrases Common Phrases (2) Generic Requests Phrases Accept my decision Are you coming? Are you excited? As careful as you can Be very very careful Can I do this? Can I get a new one Can I try one? Can I use it?

More information

Alexander Patterson Interview Transcript

Alexander Patterson Interview Transcript Alexander Patterson Interview Transcript INTERVIEWER: Could you please state your name and affiliation with the Railway Mail Service? Alexander Patterson: Well, Alexander Patterson Jr., and I was with

More information

Hum, Michael, Michelle and Jeff, you can guess? I ll just guess anything, five I guess. One through infinity.

Hum, Michael, Michelle and Jeff, you can guess? I ll just guess anything, five I guess. One through infinity. Researcher: Robert B. Page: 1 of 7 s s is like [inaudible] I want to talk to the people, I want everyone to be quiet for a second and I want to talk just to the people who are sure, absolutely sure they

More information

Step 2, Lesson 2 The List Builders Lab Three Core Lead Magnet Strategies

Step 2, Lesson 2 The List Builders Lab Three Core Lead Magnet Strategies Step 2, Lesson 2 The List Builders Lab Three Core Lead Magnet Strategies Hey there, welcome back to one of my very favorite lessons. We are going to dive in to the Three Core Lead Magnet Strategies. I

More information

Game Playing State-of-the-Art CSE 473: Artificial Intelligence Fall Deterministic Games. Zero-Sum Games 10/13/17. Adversarial Search

Game Playing State-of-the-Art CSE 473: Artificial Intelligence Fall Deterministic Games. Zero-Sum Games 10/13/17. Adversarial Search CSE 473: Artificial Intelligence Fall 2017 Adversarial Search Mini, pruning, Expecti Dieter Fox Based on slides adapted Luke Zettlemoyer, Dan Klein, Pieter Abbeel, Dan Weld, Stuart Russell or Andrew Moore

More information

Mastering Chess and Shogi by Self- Play with a General Reinforcement Learning Algorithm

Mastering Chess and Shogi by Self- Play with a General Reinforcement Learning Algorithm Mastering Chess and Shogi by Self- Play with a General Reinforcement Learning Algorithm by Silver et al Published by Google Deepmind Presented by Kira Selby Background u In March 2016, Deepmind s AlphaGo

More information

WEBSITE PROPOSAL OBJECTION ANSWER SCRIPTS

WEBSITE PROPOSAL OBJECTION ANSWER SCRIPTS UGURUS PRESENTS WEBSITE PROPOSAL OBJECTION ANSWER SCRIPTS By Brent Weaver MY TOP 10 PROVEN SCRIPTS THAT WILL HELP YOU OVERCOME ANY OBJECTION YOUR CLIENT MAY HAVE WITH YOUR WEBSITE PROPOSAL Brent Weaver

More information

Ep #23: Cheat Days. Hi! How's it goin'? Great? Good. Then let's jump right into today's topic. Cheat days.

Ep #23: Cheat Days. Hi! How's it goin'? Great? Good. Then let's jump right into today's topic. Cheat days. Ep #23: Cheat Days Hi! How's it goin'? Great? Good. Then let's jump right into today's topic. Cheat days. Should you have cheat days? What a big question and it's one I get asked often. I guess it depends

More information

An Evening With Grandpa

An Evening With Grandpa An Evening With Grandpa Adventures in Chess Land By Diana Matlin Illustrated by S. Chatterjee DIANA MATLIN Copyright 2013 Diana Matlin All rights reserved. ISBN-10: 0988785013 ISBN-13: 978-0-9887850-1-4

More information