我的工程实践是机器学习相关,因此我在GitHub上选了下面的源代码进行学习:https://github.com/WillKoehrsen/machine-learning-project-walkthrough 一、对源代码的分析 1、目录结构 该源代码使用Python语言,在jupyter no ...
分类:
其他好文 时间:
2019-10-13 12:42:59
阅读次数:
90
我若将死,给孩子留遗言,只留一句话:Repetition is the mother of all learning重复是学习之母。他们将来长大,学知识,技巧、爱情、事业、交流....倘若懂得行动的力量,不怕重复,不怕犯错误,那就大有希望靠近幸福了。 from 实验楼扫地僧 要认识到自己的能力,制定 ...
分类:
其他好文 时间:
2019-10-12 12:43:02
阅读次数:
128
After each PAT, the PAT Center will announce the ranking of institutions based on their students’ performances. Now you are asked to generate the rank ...
分类:
其他好文 时间:
2019-10-11 16:35:42
阅读次数:
68
Sparse PCA 稀疏主成分分析 2016-12-06 16:58:38 qilin2016 阅读数 15677 文章标签: 统计学习算法 更多 分类专栏: Machine Learning Sparse PCA 稀疏主成分分析 2016-12-06 16:58:38 qilin2016 阅读数 ...
分类:
其他好文 时间:
2019-10-10 09:12:28
阅读次数:
139
1、RNN(Recurrent Neural Network)循环神经网络模型 详见RNN循环神经网络:https://www.cnblogs.com/pinard/p/6509630.html 2、LSTM(Long Short Term Memory)长短期记忆神经网络模型 详见LSTM长短期记 ...
分类:
其他好文 时间:
2019-10-08 14:27:21
阅读次数:
112
一、 tf.nn.dynamic_rnn的输出tf.nn.dynamic_rnn的输入参数如下tf.nn.dynamic_rnn( cell, inputs, sequence_length=None, initial_state=None, dtype=None, parallel_iterati ...
分类:
其他好文 时间:
2019-10-08 14:26:40
阅读次数:
89
tf.nn.rnn_cell.BasicLSTMCell(n_hidden, forget_bias=1.0, state_is_tuple=True): n_hidden表示神经元的个数,forget_bias就是LSTM们的忘记系数,如果等于1,就是不会忘记任何信息。如果等于0,就都忘记。sta ...
分类:
其他好文 时间:
2019-10-08 14:03:03
阅读次数:
78
【TensorFlow】tf.nn.softmax_cross_entropy_with_logits的用法 【TensorFlow】tf.nn.softmax_cross_entropy_with_logits的用法 【TensorFlow】tf.nn.softmax_cross_entropy_ ...
分类:
其他好文 时间:
2019-10-08 14:02:09
阅读次数:
81
Project 1 (20 Points Total)Text Mining Twitter Data in R (using “tidytext”) This is a two-week project spanning Weeks 2 and 3.All parts are due at the ...
分类:
其他好文 时间:
2019-10-07 19:18:34
阅读次数:
87
当你注视着你的分数, 眼眶倏地猛睁。 不会做的题血红一片, 认真做了的题一点墨蓝。 你知道, 你CE了, 你挂了, 你倒数第一了, 你当场去世了。 两小时的努力付诸东流, 线段树的碎片历历在目。 思考,尝试,编写,重构...... 而CE的气息掩盖了它的全部。 C++11的rank函数, 配合着每天 ...
分类:
其他好文 时间:
2019-10-06 20:30:14
阅读次数:
93