- 博客(5)
- 收藏
- 关注
原创 Transfer Learning 迁移学习
文章目录Transfer Learning1. Data Preprocess2. Training The Model3. Loss Function & Optimizer4. Details of Transfer Learning Transfer Learning Note: 本笔记是根据 Pytorch tutorial中Transfer Learning for Compu...
2020-03-22 02:32:14
883
原创 Chapter2-数据预处理
文章目录1. 处理数据流程:1. pd加载数据, 查看数据结构, hist画出关系, 分析其中数据。2. 创建测试和训练数据集3. 数据探索和可视化, 发现规律4. 数据预处理Pipeline 执行流程分析 1. 处理数据流程: 1. pd加载数据, 查看数据结构, hist画出关系, 分析其中数据。 2. 创建测试和训练数据集 from sklearn.model_selection impor...
2020-03-21 02:05:26
505
原创 Neural Network, CNN 简介
文章目录1. Activation FCN1.1.常用于全链接层1.1.1. Sigmoid FCN1.1.2. tanh FCN1.2. 常用于卷积层1.3. Other actification fcn1.3.1. dead ReLu and active ReLu1.3.2. Leaky ReLU1.3.3. Parametric Rectifier(PReLU)1.3.4. Exponen...
2020-03-21 01:49:03
484
原创 Introduction to Machine Learning
Introduction to Machine Learning 1. What is Machine Learning? old and informal definition: the field of study that gives computers the ability to learn without being explicitly programmed common defi...
2020-01-07 06:04:11
300
原创 No module named "sklearn.cross_validation"解决方法
No module named "sklearn.cross_validation"解决方法 在机器学习中, 导入sklearn库进行交叉验证。 from sklearn.cross_validation import train_test_split 会报错, 显示: No module named 'sklearn.cross_validation' 这是因为这个模块已经被sklearn划...
2019-12-27 22:12:03
1734
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人