资源简介
作者:Andreas C. Müller & Sarah Guido
内附电子书PDF版本和全套code
代码片段和文件信息
from IPython.display import set_matplotlib_formats display
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import mglearn
from cycler import cycler
set_matplotlib_formats(‘pdf‘ ‘png‘)
plt.rcParams[‘figure.dpi‘] = 300
plt.rcParams[‘image.cmap‘] = “viridis“
plt.rcParams[‘image.interpolation‘] = “none“
plt.rcParams[‘savefig.bbox‘] = “tight“
plt.rcParams[‘lines.linewidth‘] = 2
plt.rcParams[‘legend.numpoints‘] = 1
plt.rc(‘axes‘ prop_cycle=(
cycler(‘color‘ mglearn.plot_helpers.cm_cycle.colors) +
cycler(‘linestyle‘ [‘-‘ ‘-‘ “--“ (0 (3 3)) (0 (1.5 1.5))])))
np.set_printoptions(precision=3 suppress=True)
pd.set_option(“display.max_columns“ 8)
pd.set_option(‘precision‘ 2)
__all__ = [‘np‘ ‘mglearn‘ ‘display‘ ‘plt‘ ‘pd‘]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 32 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\.gitignore
....... 1257234 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\01-introduction.ipynb
....... 14175064 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\02-supervised-learning.ipynb
....... 25009465 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\03-unsupervised-learning.ipynb
....... 5163624 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\04-representing-data-feature-engineering.ipynb
....... 933661 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\05-model-evaluation-and-improvement.ipynb
....... 150103 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\06-algorithm-chains-and-pipelines.ipynb
....... 503970 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\07-working-with-text-data.ipynb
....... 2959 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\08-conclusion.ipynb
....... 76761 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\cover.jpg
....... 3974305 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\data\adult.data
....... 688092 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\data\citibike.csv
....... 5822 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\data\ram_price.csv
....... 27976 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\05_gridsearch_overview.png
....... 22631 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\api_table.png
....... 27391 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\bag_of_words.png
....... 68020 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\bag_of_words.svg
....... 511840 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\classifier_comparison.png
....... 14627 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\dendrogram.png
....... 690685 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\iris_petal_sepal.png
....... 7059860 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\iris_petal_sepal.svg
....... 10857 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\overfitting_underfitting_cartoon.png
....... 40987 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\overfitting_underfitting_cartoon.svg
....... 28296 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\pipeline.png
....... 36757 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\images\pipeline.svg
....... 1909 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\mglearn\datasets.py
....... 3190 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\mglearn\make_blobs.py
....... 3272 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\mglearn\plots.py
....... 3954 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\mglearn\plot_2d_separator.py
....... 3449 2017-06-27 11:59 Introduction to Machine Learning with Python A Guide for Data Scientists\Code\mglearn\plot_agglomerative.py
............此处省略36个文件信息
- 上一篇:python 去掉重复行
- 下一篇:OpenMV交通灯识别例程
相关资源
- python新浪微博爬虫,爬取微博和用户
- Python-一系列高品质的动漫人脸数据集
- Python-Insightface人脸检测识别的最小化
- 非线性回归Python代码
- 093 2018北风网人工智能视频(完结)转
- python的色情图片识别
- 贝叶斯网络程序
- 《机器学习实战》Python3代码
- Python-自然场景文本检测PSENet的一个
- Python-在特征金字塔网络FPN的Pytorch实现
- Python-PyTorch实时多人姿态估计项目的实
- Python-用PyTorch10实现FasterRCNN和MaskRCNN比
- Python-心脏核磁共振MRI图像分割
- Python-基于YOLOv3的行人检测
- Python-RLSeq2Seq用于SequencetoSequence模型的
- Python-PyTorch对卷积CRF的参考实现
- Python-高效准确的EAST文本检测器的一个
- Python-pytorch实现的人脸检测和人脸识别
- Python-UNet用于医学图像分割的嵌套UN
- Python-TensorFlow弱监督图像分割
- Python-基于tensorflow实现的用textcnn方法
- Python-Keras实现Inceptionv4InceptionResnetv1和
- Python-pytorch中文手册
- Python-FastSCNN的PyTorch实现快速语义分割
- Python-滑动窗口高分辨率显微镜图像分
- Python-使用MovieLens数据集训练的电影推
- Python-机器学习驱动的Web应用程序防火
- Python-subpixel利用Tensorflow的一个子像素
-
Python-汉字的神经风格转移Neuralst
y - Python-神经网络模型能够从音频演讲中
评论
共有 条评论