《汇编语言(第四版)》 . 王爽著 . 清华大学出版社 . 2019
线性代数讲义摘要
本文字数: 3.3k 阅读时长 ≈ 3 分钟
这是自学由 MIT 的 W.Gilbert Strang 教授开设的 18.06 Linear Algebra 课程时所作的笔记摘要
C++ 产生伪随机数的一些参考
本文字数: 8.2k 阅读时长 ≈ 7 分钟
我不生产代码,我只是代码的搬运工;
我也不生产文档,只是想替官方文档宣传宣传;
其实我也不写博客,只是拿别人的博客修修改改。
Convolutional Neural Networks. Andrew Ng.
本文字数: 1.2k 阅读时长 ≈ 1 分钟
Convolutional Neural Networks. (https://www.coursera.org/learn/convolutional-neural-networks)
In the fourth course of the Deep Learning Specialization, you will understand how computer vision has evolved and become familiar with its exciting applications such as autonomous driving, face recognition, reading radiology images, and more.
By the end, you will be able to build a convolutional neural network, including recent variations such as residual networks; apply convolutional networks to visual detection and recognition tasks; and use neural style transfer to generate art and apply these algorithms to a variety of image, video, and other 2D or 3D data.
The Deep Learning Specialization is our foundational program that will help you understand the capabilities, challenges, and consequences of deep learning and prepare you to participate in the development of leading-edge AI technology. It provides a pathway for you to gain the knowledge and skills to apply machine learning to your work, level up your technical career, and take the definitive step in the world of AI.
Convolutional Neural Networks. Part 4.
本文字数: 717 阅读时长 ≈ 1 分钟
Convolutional Neural Networks. Part 3.
本文字数: 1.1k 阅读时长 ≈ 1 分钟
Convolutional Neural Networks. Part 2.
本文字数: 1.7k 阅读时长 ≈ 2 分钟
Convolutional Neural Networks. Part 1.
本文字数: 9.2k 阅读时长 ≈ 8 分钟
RS232通过modbus协议通信
本文字数: 8.1k 阅读时长 ≈ 7 分钟
Modbus 协议是应用于电子控制器上的一种通用语言。通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以通信。Modbus 协议定义了一个控制器能认识使用的消息结构,而不管它们是经过何种网络进行通信的。它描述了一控制器请求访问其它设备的过程,如果回应来自其它设备的请求,以及怎样侦测错误并记录。它制定了消息域格局和内容的公共格式。
一些机器学习问题的数学求解参考
本文字数: 18k 阅读时长 ≈ 16 分钟
本文将要介绍的这些问题涉及到的机器学习方法如下
线性回归 $~~~~$ 逻辑回归 $~~~~$ 朴素贝叶斯分类器 $~~~~$ 决策树
对偶问题 $~~~~$ 支持向量机 $~~~~$ 神经网络的反向传播