Bi-LSTM MATLAB CodeDataScience-Notes 数据科学笔记。提供有关数据科学的笔记、代码和实例,涵盖数学、统计、机器学习、深度学习等基础知识及相关应用场景。参考资料已在最后列出。大部分代码采用Python编写,涉及的库及框架包括: NumPySymPyScikit-learnGensimTensorFlow 1.XTensorFlow 2.XMXNet。部分数值分析代码则使用MATLAB编写。

注释:

- (notebook): Jupyter Notebook 文件链接

- (MATLAB): 相应的 MATLAB 代码链接

- (md): Markdown 文件链接

- (link): 外部链接

目录

1. Prerequisite Knowledge (必备知识)

- 1.1 Basic Concepts Related to Mathematics and Python Implementation (数学相关基础概念和Python实现)

- Vector and Determinant (向量和行列式)

- Matrix (矩阵及其运算)