10 2018 档案

摘要:2017 Python最新面试题及答案16道题 15个重要Python面试题 测测你适不适合做Python? torch.squeeze() Returns a tensor with all the dimensions of input of size 1 removed. Python 3:f 阅读全文
posted @ 2018-10-30 19:06 一窍不通 阅读(1369) 评论(0) 推荐(0)
摘要:LSTM’s in Pytorch Example: An LSTM for Part-of-Speech Tagging Exercise: Augmenting the LSTM part-of-speech tagger with character-level features Sequen 阅读全文
posted @ 2018-10-24 16:41 一窍不通 阅读(377) 评论(0) 推荐(0)
摘要:Word Embeddings: Encoding Lexical Semantics Getting Dense Word Embeddings Word Embeddings in Pytorch An Example: N-Gram Language Modeling Exercise: Co 阅读全文
posted @ 2018-10-23 22:39 一窍不通 阅读(472) 评论(0) 推荐(0)
摘要:原文地址: Generating Names with Character-Level RNN 搬运只为督促自己学习,没有其他目的。 Preparing the Data Download the data from here and extract it to the current direct 阅读全文
posted @ 2018-10-23 14:06 一窍不通 阅读(321) 评论(0) 推荐(0)
摘要:LSTM: http://colah.github.io/posts/2015-08-Understanding-LSTMs/ 深度学习领域PyTorch项目-git源码整理 https://blog.csdn.net/u012969412/article/details/77479269?utm_ 阅读全文
posted @ 2018-10-20 21:45 一窍不通 阅读(803) 评论(0) 推荐(0)
摘要:原文地址:https://github.com/Kaixhin/grokking-pytorch PyTorch is a flexible deep learning framework that allows automatic differentiation(自动求导) through dyn 阅读全文
posted @ 2018-10-20 20:37 一窍不通 阅读(550) 评论(0) 推荐(0)