Machine Learning Algorithms Popular Algorithms for Data Science and Machine Learning, 2nd Edition.
Machine learning explores the study and construction of algorithms that can learn from and make predictions on data. This book will act as an entry point for anyone who wants to make a career in Machine Learning. It covers algorithms like Linear regression, Logistic Regression, SVM, Naïve Bayes, K-...
| Main Author: | |
|---|---|
| Format: | eBook |
| Language: | English |
| Published: |
Birmingham
Packt Publishing Ltd,
2018.
|
| Edition: | 2nd ed. |
| Subjects: | |
| Online Access: | EBSCOhost Перейти в каталог НБ ТГУ |
| LEADER | 05500cam a2200637Mi 4500 | ||
|---|---|---|---|
| 001 | koha001013022 | ||
| 003 | OCoLC | ||
| 005 | 20250222065946.0 | ||
| 006 | m d | ||
| 007 | cr cnu---unuuu | ||
| 008 | 180908s2018 enk o 000 0 eng d | ||
| 035 | |a koha001013022 | ||
| 040 | |a EBLCP |b eng |e pn |c EBLCP |d NLE |d YDX |d TEFOD |d OCLCO |d MERUC |d IDB |d OCLCF |d LVT |d OCLCQ |d N$T | ||
| 066 | |c (S | ||
| 019 | |a 1051138489 |a 1089804670 | ||
| 020 | |a 9781789345483 | ||
| 020 | |a 1789345480 | ||
| 020 | |z 1789347998 | ||
| 020 | |z 9781789347999 | ||
| 037 | |a DD85BF80-DEF3-4D41-9687-2DF9CAF1982B |b OverDrive, Inc. |n http://www.overdrive.com | ||
| 050 | 4 | |a Q325.5 | |
| 072 | 7 | |a COM |x 000000 |2 bisacsh | |
| 082 | 0 | 4 | |a 006.31 |2 23 |
| 049 | |a MAIN | ||
| 100 | 1 | |a Bonaccorso, Giuseppe. |9 910822 | |
| 245 | 1 | 0 | |a Machine Learning Algorithms |b Popular Algorithms for Data Science and Machine Learning, 2nd Edition. |
| 250 | |a 2nd ed. | ||
| 260 | |a Birmingham |b Packt Publishing Ltd, |c 2018. |9 910823 | ||
| 300 | |a 1 online resource (514 pages) | ||
| 588 | 0 | |a Print version record. | |
| 505 | 0 | |6 880-01 |a Cover; Title Page; Copyright and Credits; Dedication; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: A Gentle Introduction to Machine Learning; Introduction -- classic and adaptive machines; Descriptive analysis; Predictive analysis; Only learning matters; Supervised learning; Unsupervised learning; Semi-supervised learning; Reinforcement learning; Computational neuroscience; Beyond machine learning -- deep learning and bio-inspired adaptive systems; Machine learning and big data; Summary; Chapter 2: Important Elements in Machine Learning; Data formats; Multiclass strategies. | |
| 505 | 8 | |a One-vs-allOne-vs-one; Learnability; Underfitting and overfitting; Error measures and cost functions; PAC learning; Introduction to statistical learning concepts; MAP learning; Maximum likelihood learning; Class balancing; Resampling with replacement; SMOTE resampling; Elements of information theory; Entropy; Cross-entropy and mutual information ; Divergence measures between two probability distributions; Summary; Chapter 3: Feature Selection and Feature Engineering; scikit-learn toy datasets; Creating training and test sets; Managing categorical data; Managing missing features. | |
| 505 | 8 | |a Data scaling and normalizationWhitening; Feature selection and filtering; Principal Component Analysis; Non-Negative Matrix Factorization; Sparse PCA; Kernel PCA; Independent Component Analysis; Atom extraction and dictionary learning; Visualizing high-dimensional datasets using t-SNE; Summary; Chapter 4: Regression Algorithms; Linear models for regression; A bidimensional example; Linear regression with scikit-learn and higher dimensionality; R2 score; Explained variance; Regressor analytic expression; Ridge, Lasso, and ElasticNet; Ridge; Lasso; ElasticNet; Robust regression; RANSAC. | |
| 505 | 8 | |a Huber regressionBayesian regression; Polynomial regression; Isotonic regression; Summary; Chapter 5: Linear Classification Algorithms; Linear classification; Logistic regression; Implementation and optimizations; Stochastic gradient descent algorithms; Passive-aggressive algorithms; Passive-aggressive regression; Finding the optimal hyperparameters through a grid search; Classification metrics; Confusion matrix; Precision; Recall; F-Beta; Cohen's Kappa; Global classification report; Learning curve; ROC curve; Summary; Chapter 6: Naive Bayes and Discriminant Analysis; Bayes' theorem. | |
| 500 | |a Introducing semi-supervised Support Vector Machines (S3VM). | ||
| 520 | |a Machine learning explores the study and construction of algorithms that can learn from and make predictions on data. This book will act as an entry point for anyone who wants to make a career in Machine Learning. It covers algorithms like Linear regression, Logistic Regression, SVM, Naïve Bayes, K-Means, Random Forest, and Feature engineering. | ||
| 653 | 7 | |a Computers |x Intelligence (AI) & Semantics. |2 bisacsh | |
| 653 | 7 | |a Computers |x Data Modeling & Design. |2 bisacsh | |
| 653 | 7 | |a Database design & theory. |2 bicssc | |
| 653 | 7 | |a Artificial intelligence. |2 bicssc | |
| 653 | 7 | |a Machine learning. |2 bicssc | |
| 653 | 7 | |a Information architecture. |2 bicssc | |
| 653 | 7 | |a Computers |x Machine Theory. |2 bisacsh | |
| 653 | 7 | |a Mathematical theory of computation. |2 bicssc | |
| 653 | 0 | |a Machine learning. | |
| 653 | 0 | |a Computer algorithms. | |
| 653 | 7 | |a Computer algorithms. |2 fast |0 (OCoLC)fst00872010 | |
| 653 | 7 | |a Machine learning. |2 fast |0 (OCoLC)fst01004795 | |
| 655 | 0 | |a EBSCO eBooks |9 905790 | |
| 655 | 4 | |a Electronic books. |9 899821 | |
| 856 | 4 | 0 | |3 EBSCOhost |u https://www.lib.tsu.ru/limit/2023/EBSCO/1881497.pdf |
| 856 | |y Перейти в каталог НБ ТГУ |u https://koha.lib.tsu.ru/cgi-bin/koha/opac-detail.pl?biblionumber=1013022 | ||
| 880 | 8 | |6 505-01/(S |a Naive Bayes classifiersNaive Bayes in scikit-learn; Bernoulli Naive Bayes; Multinomial Naive Bayes; An example of Multinomial Naive Bayes for text classification; Gaussian Naive Bayes; Discriminant analysis; Summary; Chapter 7: Support Vector Machines; Linear SVM; SVMs with scikit-learn; Linear classification; Kernel-based classification; Radial Basis Function; Polynomial kernel; Sigmoid kernel; Custom kernels; Non-linear examples; ν-Support Vector Machines; Support Vector Regression; An example of SVR with the Airfoil Self-Noise dataset. | |
| 910 | |a EBSCO eBooks | ||
| 999 | |c 1013022 |d 1013022 | ||
| 039 | |||
