Python machine learning by example : build intelligent systems using Python, TensorFlow 2, PyTorch, and scikit-learn
Equipped with the latest updates, this third edition of Python Machine Learning By Example provides a comprehensive course for ML enthusiasts to strengthen their command of ML concepts, techniques, and algorithms.
Uloženo v:
| Hlavní autor: | |
|---|---|
| Médium: | E-kniha Kniha |
| Jazyk: | angličtina |
| Vydáno: |
Birmingham
Packt Pub
2020
Packt Publishing, Limited Packt Publishing Limited |
| Vydání: | 3 |
| Témata: | |
| ISBN: | 1800209711, 9781800209718 |
| On-line přístup: | Získat plný text |
| Tagy: |
Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
|
| Abstract | Equipped with the latest updates, this third edition of Python Machine Learning By Example provides a comprehensive course for ML enthusiasts to strengthen their command of ML concepts, techniques, and algorithms. |
|---|---|
| AbstractList | Equipped with the latest updates, this third edition of Python Machine Learning By Example provides a comprehensive course for ML enthusiasts to strengthen their command of ML concepts, techniques, and algorithms. |
| Author | Liu, Yuxi (Hayden) |
| Author_xml | – sequence: 1 fullname: Liu, Yuxi (Hayden) |
| BackLink | https://cir.nii.ac.jp/crid/1130860210910972561$$DView record in CiNii |
| BookMark | eNpVkE1LAzEQhiN-oK09es9BEKHVTLKbbrxpaVUo6KF4XbLZaRuaZnWzS-2_N7UqOAwz8w4PL8x0yJGvPBJyAeyGxbhVwwwyxjgTmWQHpPMn4PBXqCHASRScJSCEgvSU9EKwBUtUlkDC-RlpXrfNsvJ0rc3SeqQOde2tX9BiS_FTr98d0jtatNaV1PoGnbML9A0N29DgOtA27OC9SZ_O0IeqnrhqQ3k_bmdVbZZ9qn1Jg7Er2wy-_c_J8Vy7gL2f3iVvk_Fs9DSYvjw-j-6nA81B8HRguEmlmeskZYnUTKBIjJwD08qUBcar0mGRgTSZUCYFxQxDhVJKDiU3QsxFl1zvjTfaNViXuKjbbRzyta5N_u-Dkb3as-919dFiaHIsqmpl4rW1dvn4YSRFJlKVRPJyT3prc2N3FUCwaMKBqZhDnkoQXxB6ers |
| ContentType | eBook Book |
| DBID | RYH |
| DOI | 10.0000/9781800203860 |
| DatabaseName | CiNii Complete |
| DatabaseTitleList | |
| DeliveryMethod | fulltext_linktorsrc |
| Discipline | Computer Science |
| EISBN | 1800203861 9781800203860 |
| Edition | 3 |
| ExternalDocumentID | 9781800203860 EBC6383594 BD03509101 |
| GroupedDBID | ALMA_UNASSIGNED_HOLDINGS CMZ RYH -VX 38. AABBV AAXUV AAZEP ABARN ABIWA ABMRC ACBYE ACIWJ ACMFT ACXXF ADVEM AECLD AEDWI AEIUR AEMZR AERYV AETWE AHWGJ AJFER ATDNW BBABE BSWCA CZZ DUGUG DYXOI EBSCA ESHEC GEOUK IHRAH K-E KT4 L7C NEJRU OHILO OODEK PASLL QD8 TD3 |
| ID | FETCH-LOGICAL-a21325-c2c56cfa45046a03e34c6f10a9cdbe20457b816c839c5190c0e9e66621d2c33f3 |
| ISBN | 1800209711 9781800209718 |
| IngestDate | Fri Nov 21 20:00:15 EST 2025 Wed Dec 10 11:37:11 EST 2025 Thu Jun 26 22:38:39 EDT 2025 |
| IsPeerReviewed | false |
| IsScholarly | false |
| LCCallNum_Ident | QA76.73.P98 .L58 2020 |
| Language | English |
| LinkModel | OpenURL |
| MergedId | FETCHMERGED-LOGICAL-a21325-c2c56cfa45046a03e34c6f10a9cdbe20457b816c839c5190c0e9e66621d2c33f3 |
| Notes | Includes index |
| OCLC | 1204133915 |
| PQID | EBC6383594 |
| PageCount | 527 |
| ParticipantIDs | walterdegruyter_marc_9781800203860 proquest_ebookcentral_EBC6383594 nii_cinii_1130860210910972561 |
| PublicationCentury | 2000 |
| PublicationDate | 2020 [2020] |
| PublicationDateYYYYMMDD | 2020-01-01 |
| PublicationDate_xml | – year: 2020 text: 2020 |
| PublicationDecade | 2020 |
| PublicationPlace | Birmingham |
| PublicationPlace_xml | – name: Birmingham – name: Birmingham, UK |
| PublicationYear | 2020 |
| Publisher | Packt Pub Packt Publishing, Limited Packt Publishing Limited |
| Publisher_xml | – name: Packt Pub – name: Packt Publishing, Limited – name: Packt Publishing Limited |
| RestrictionsOnAccess | restricted access |
| SSID | ssib049841422 ssj0003127935 |
| Score | 2.1827402 |
| Snippet | Equipped with the latest updates, this third edition of Python Machine Learning By Example provides a comprehensive course for ML enthusiasts to strengthen... |
| SourceID | walterdegruyter proquest nii |
| SourceType | Publisher |
| SubjectTerms | COM004000 COMPUTERS / Intelligence (AI) & Semantics COMPUTERS / Natural Language Processing COMPUTERS / Programming Languages / Python Machine learning Python (Computer program language) |
| TableOfContents | Training a logistic regression model using stochastic gradient descent -- Training a logistic regression model with regularization -- Feature selection using L1 regularization -- Training on large datasets with online learning -- Handling multiclass classification -- Implementing logistic regression using TensorFlow -- Feature selection using random forest -- Summary -- Exercises -- Chapter 6: Scaling Up Prediction to Terabyte Click Logs -- Learning the essentials of Apache Spark -- Breaking down Spark -- Installing Spark -- Launching and deploying Spark programs -- Programming in PySpark -- Learning on massive click logs with Spark -- Loading click logs -- Splitting and caching the data -- One-hot encoding categorical features -- Training and testing a logistic regression model -- Feature engineering on categorical variables with Spark -- Hashing categorical features -- Combining multiple variables - feature interaction -- Summary -- Exercises -- Chapter 7: Predicting Stock Prices with Regression Algorithms -- A brief overview of the stock market and stock prices -- What is regression? -- Mining stock price data -- Getting started with feature engineering -- Acquiring data and generating features -- Estimating with linear regression -- How does linear regression work? -- Implementing linear regression from scratch -- Implementing linear regression with scikit-learn -- Implementing linear regression with TensorFlow -- Estimating with decision tree regression -- Transitioning from classification trees to regression trees -- Implementing decision tree regression -- Implementing a regression forest -- Estimating with support vector regression -- Implementing SVR -- Evaluating regression performance -- Predicting stock prices with the three regression algorithms -- Summary -- Exercises -- Chapter 8: Predicting Stock Prices with Artificial Neural Networks Demystifying neural networks -- Starting with a single-layer neural network -- Layers in neural networks -- Activation functions -- Backpropagation -- Adding more layers to a neural network: DL -- Building neural networks -- Implementing neural networks from scratch -- Implementing neural networks with scikit-learn -- Implementing neural networks with TensorFlow -- Picking the right activation functions -- Preventing overfitting in neural networks -- Dropout -- Early stopping -- Predicting stock prices with neural networks -- Training a simple neural network -- Fine-tuning the neural network -- Summary -- Exercise -- Chapter 9: Mining the 20 Newsgroups Dataset with Text Analysis Techniques -- How computers understand language - NLP -- What is NLP? -- The history of NLP -- NLP applications -- Touring popular NLP libraries and picking up NLP basics -- Installing famous NLP libraries -- Corpora -- Tokenization -- PoS tagging -- NER -- Stemming and lemmatization -- Semantics and topic modeling -- Getting the newsgroups data -- Exploring the newsgroups data -- Thinking about features for text data -- Counting the occurrence of each word token -- Text preprocessing -- Dropping stop words -- Reducing inflectional and derivational forms of words -- Visualizing the newsgroups data with t-SNE -- What is dimensionality reduction? -- t-SNE for dimensionality reduction -- Summary -- Exercises -- Chapter 10: Discovering Underlying Topics in the Newsgroups Dataset with Clustering and Topic Modeling -- Learning without guidance - unsupervised learning -- Clustering newsgroups data using k-means -- How does k-means clustering work? -- Implementing k-means from scratch -- Implementing k-means with scikit-learn -- Choosing the value of k -- Clustering newsgroups data using k-means -- Discovering underlying topics in newsgroups -- Topic modeling using NMF Topic modeling using LDA -- Summary -- Exercises -- Chapter 11: Machine Learning Best Practices -- Machine learning solution workflow -- Best practices in the data preparation stage -- Best practice 1 - Completely understanding the project goal -- Best practice 2 - Collecting all fields that are relevant -- Best practice 3 - Maintaining the consistency of field values -- Best practice 4 - Dealing with missing data -- Best practice 5 - Storing large-scale data -- Best practices in the training sets generation stage -- Best practice 6 - Identifying categorical features with numerical values -- Best practice 7 - Deciding whether to encode categorical features -- Best practice 8 - Deciding whether to select features, and if so, how to do so -- Best practice 9 - Deciding whether to reduce dimensionality, and if so, how to do so -- Best practice 10 - Deciding whether to rescale features -- Best practice 11 - Performing feature engineering with domain expertise -- Best practice 12 - Performing feature engineering without domain expertise -- Binarization -- Discretization -- Interaction -- Polynomial transformation -- Best practice 13 - Documenting how each feature is generated -- Best practice 14 - Extracting features from text data -- Tf and tf-idf -- Word embedding -- Word embedding with pre-trained models -- Best practices in the model training, evaluation, and selection stage -- Best practice 15 - Choosing the right algorithm(s) to start with -- Naïve Bayes -- Logistic regression -- SVM -- Random forest (or decision tree) -- Neural networks -- Best practice 16 - Reducing overfitting -- Best practice 17 - Diagnosing overfitting and underfitting -- Best practice 18 - Modeling on large-scale datasets -- Best practices in the deployment and monitoring stage -- Best practice 19 - Saving, loading, and reusing models -- Saving and restoring models using pickle Saving and restoring models in TensorFlow Cover -- Copyright -- Packt Page -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with Machine Learning and Python -- An introduction to machine learning -- Understanding why we need machine learning -- Differentiating between machine learning and automation -- Machine learning applications -- Knowing the prerequisites -- Getting started with three types of machine learning -- A brief history of the development of machine learning algorithms -- Digging into the core of machine learning -- Generalizing with data -- Overfitting, underfitting, and the bias-variance trade-off -- Overfitting -- Underfitting -- The bias-variance trade-off -- Avoiding overfitting with cross-validation -- Avoiding overfitting with regularization -- Avoiding overfitting with feature selection and dimensionality reduction -- Data preprocessing and feature engineering -- Preprocessing and exploration -- Dealing with missing values -- Label encoding -- One-hot encoding -- Scaling -- Feature engineering -- Polynomial transformation -- Power transforms -- Binning -- Combining models -- Voting and averaging -- Bagging -- Boosting -- Stacking -- Installing software and setting up -- Setting up Python and environments -- Installing the main Python packages -- NumPy -- SciPy -- Pandas -- Scikit-learn -- TensorFlow -- Introducing TensorFlow 2 -- Summary -- Exercises -- Chapter 2: Building a Movie Recommendation Engine with Naïve Bayes -- Getting started with classification -- Binary classification -- Multiclass classification -- Multi-label classification -- Exploring Naïve Bayes -- Learning Bayes' theorem by example -- The mechanics of Naïve Bayes -- Implementing Naïve Bayes -- Implementing Naïve Bayes from scratch -- Implementing Naïve Bayes with scikit-learn -- Building a movie recommender with Naïve Bayes -- Evaluating classification performance Tuning models with cross-validation -- Summary -- Exercise -- References -- Chapter 3: Recognizing Faces with Support Vector Machine -- Finding the separating boundary with SVM -- Scenario 1 - identifying a separating hyperplane -- Scenario 2 - determining the optimal hyperplane -- Scenario 3 - handling outliers -- Implementing SVM -- Scenario 4 - dealing with more than two classes -- Scenario 5 - solving linearly non-separable problems with kernels -- Choosing between linear and RBF kernels -- Classifying face images with SVM -- Exploring the face image dataset -- Building an SVM-based image classifier -- Boosting image classification performance with PCA -- Fetal state classification on cardiotocography -- Summary -- Exercises -- Chapter 4: Predicting Online Ad Click-Through with Tree-Based Algorithms -- A brief overview of ad click-through prediction -- Getting started with two types of data - numerical and categorical -- Exploring a decision tree from the root to the leaves -- Constructing a decision tree -- The metrics for measuring a split -- Gini Impurity -- Information Gain -- Implementing a decision tree from scratch -- Implementing a decision tree with scikit-learn -- Predicting ad click-through with a decision tree -- Ensembling decision trees - random forest -- Ensembling decision trees - gradient boosted trees -- Summary -- Exercises -- Chapter 5: Predicting Online Ads Click-Through with Logistic Regression -- Converting categorical features to numerical-one-hot encoding and ordinal encoding -- Classifying data with logistic regression -- Getting started with the logistic function -- Jumping from the logistic function to logistic regression -- Training a logistic regression model -- Training a logistic regression model using gradient descent -- Predicting ad click-through with logistic regression using gradient descent Python Machine Learning by Example: Build intelligent systems using Python, TensorFlow 2, PyTorch, and scikit-learn |
| Title | Python machine learning by example : build intelligent systems using Python, TensorFlow 2, PyTorch, and scikit-learn |
| URI | https://cir.nii.ac.jp/crid/1130860210910972561 https://ebookcentral.proquest.com/lib/[SITE_ID]/detail.action?docID=6383594 |
| hasFullText | 1 |
| inHoldings | 1 |
| isFullTextHit | |
| isPrint | |
| link | http://cvtisr.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwtV1Lb9QwEB7RlgMXKC-xLa2iCnGLiO28fO1qq0qUag-rquIS2RMvREihbHdh9993xnl0NxfEgYuVRFHi-Esm34w93wB8iOb0ky2tDB1XNeGZptA6h6FAa0tnZGl8-tjNVXZ9nd_e6mkrlXjvywlkdZ2v1_ruv0JNxwhsTp39B7j7i9IB2ibQqSXYqR0w4n63QXy6YR0ALiX0nanjVRf0III5WRtWAe5X31Qrb3pX64oZ5qXZeOujt0MAMhqEAKYGfyy3wlaNR7-dHtV4i8KTQ5U3Av5D28l_rma5xO55AznqyfmYPlmV6Pjj3a-Qq3fxLHdbymQPDmScKK5h8HnWf-exzmMONfWxLyUkmYXEZ_TzrXQmRCu_1e3njR4qd-rTTpeIA9RVteMPPP_jVxaU7ttitVl2M9meIMwO4cBx1shLeOLqV_Ciq5URtKbzNZw16AQtOkGHTmA3QYvOG7i5mMzGl2FbnyI0kpz4JESJSYpzEydRnJpIORVjOheR0Vhax0L_mc1FikRCkZhyhJHTjvxFKUqJSs3VW9ivf9buHQQ2yTSdlwpkBT6HBtNSkXceKVtqk9oRnNBjF1hxK4h4cO0wFnVl-SXiwCMIugEp_DR7u7a3eMRrBGeDgSpYLqXYGd6jv1_nGJ49voTvYX-5WLkTeIq_l9X94hT2xl--nnr8HwBRYjCK |
| linkProvider | Knovel |
| openUrl | ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Python+Machine+Learning+by+Example&rft.au=Liu%2C+Yuxi+%28Hayden%29&rft.date=2020-01-01&rft.pub=Packt+Publishing%2C+Limited&rft.isbn=9781800203860&rft_id=info:doi/10.0000%2F9781800203860&rft.externalDocID=EBC6383594 |
| thumbnail_l | http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781800209718/lc.gif&client=summon&freeimage=true |
| thumbnail_m | http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781800209718/mc.gif&client=summon&freeimage=true |
| thumbnail_s | http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781800209718/sc.gif&client=summon&freeimage=true |

