摘要:
https://tools.ietf.org/html/rfc4749 git://git.linphone.org/linphone-android.git http://stackoverflow.com/questions/31099875/how-to-integrate-g-729-cod 阅读全文
摘要:
http://stackoverflow.com/questions/35133331/difference-between-session-dialog-and-transaction-in-sip http://sipforum.org/pipermail/discussion/2007-Aug 阅读全文
摘要:
YUV格式有两大类:planar和packed。对于planar的YUV格式,先连续存储所有像素点的Y,紧接着存储所有像素点的U,随后是所有像素点的V。对于packed的YUV格式,每个像素点的Y,U,V是连续交*存储的。 YUV,分为三个分量,“Y”表示明亮度(Luminance或Luma),也就 阅读全文
摘要:
这个实现比较优秀,可自行改成java的实现。 阅读全文
摘要:
0、Principal component analysis (PCA) Principal component analysis (PCA) is a statistical procedure that uses an orthogonal transformation to convert a 阅读全文
摘要:
I am going through the following blog on LSTM neural network:http://machinelearningmastery.com/understanding-stateful-lstm-recurrent-neural-networks-p 阅读全文
摘要:
https://github.com/fchollet/keras-resources https://keras.io/ 阅读全文
摘要:
http://stackoverflow.com/questions/37312421/tensorflow-whats-the-difference-between-sparse-softmax-cross-entropy-with-logi Having two different functi 阅读全文
摘要:
http://stackoverflow.com/questions/34870614/what-does-tf-nn-embedding-lookup-function-do embedding_lookup function retrieves rows of the params tensor 阅读全文
摘要:
编辑~/.vimrc文件,添加 set t_Co=8 t_Co即terminal Color之意 注意,将 t_Co 设置为256 (或8以外的所有值) 时,mark 的显示不是很正常。 阅读全文