机器学习算法 第2版(影印版) 东南大学出版社 pdf pdb 阿里云 极速 mobi caj kindle 下载

机器学习算法 第2版(影印版) 东南大学出版社电子书下载地址
- 文件名
- [epub 下载] 机器学习算法 第2版(影印版) 东南大学出版社 epub格式电子书
- [azw3 下载] 机器学习算法 第2版(影印版) 东南大学出版社 azw3格式电子书
- [pdf 下载] 机器学习算法 第2版(影印版) 东南大学出版社 pdf格式电子书
- [txt 下载] 机器学习算法 第2版(影印版) 东南大学出版社 txt格式电子书
- [mobi 下载] 机器学习算法 第2版(影印版) 东南大学出版社 mobi格式电子书
- [word 下载] 机器学习算法 第2版(影印版) 东南大学出版社 word格式电子书
- [kindle 下载] 机器学习算法 第2版(影印版) 东南大学出版社 kindle格式电子书
寄语:
新华书店正版,关注店铺成为会员可享店铺专属优惠,团购客户请咨询在线客服!
内容简介:
机器学习因运用大数据实现强大且快速的预测而大受欢迎。然而,其强大的输出背后,真正力量来自复杂的算法,涉及大量的统计分析,以大数据作为驱动而产生实质性的洞察力。这本第2版的机器学习算法引导您取得与机器学习过程中的主要算法相关的显著开发结果,并帮助您加强和掌握有监督,半监督和加强学习等领域的统计解释。一旦全面吃透了算法的核心概念,您将基于很广泛的库(如sclkit-.、NLTK、TensorFlow和Keras)来探索现实世界的示例。您将发现新的主题,如主成分分析(PCA)、独立成分分析(ICA)、贝叶斯回归、判别分析、不错聚类和高斯混合等。
书籍目录:
Preface
Chapter 1: A Gentle Introduction to Machine Learning
Introduction - classic and adaptive machines
Deive 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
One-vs-all
One-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
Data scaling and normalization
Whitening
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
Huber regression
Bayesian 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
Naive Bayes classifiers
Naive 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
v-Support Vector Machines
Support Vector Regression
An example of SVR with the Airfoil Self-Noise dataset
Introducing semi-supervised Support Vector Machines (S3VM)
Summary
Chapter 8: Decision Trees and Ensemble Learning
Binary Decision Trees
Binary decisions
Impurity measures
Gini impurity index
Cross-entropy impurity index
Misclassification impurity index
Feature importance
Decision Tree classification with scikit-learn
Decision Tree regression
Example of Decision Tree regression with the Concrete Compressive
Strength dataset
Introduction to Ensemble Learning
Random Forests
Feature importance in Random Forests
AdaBoost
Gradient Tree Boosting
Voting classifier
Summary
Chapter 9: Clustering Fundamentals
Clustering basics
k-NN
Gaussian mixture
Finding the optimal number of components
K-means
Finding the optimal number of clusters
Optimizing the inertia
Silhouette score
Calinski-Harabasz index
Cluster instability
Evaluation methods based on the ground truth
Homogeneity
Completeness
Adjusted Rand Index
Summary
Chapter 10: Advanced Clustering
DBSCAN
Spectral Clustering
Online Clustering
Mini-batch K-means
BIRCH
Biclustering
Summary
Chapter 11 : Hierarchical Clustering
Hierarchical strategies
Agglomerative Clustering
Dendrograms
Agglomerative Clustering in scikit-learn
Connectivity constraints
Summary
Chapter 12: Introducing Recommendation Systems
Naive user-based systems
Implementing a user-based system with scikit-learn
Content-based systems
Model-free (or memory-based) collaborative filtering
Model-based collaborative filtering
Singular value decomposition strategy
Alternating least squares strategy
ALS with Apache Spark MLlib
Summary
Chapter 13: Introducing Natural Language Processing
NLTK and built-in corpora
Corpora examples
The Bag-of-Words strategy
Tokenizing
Sentence tokenizing
Word tokenizing
Stopword removal
Language detection
Stemming
Vectorizing
Count vectorizing
N-grams
TF-IDF vectorizing
Part-of-Speech
Named Entity Recognition
A sample text classifier based on the Reuters corpus
Summary
Chapter 14: Topic Modeling and Sentiment Analysis in NLP
Topic modeling
Latent Semantic Analysis
Probabilistic Latent Semantic Analysis
Latent Dirichlet Allocation
Introducing Word2vec with Gensim
Sentiment analysis
VADER sentiment analysis with NLTK
Summary
Chapter 15: Introducing Neural Networks
Deep learning at a glance
Artifi neural networks
MLPs with Keras
Interfacing Keras to scikit-learn
Summary
Chapter 16: Advanced Deep Learning Models
Deep model layers
Fully connected layers
Convolutional layers
Dropout layers
Batch normalization layers
Recurrent Neural Networks
An example of a deep convolutional network with Keras
An example of an LSTM network with Keras
A brief introduction to TensorFIow
Computing gradients
Logistic regression
Classification with a multilayer perceptron
Image convolution
Summary
Chapter 17: Creating a Machine Learning Architecture
Machine learning architectures
Data collection
Normalization and regularization
Dimensionality reduction
Data augmentation
Data conversion
Modeling/grid search/cross-validation
Visualization
GPU support
A brief introduction to distributed architectures
Scikit-learn tools for machine learning architectures
Pipelines
Feature unions
Summary
Other Books You May Enjoy
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
在线阅读地址:机器学习算法 第2版(影印版) 东南大学出版社在线阅读
在线听书地址:机器学习算法 第2版(影印版) 东南大学出版社在线收听
在线购买地址:机器学习算法 第2版(影印版) 东南大学出版社在线购买
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
暂无其它内容!
网站评分
书籍多样性:6分
书籍信息完全性:9分
网站更新速度:8分
使用便利性:7分
书籍清晰度:4分
书籍格式兼容性:3分
是否包含广告:7分
加载速度:4分
安全性:8分
稳定性:5分
搜索功能:6分
下载便捷性:7分
下载点评
- 四星好评(656+)
- 好评多(145+)
- 种类多(625+)
- 购买多(642+)
- 差评少(256+)
- mobi(135+)
- pdf(261+)
下载评价
- 网友 国***芳:
五星好评
- 网友 利***巧:
差评。这个是收费的
- 网友 田***珊:
可以就是有些书搜不到
- 网友 龚***湄:
差评,居然要收费!!!
- 网友 石***烟:
还可以吧,毕竟也是要成本的,付费应该的,更何况下载速度还挺快的
- 网友 汪***豪:
太棒了,我想要azw3的都有呀!!!
- 网友 潘***丽:
这里能在线转化,直接选择一款就可以了,用他这个转很方便的
- 网友 权***波:
收费就是好,还可以多种搜索,实在不行直接留言,24小时没发到你邮箱自动退款的!
- 网友 寿***芳:
可以在线转化哦
- 网友 融***华:
下载速度还可以
- 网友 訾***雰:
下载速度很快,我选择的是epub格式
- 网友 孔***旋:
很好。顶一个希望越来越好,一直支持。
喜欢"机器学习算法 第2版(影印版) 东南大学出版社"的人也看了
0-2岁情景认知书(全10册) 时代华文书局 pdf pdb 阿里云 极速 mobi caj kindle 下载
食用菌工厂化栽培技术图解【正版保证】 pdf pdb 阿里云 极速 mobi caj kindle 下载
变形金刚.领袖的挑战.4 (4) 辽宁少年儿童出版社 pdf pdb 阿里云 极速 mobi caj kindle 下载
智能网联汽车计算平台测试装调 pdf pdb 阿里云 极速 mobi caj kindle 下载
哈利波特折纸书2 折纸艺术 包含15个魔法道具 英文原版 Harry Potter Origami Volume 2全正版英语原著小说全套书籍神奇动物在哪里 pdf pdb 阿里云 极速 mobi caj kindle 下载
2016全国各类成人高等学校招生考试全真模拟试卷-专升本:医学综合 pdf pdb 阿里云 极速 mobi caj kindle 下载
燃烧与爆炸学 pdf pdb 阿里云 极速 mobi caj kindle 下载
细说元朝 pdf pdb 阿里云 极速 mobi caj kindle 下载
初中文言文完全解读 pdf pdb 阿里云 极速 mobi caj kindle 下载
9787512618855 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 对外开放与我国沿海发达地区产业转型升级研究 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 卫星频率轨道资源国际申报与协调 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 9787544740531 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 金波经典美文选(2下)/统编语文教科书必读丛书/快乐读书吧 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 乐高神话[美]John、Baichtal、[美]Joe、Meno人民邮电出版社【现货实拍 可开发票 下单速发 正版图书】 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 计算机操作员(中级) 中国劳动社会保障出版社 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 全新正版图书 无线电测控技术基础魏明山 国防工业出版社9787118104370 无线电遥测术人天图书专营店 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 奇异植物立体书POP-UP揭秘系列儿童翻翻立体书3-4-5-6-7-8一12岁以上幼儿园宝宝早教认知绘本玩具书幼儿科普大百科3d立体机关书籍 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 新托业听力特训 pdf pdb 阿里云 极速 mobi caj kindle 下载
- 最北京 pdf pdb 阿里云 极速 mobi caj kindle 下载
书籍真实打分
故事情节:4分
人物塑造:5分
主题深度:7分
文字风格:9分
语言运用:5分
文笔流畅:4分
思想传递:4分
知识深度:4分
知识广度:7分
实用性:4分
章节划分:4分
结构布局:6分
新颖与独特:4分
情感共鸣:9分
引人入胜:8分
现实相关:7分
沉浸感:4分
事实准确性:7分
文化贡献:7分