에너지경제연구원 전자도서관

로그인

에너지경제연구원 전자도서관

자료검색

  1. 메인
  2. 자료검색
  3. 통합검색

통합검색

단행본2022년 BEST 30

Hands-on Machine Learning with Scikit-Learn, Keras, and TensorFlow: concepts, tools, and techniques to build intelligent systems

판사항
2nd ed
발행사항
Beijing ; Boston : O'Reilly, 2019
형태사항
xxⅴ, 819 pages : illustrations ; 24cm
서지주기
Includes index
소장정보
위치등록번호청구기호 / 출력상태반납예정일
이용 가능 (1)
자료실E207518대출가능-
이용 가능 (1)
  • 등록번호
    E207518
    상태/반납예정일
    대출가능
    -
    위치/청구기호(출력)
    자료실
책 소개

Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient tools to implement programs capable of learning from data. This practical book shows you how.

By using concrete examples, minimal theory, and two production-ready Python frameworks--Scikit-Learn and TensorFlow--author Aur lien G ron helps you gain an intuitive understanding of the concepts and tools for building intelligent systems. You'll learn a range of techniques, starting with simple linear regression and progressing to deep neural networks. With exercises in each chapter to help you apply what you've learned, all you need is programming experience to get started.

  • Explore the machine learning landscape, particularly neural nets
  • Use Scikit-Learn to track an example machine-learning project end-to-end
  • Explore several training models, including support vector machines, decision trees, random forests, and ensemble methods
  • Use the TensorFlow library to build and train neural nets
  • Dive into neural net architectures, including convolutional nets, recurrent nets, and deep reinforcement learning
  • Learn techniques for training and scaling deep neural nets
목차
Preface PartⅠ. The Fundamentals of Machine Learning 1.The Machine Learning Landscape 2.End-to-End Machine Learning Project 3.Classification 4.Training Models 5.Support Vector Machines 6.Decision Trees 7.Ensemble Learning and Random Forests 8.Dimensionality Reduction 9.Unsupervised Learning Techniques Part Ⅱ. Neural Networks and Deep Learning 10.Introduction to Artificial Neural Network with Keras 11.Training Deep Neural Networks 12.Custom Models and Traning with TensoFlow 13.Loading and Preprocessing Data with TensorFlow 14.Deep Computer Vision Using Convolutional Neural Networks 15.Processing Sequences Using RNNs and CNNs 16.Natural Language Processing with RNNs and Attention 17.Representation Learning and Generative Learning Using Autoencoders and GANs 18.Reinforcement Learning 19.Traning and Deploying TensorFlow Models at Scale A. Exercise Solutions B. Machine Learning Project Checklist C. SVM Dual Problem D. Autodiff E. Other Popular ANN Architectures F. Special Data Structures G.TensorFlow Graphs Index