본문 바로가기

리디 접속이 원활하지 않습니다.
강제 새로 고침(Ctrl + F5)이나 브라우저 캐시 삭제를 진행해주세요.
계속해서 문제가 발생한다면 리디 접속 테스트를 통해 원인을 파악하고 대응 방법을 안내드리겠습니다.
테스트 페이지로 이동하기

Building Machine Learning Systems with Python Third Edition 상세페이지

컴퓨터/IT 개발/프로그래밍 ,   컴퓨터/IT IT 해외원서

Building Machine Learning Systems with Python Third Edition

Explore machine learning and deep learning techniques for building intelligent systems using scikit-learn and TensorFlow
소장전자책 정가22,000
판매가22,000
Building Machine Learning Systems with Python Third Edition 표지 이미지

Building Machine Learning Systems with Python Third Edition작품 소개

<Building Machine Learning Systems with Python Third Edition> ▶Book Description
Machine learning allows systems to learn things without being explicitly programmed to do so. Python is one of the most popular languages used to develop machine learning applications, which take advantage of its extensive library support. This third edition of Building Machine Learning Systems with Python addresses recent developments in the field by covering the most-used datasets and libraries to help you build practical machine learning systems.

Using machine learning to gain deeper insights from data is a key skill required by modern application developers and analysts alike. Python, being a dynamic language, allows for fast exploration and experimentation. This book shows you exactly how to find patterns in your raw data. You will start by brushing up on your Python machine learning knowledge and being introduced to libraries. You'll quickly get to grips with serious, real-world projects on datasets, using modeling and creating recommendation systems. With Building Machine Learning Systems with Python, you'll gain the tools and understanding required to build your own systems, all tailored to solve real-world data analysis problems.

By the end of this book, you will be able to build machine learning systems using techniques and methodologies such as classification, sentiment analysis, computer vision, reinforcement learning, and neural networks.

▶What You Will Learn
⦁ Build a classification system that can be applied to text, images, and sound
⦁ Employ Amazon Web Services (AWS) to run analysis on the cloud
⦁ Solve problems related to regression using scikit-learn and TensorFlow
⦁ Recommend products to users based on their past purchases
⦁ Understand different ways to apply deep neural networks on structured data
⦁ Address recent developments in the field of computer vision and reinforcement learning

▶Key Features
⦁ Develop your own Python-based machine learning system
⦁ Discover how Python offers multiple algorithms for modern machine learning systems
⦁ Explore key Python machine learning libraries to implement in your projects

▶Who This Book Is For
Building Machine Learning Systems with Python is for data scientists, machine learning developers, and Python developers who want to learn how to build increasingly complex machine learning systems. You will use Python's machine learning capabilities to develop effective solutions. Prior knowledge of Python programming is expected.

▶What this book covers
⦁ Chapter 1, Getting Started with Python Machine Learning, introduces the basic idea of machine learning and TensorFlow with a very simple example. Despite its simplicity, it will challenge us with the risk of overfitting.

⦁ Chapter 2, Classifying with Real-world Examples, uses real data to explore classification by training a computer to be able to distinguish between different classes of flowers.

⦁ Chapter 3, Regression, explains how to use regression to handle data, a classic topic that is still relevant today. You will also learn about advanced regression techniques such as Lasso and ElasticNet.

⦁ Chapter 4, Classification I –. Detecting Poor Answers, demonstrates how to use the biasvariance trade-off to debug machine learning models, though this chapter is mainly about using logistic regression to ascertain whether a user's answer to a question is good or bad.

⦁ Chapter 5, Dimensionality Reduction, explores what other methods exist to help us to downsize data so that it is chewable by our machine learning algorithms.

⦁ Chapter 6, Clustering –. Finding Related Posts, demonstrates how powerful the bag of words approach is by applying it to find similar posts without really understanding them.

⦁ Chapter 7, Recommendations, builds recommendation systems based on customer product ratings. We will also see how to build recommendations from shopping data without the need for ratings data (which users do not always provide).

⦁ Chapter 8, Artificial Neural Networks and Deep Learning, deals with the fundamentals and examples of CNN and RNN using TensorFlow.

⦁ Chapter 9, Classification II –. Sentiment Analysis, explains how Naive Bayes works, and how to use it to classify tweets to see whether they are positive or negative.

⦁ Chapter 10, Topic Modeling, moves beyond assigning each post to a single cluster to assigning posts to several topics, as real texts can deal with multiple topics.

⦁ Chapter 11, Classification III –. Music Genre Classification, sets the scene of someone having scrambled our huge music collection, our only hope of creating order being to let a machine learner classify our songs. It turns out that it is sometimes better to trust someone else's expertise to create features ourselves. The chapter also covers the conversion of speech into text.

⦁ Chapter 12, Computer Vision, demonstrates how to apply classification in the specific context of handling images by extracting features from data. We also see how these methods can be adapted to find similar images in a collection, and the applications of CNN and GAN using TensorFlow.

⦁ Chapter 13, Reinforcement Learning, covers the fundamentals of reinforcement learning and Deep Q networks on Atari game playing.

⦁ Chapter 14, Bigger Data, explores some approaches to dealing with larger data by taking advantage of multiple cores or computing clusters. It also introduces cloud computing (using Amazon Web Services as our cloud provider).


출판사 서평

▶ Preface
Machine learning allows models or systems to learn without being explicitly programmed. You will see how to use the best library support available, including, scikit-learn, TensorFlow, and many others, to build efficient, smart systems.


저자 소개

⦁ Luis Pedro Coelho
Luis Pedro Coelho is a computational biologist who analyzes DNA from microbial communities to characterize their behavior. He has also worked extensively in bioimage informatics?the application of machine learning techniques for the analysis of images of biological specimens. His main focus is on the processing and integration of large-scale datasets. He has a PhD from Carnegie Mellon University and has authored several scientific publications. In 2004, he began developing in Python and has contributed to several open source libraries. He is currently a faculty member at Fudan University in Shanghai.

⦁ Willi Richert
Willi Richert has a PhD in machine learning/robotics, where he has used reinforcement learning, hidden Markov models, and Bayesian networks to let heterogeneous robots learn by imitation. Now at Microsoft, he is involved in various machine learning areas, such as deep learning, active learning, or statistical machine translation. Willi started as a child with BASIC on his Commodore 128. Later, he discovered Turbo Pascal, then Java, then C++-only to finally arrive at his true love: Python.

⦁ Matthieu Brucher
Matthieu Brucher is a computer scientist who specializes in high-performance computing and computational modeling and currently works for JPMorgan in their quantitative research branch. He is also the lead developer of Audio ToolKit, a library for real-time audio signal processing. He has a PhD in machine learning and signals processing from the University of Strasbourg, two Master of Science degrees-one in digital electronics and signal processing and another in automation - from the University of Paris XI and Supelec, as well as a Master of Music degree from Bath Spa University.

목차

▶TABLE of CONTENTS
1: GETTING STARTED WITH PYTHON MACHINE LEARNING
2: CLASSIFYING WITH REAL-WORLD EXAMPLES
3: REGRESSION
4: CLASSIFICATION I – DETECTING POOR ANSWERS
5: DIMENSIONALITY REDUCTION
6: CLUSTERING – FINDING RELATED POSTS
7: RECOMMENDATIONS
8: ARTIFICIAL NEURAL NETWORKS AND DEEP LEARNING
9: CLASSIFICATION II – SENTIMENT ANALYSIS
10: TOPIC MODELING
11: CLASSIFICATION III – MUSIC GENRE CLASSIFICATION
12: COMPUTER VISION
13: REINFORCEMENT LEARNING
14: BIGGER DATA


리뷰

구매자 별점

0.0

점수비율
  • 5
  • 4
  • 3
  • 2
  • 1

0명이 평가함

리뷰 작성 영역

이 책을 평가해주세요!

내가 남긴 별점 0.0

별로예요

그저 그래요

보통이에요

좋아요

최고예요

별점 취소

구매자 표시 기준은 무엇인가요?

'구매자' 표시는 리디에서 유료도서 결제 후 다운로드 하시거나 리디셀렉트 도서를 다운로드하신 경우에만 표시됩니다.

무료 도서 (프로모션 등으로 무료로 전환된 도서 포함)
'구매자'로 표시되지 않습니다.
시리즈 도서 내 무료 도서
'구매자’로 표시되지 않습니다. 하지만 같은 시리즈의 유료 도서를 결제한 뒤 리뷰를 수정하거나 재등록하면 '구매자'로 표시됩니다.
영구 삭제
도서를 영구 삭제해도 ‘구매자’ 표시는 남아있습니다.
결제 취소
‘구매자’ 표시가 자동으로 사라집니다.

이 책과 함께 구매한 책


이 책과 함께 둘러본 책



본문 끝 최상단으로 돌아가기

spinner
모바일 버전