- 博客(1)
- 资源 (232)
- 问答 (1)
- 收藏
- 关注
原创 用卷积对心音进行分类的总结1
一:所用的神经网络——cnn1;心音数据特点:是1维的2:用到的卷积,池化层等也是1d 的(用法和2d的差不多,只是输入是3D的[batch,n_w,n_c],相对于2d少了高度n_h):如下:tf.nn.conv1d(),tf.layers.max_pooling1d() input_tmp=input_data ###第一层卷积 conv1=tf.nn.conv1d(input_
2018-01-17 20:05:13
6263
2
Machine Learning A Bayesian and Optimization Perspective
Machine Learning A Bayesian and Optimization Perspective
2017-07-14
Java RESTful Web Service实战 [韩陆著][机械工业出版社][2014.09][298页]
Java RESTful Web Service实战 [韩陆著][机械工业出版社][2014.09][298页]
2017-07-14
CentOS 7 Linux Server Cookbook, 2nd Edition.
CentOS 7 Linux Server Cookbook, 2nd Edition.
2017-07-14
an introduction to optimization 4th edition solution manual
an introduction to optimization 4th edition solution manual
2017-07-14
titanic 生存者预测
titanic 生存者预测, 模型采用逻辑回归,评估用confusion_matrix, roc_curve,roc_auc_score,classification_report; 生成预测存放在csv 文件中:
本代码:包含了数据分析,数据预处理,模型建立,结果预测 !代数基本采用函数封装的形式
2017-12-28
TA创建的收藏夹 TA关注的收藏夹
TA关注的人