上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页

2018年8月5日

你说的是多层感知机(MLP)还是BP神经网络?

摘要: 我时常听人说起或者在各种文章中看到“BP神经网络”这样一个名词。在这些地方,所谓的“BP神经网络”应该是多层感知机“MLP”。或许语... 阅读全文

posted @ 2018-08-05 13:21 yusisc 阅读(186) 评论(0) 推荐(0)

'binary_crossentropy' & 'categorical_crossentropy' in keras

摘要: In model.compile(*) of keras, I met binary_crossentropy & categori... 阅读全文

posted @ 2018-08-05 13:08 yusisc 阅读(1) 评论(0) 推荐(0)

The Explanation: TensorFlow consumed all memory of all GPUs

摘要: When runing a TensorFlow or Keras script (as script 1) on a comput... 阅读全文

posted @ 2018-08-05 12:42 yusisc 阅读(29) 评论(0) 推荐(0)

2018年8月3日

Two TensorFlow program structure template drafts

摘要: Simple one #!/usr/bin/env python3# -*- coding: UTF-8 -*-# @Time ... 阅读全文

posted @ 2018-08-03 12:19 yusisc 阅读(31) 评论(0) 推荐(0)

2018年8月2日

nvidia errors in TensorFlow

摘要: Go to check GPU memory usage, when encountering nvidia or cuda e... 阅读全文

posted @ 2018-08-02 17:48 yusisc 阅读(26) 评论(0) 推荐(0)

5 easy steps to start editing python notebooks over SSH

摘要: ref: 5 easy steps to start editing python notebooks over SSH http:... 阅读全文

posted @ 2018-08-02 13:22 yusisc 阅读(46) 评论(0) 推荐(0)

2018年7月26日

matrix, vector and tensor operators

摘要: 1. matrix multiplication AB=C A B ... 阅读全文

posted @ 2018-07-26 11:51 yusisc 阅读(32) 评论(0) 推荐(0)

2018年4月20日

jagged accuracy curve in tensorflow

摘要: What is f-string in python step = 5test_accuracy = 0.77777print(f'... 阅读全文

posted @ 2018-04-20 12:39 yusisc 阅读(25) 评论(0) 推荐(0)

2018年4月9日

entropy, crosss entropy

摘要: Information Entropy Information Entropy measures the information m... 阅读全文

posted @ 2018-04-09 21:12 yusisc 阅读(42) 评论(0) 推荐(0)

2018年3月25日

cudnn runtime error

摘要: DATE: 2018-03-25 cudnn runtime error When I run some code with ten... 阅读全文

posted @ 2018-03-25 11:30 yusisc 阅读(45) 评论(0) 推荐(0)

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 18 下一页

导航