Skip to content

Commit ca6f085

Browse files
committed
up add text-analysis
1 parent f067f4b commit ca6f085

187 files changed

Lines changed: 29487 additions & 555 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ homework/Topics_01/.outdate/
88
homework/Topics_01/.T1_Ashare_beta/
99
.appendix_Chatgpt/
1010
.syllabus/
11-
11+
/Lecture/**/.tobeuse/
12+
/Lecture/**/.tobeuse/**
1213

1314
#launch.json folder
1415
.vscode/

.notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,10 @@
3434
- 时间序列:⏳ 🕒 📅
3535
- 机器学习:🤖 🧠 🎛️
3636
- 案例:📌 🧩 🧪
37-
- 附录:📎 📑 📦
37+
- 附录:📎 📑 📦
38+
39+
## 备选作业
40+
41+
- 爬取人民银行货币政策执行报告 PDF 文档,提取文本内容并进行简单的文本分析,如词频统计、关键词提取等。
42+
- URL:[货币政策执行报告](https://www.pbc.gov.cn/zhengcehuobisi/125207/125227/125957/index.html)
43+
-
8.78 MB
Binary file not shown.
7.05 MB
Binary file not shown.
Binary file not shown.

Lecture/00_intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
* Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep Learning. MIT Press. [Link](http://www.deeplearningbook.org). [TensorFlow Exercises](https://www.tensorflow.org/tutorials?hl=zh-cn). [Slides](https://www.deeplearningbook.org/lecture_slides.html). [PDF1](http://alvarestech.com/temp/deep/Deep%20Learning%20by%20Ian%20Goodfellow,%20Yoshua%20Bengio,%20Aaron%20Courville%20%28z-lib.org%29.pdf). [PDF2](https://github.com/janishar/mit-deep-learning-book-pdf/blob/master/complete-book-pdf/Ian%20Goodfellow%2C%20Yoshua%20Bengio%2C%20Aaron%20Courville%20-%20Deep%20Learning%20%282017%2C%20MIT%29.pdf).
130130
* Note: 深度学习领域的代表性教材,系统覆盖前馈网络、卷积网络、序列模型、优化与概率图模型;配有官网、练习资源与课件。
131131

132+
### 其它
133+
134+
- Rob Hicks, 2022. ECON414 Bayesian Econometrics. [Link](https://econ.pages.code.wm.edu/414/notes/docs/index.html).
135+
- 介绍了 Bayes 的基本概念,MCMC 方法,贝叶斯线性回归,贝叶斯模型比较等内容;配有在线阅读版本和 GitHub 代码仓库。
136+
132137
---
133138

134139
## 分析工具

Lecture/01_homework.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@
66
77
>🍏 [查看作业通知](https://github.com/lianxhcn/dsfin/blob/main/homework/readme.md)
88
9-
---
9+
---
10+
11+
## 作业展示
12+
13+
- [2026 小组作业展示](../homework/HW-pre-2026.md)

Lecture/MC_Bootstrap_CV/notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11

22

33
- `syndatakit`: Python package to generate synthetic tabular data calibrated to the statistical properties of real econometric and financial datasets
4+
5+
6+
- Bootstrap OLS: [The Bootstrap for our OLS Model](https://econ.pages.code.wm.edu/414/notes/docs/intro_bayesian_statistics.html#the-bootstrap-for-our-ols-model)
7+
- 介绍了如何使用 Bootstrap 方法来评估 OLS 模型的参数不确定性。通过对原始数据进行重复抽样,构建多个 Bootstrap 样本,并在每个样本上重新拟合 OLS 模型,从而得到参数的分布。这种方法不依赖于传统的正态分布假设,可以更灵活地评估参数的置信区间和显著性。

Lecture/_fig/BS-01-population.png

255 KB
Loading
260 KB
Loading

0 commit comments

Comments
 (0)