摘要: 84原题: Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in th 阅读全文
posted @ 2018-01-29 17:48 黄昏与钟声 阅读(257) 评论(0) 推荐(0)
摘要: 还没入门,就因为工作需要,要用CNN实现文本分类,用了github上现成的cnn-text-classification-tf代码,边读边学吧。 源码为四个PY文件,分别是 text_cnn.py:网络结构设计 train.py:网络训练 eval.py:预测&评估 data_helpers.py: 阅读全文
posted @ 2018-01-29 17:13 黄昏与钟声 阅读(11631) 评论(0) 推荐(1)