TensorFlow-and-DeepLearning-Tutorial icon indicating copy to clipboard operation
TensorFlow-and-DeepLearning-Tutorial copied to clipboard

A TensorFlow & Deep Learning online course I taught in 2016

Results 5 TensorFlow-and-DeepLearning-Tutorial issues
Sort by recently updated
recently updated
newest added

Dear developers, I found some detrimental usages of TensorFlow API which might lead to severe problems like crashes when users use different version of tensorflow. As I fixed in the...

每层卷积之后显示图片的可视化怎么做?只显示部分就行。

那个链接点进去之后,注册登录完成之后,有个隐私协议,点击同意没反应,一直卡在那个界面,up主还有没有别的深度学习视频推荐?

刚学tensorflow,看到代码生成了一个模型,但最开始不是要先找一张有数据的图片吗,把图片输入模型,识别数字

全连接网络中的损失函数为什么是用tf.matmul(hidden, fc2_weight) + fc2_biases, 和 label比较呢?而不是用softmax, argmax后的比较呢?