- https://blog.csdn.net/rogerchen1983/article/details/79407386/
- https://www.sohu.com/a/167221030_714863/
- https://blog.csdn.net/a819825294/article/details/53608141/
- https://zhuanlan.zhihu.com/p/22794772/
- https://blog.csdn.net/itplus/article/details/19168937/
- 百度百科词条 Restricted Boltzmann Machine
- GitHub:
@echen/restricted-boltzmann-machines.git
- https://www.ai8py.com/restricted-boltzmann-machine.html
- https://www.cnpython.com/qa/410074 (使用
sklearn.neural_network.BernoulliRBM
堆叠实现DBN)
Others:
about ffmpeg
:
- https://zhuanlan.zhihu.com/p/268029663/
- https://www.jianshu.com/p/25d63cb55496/
- https://blog.csdn.net/tomwillow/article/details/90372606/
- https://blog.csdn.net/sean908/article/details/108823400/
about transformer
:
about LeNet
s (LeNet-1
, LeNet-4
, and LeNet-5
):
about SVM
:
about x86
Assembly:
- https://www.jianshu.com/p/4cb16fa18b49/
- https://blog.csdn.net/m0_47589072/article/details/119213527/
- https://zhuanlan.zhihu.com/p/443522525/
2022-04-09
更新:
RBM
(Restricted Boltzmann Machine, 受限玻尔兹曼机)是一种概率图模型, 简单记录通过堆叠sklearn.neural_network
中的BernoulliRBM
实现DBN
(Deep Belief Network, 深度信念网络).
1 | #!/usr/bin/env Python |
about Enigma
Machine: https://www.cnblogs.com/sunchao1984/p/5089020.html
about UTF-8
, UTF-16
, UTF-32
: https://www.jianshu.com/p/55bd8d7dfc64/
about Cryptography: