深度学习
escapiase
一个小学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tensorflow2.0深度学习 keras AUC性能评估
tensorflow2.0深度学习 keras AUC性能评估借鉴:keras中自定义验证集的性能评估(ROC,AUC)1. 步骤1keras 中编写自定义RocAucMetricCallback 类:import tensorflow as tffrom sklearn.metrics import roc_auc_scoreclass RocAucMetricCallback(t...原创 2020-03-21 15:58:26 · 2346 阅读 · 3 评论 -
Hands-On Machine Learning with Scikit-Learn and TensorFlow 笔记 第10章
本文笔记基于Hands-On Machine Learning with Scikit-Learn and TensorFlow一书的第二部分tensorflow2.010. Introduction to Artificial Neural Networks with Keras10.1 the perceptron 感知机when all the neurons in a layer ...原创 2020-02-23 17:12:20 · 451 阅读 · 0 评论 -
b站的tensorflow2.0学习笔记 入门
1. 到底是tensorflow2.0 还是1.X如果没接触过tensorflow1.X,可以直接学习tensorflow2.02. 核心高阶APItf.kerastf.eagertf.datatf.function3. tf.keras用tf.keras 训练一个线性回归模型model = tf.keras.Sequential()# 增加层model.add(tf.ke...原创 2020-02-12 10:43:55 · 700 阅读 · 0 评论
分享