登入選單
返回Google圖書搜尋
Machine Learning and Deep Learning With Python
其他書名
Use Python Jupyter to Implement Mathematical Concepts, Machine Learning Algorithms and Deep Learning Neural Networks
出版James Chen, 2023-02-07
主題Computers / Data Science / Machine Learning
ISBN17389084299781738908424
URLhttp://books.google.com.hk/books?id=JevIEAAAQBAJ&hl=&source=gbs_api
EBookSAMPLE
註釋

This book is a comprehensive guide to understanding and implementing cutting-edge machine learning and deep learning techniques using Python programming language. Written with both beginners and experienced developers in mind, this book provides a thorough overview of the foundations of machine learning and deep learning, including mathematical fundamentals, optimization algorithms, and neural networks.

Starting with the basics of Python programming, this book gradually builds up to more advanced topics, such as artificial neural networks, convolutional neural networks, and generative adversarial networks. Each chapter is filled with clear explanations, practical examples, and step-by-step tutorials that allow readers to gain a deep understanding of the underlying principles of machine learning and deep learning.

Throughout the book, readers will also learn how to use popular Python libraries and packages, including numpy, pandas, scikit-learn, TensorFlow, and Keras, to build and train powerful machine learning and deep learning models for a variety of real-world applications, such as regression and classification, K-means, support vector machines, and recommender systems.

Whether you are a seasoned data scientist or a beginner looking to enter the world of machine learning, this book is the ultimate resource for mastering these cutting-edge technologies and taking your skills to the next level. High-school level of mathematical knowledge and all levels (including entry-level) of programming skills are good to start, all Python codes are available at Github.com.


Table Of Contents

1 Introduction

 1.1 Artificial Intelligence, Machine Learning and Deep Learning

 1.2 Whom This Book Is For

 1.3 How This Book Is Organized

2 Environments

 2.1 Source Codes for This Book

 2.2 Cloud Environments

 2.3 Docker Hosted on Local Machine

 2.4 Install on Local Machines

 2.5 Install Required Packages

3 Math Fundamentals

 3.1 Linear Algebra

 3.2 Calculus

 3.3 Advanced Functions

4 Machine Learning

 4.1 Linear Regression

 4.2 Logistic Regression

 4.3 Multinomial Logistic Regression

 4.4 K-Means Clustering

 4.5 Principal Component Analysis (PCA)

 4.6 Support Vector Machine (SVM)

 4.7 K-Nearest Neighbors

 4.8 Anomaly Detection

 4.9 Artificial Neural Network (ANN)

 4.10 Convolutional Neural Network (CNN)

 4.11 Recommendation System

 4.12 Generative Adversarial Network

References

About the Author