原创 c++中字符數組操作(char數組)

1 strcpy(s1, s2); 複製字符串 s2 到字符串 s1。 2 strcat(s1, s2); 連接字符串 s2 到字符串 s1 的末尾。 3 strlen(s1); 返回字符串 s1 的長度。 4 st

原创 Understanding LSTM Networks

 Blog About Contact Understanding LSTM Networks Posted on August 27, 2015 Recurrent Neural Networks Humans

原创 Word Representation

轉載:http://www.jianshu.com/p/875a3b8424b2 編碼 任何信息在計算機內的存儲方式都是數字,更加具體的說是0-1的二進制碼。爲了能夠讓生活中的語言能夠存儲於計算機中,我們會給所有的字符(包括字母字符

原创 An Intuitive Explanation of Convolutional Neural Networks

An Intuitive Explanation of Convolutional Neural Networks Posted on August 11, 2016 by ujjwalkarn What are Convolut