Book Image

Python Machine Learning Blueprints: Intuitive data projects you can relate to

By : Alexander T. Combs
Book Image

Python Machine Learning Blueprints: Intuitive data projects you can relate to

By: Alexander T. Combs

Overview of this book

<p>Machine Learning is transforming the way we understand and interact with the world around us. But how much do you really understand it? How confident are you interacting with the tools and models that drive it?</p> <p>Python Machine Learning Blueprints puts your skills and knowledge to the test, guiding you through the development of some awesome machine learning applications and algorithms with real-world examples that demonstrate how to put concepts into practice.</p> <p>You’ll learn how to use cluster techniques to discover bargain air fares, and apply linear regression to find yourself a cheap apartment – and much more. Everything you learn is backed by a real-world example, whether its data manipulation or statistical modelling.</p> <p>That way you’re never left floundering in theory – you’ll be simply collecting and analyzing data in a way that makes a real impact.</p>
Table of Contents (16 chapters)
Python Machine Learning Blueprints
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

The history of chatbots


I still remember the day my father sat me down in front of his IBM XT with its black and green flickering monitor and asked me to talk to "it". The conversation went something like the following:

>Hello? How are you feeling today?

>Hi. Who is this?

>Hi there... how are you today?

>I'm fine. You didn't tell me who you are.

>We should be discussing you, not me.

>We should? Why?

>Let's change focus a bit... Tell me about your family.

>You are impossible to have a conversation with.

>Can you elaborate on that?

>You are killing me.

>Perhaps you would like me to be killing you.

>Ok, you are freaking me out.

>Perhaps you're really talking about yourself?

>What?? That makes no sense.

>How would an answer to that help you?

>END

>Very Interesting.

>QUIT

>Thank you for talking with me.

>#$###$#@@....

The "it" that I talked to was a program called ELIZA. Written in the mid-1960s at MIT's Artificial...