Nathan Bu
ac620cd115
现代软件工程>第7步 测试与质量:搭建初步结构,增加python脚本 ( #767 )
...
* update 第7步 测试与质量:搭建初步结构
* add a script that can merge markdown files under a folder into one, & all the md will be in output folder
* update chapter name
* update chapter16 content, 16.1 木头与软件测试的故事.md 16.2, 16.3...
---------
Co-authored-by: shaopeng
2023-05-22 00:06:36 +08:00
xiaowuhu
08a7a705ce
Xiaowu/20230511 ( #794 )
...
* update
* hhj
* update
* Update 17.2 智能化时代的软件工程.md
* update
* up
* update
* Update 可以吃的数据.md
* update
* update
* Update 17.4 深度学习平台质量问题实证研究.md
* up
2023-05-16 13:01:44 +08:00
xiaowuhu
d99aa7e089
Xiaowu/20230509 ( #793 )
...
* update
* update
* update
* Update 17.2 GPT大模型软件开发辅助.md
* update
* update
* update
* update
* Update 17.2 智能化时代的软件工程.md
* Update 17.1 GPT大模型软件开发辅助.md
2023-05-11 08:49:58 +08:00
XIE YAOYAO
72de993cd3
fix image path problem ( #789 )
...
Signed-off-by: 谢瑶瑶 <yaoyao.xyy@alibaba-inc.com>
2023-05-08 12:14:31 +08:00
xiaowuhu
700b8d0ce0
Xiaowu/20230505 ( #792 )
...
* update
* update
* update
* update
2023-05-08 12:13:24 +08:00
xiaowuhu
7aee7e128f
Xiaowu/20230411 ( #791 )
...
* Update 14.2 设计原则与实例.md
* update
* Update 14.1 设计原则.md
* Update 14.1 设计原则.md
* Update 14.1 设计原则.md
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Update 5.0 开发流程.md
* yjklk
* update
* update
* asdasd
* Update 6.1 MSN的故事.md
* update
* jkl
* update
* asa
* kliig
* jkhkj
* update
* update
* uo
* update
* Update 7.7 第5步:需求技术分析.md
* update
* Update 7.7 第5步:需求技术分析.md
* Update 7.7 第5步:需求技术分析.md
* update
* Update 7.7 第5步:需求技术分析.md
* update
* jkh
* update
* Update 2.1 微软面试的故事.md
* update
* update
* update
* update
* jkl
* jffj
* jikj
* kjl
* update
* Update Slide45.SVG
* update
2023-05-05 10:41:22 +08:00
danerlt
fde8c65f6d
fix image path error ( #786 , #783 ) ( #788 )
2023-04-16 11:34:23 +08:00
xiaowuhu
935871ba90
Xiaowu/20230322 ( #787 )
...
* update
* update
* Update 12.0 技术架构.md
* update
* Update 13.7 手机Edge浏览器概要设计.md
* update
* update
* update
* update
* update
* Update 14.3 第1步:用例分析与数据流图.md
* update
* Update 14.3 第1步:用例分析与数据流图.md
* update
* Update 14.3 第1步:用例分析与数据流图.md
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Update 14.9 第7步:接口设计.md
* update
* update
* update
* update
* update
2023-04-11 17:58:25 +08:00
Nathan Bu
83241e7525
Update 4.0 团队合作.md ( #785 )
2023-04-10 12:20:03 +08:00
Nathan Bu
aac1558b7a
Fix the markdown table format in 13.4 ( #784 )
...
Co-authored-by: shbu <shaopeng@microsoft.com>
2023-04-05 18:32:51 +08:00
sxjeru
76e2ae134d
修复部分 公式/图片 无法显示 ( #768 )
...
* Update 04.1-最小二乘法.md
公式修复
* Update 04.2-梯度下降法.md
公式修复
* Update 04.4-多样本计算.md
公式修复
* Update 04.5-梯度下降的三种形式.md
* Update 04.5-梯度下降的三种形式.md
* Update 05.2-神经网络法.md
公式修复
* Update 05.4-还原参数值.md
公式修复
* Update 04.5-梯度下降的三种形式.md
复原
* Update 06.2-线性二分类实现.md
公式修复
* Update 01.3-神经网络的基本工作原理.md
公式修复
* Update 02.1-线性反向传播.md
公式修复
* Update 17.3-卷积的反向传播原理.md
* Update 17.3-卷积的反向传播原理.md
公式修复
* Update README.md
可能解决 #751
* Update 05.1-正规方程法.md
* Update 04.0-单入单出单层-单变量线性回归.md
* Update Deploy_website.yml
2023-03-24 12:08:47 +08:00
sxjeru
d545dc5aa6
May fix mkdocs action build ( #769 )
2023-03-24 12:07:59 +08:00
KnightLancelot
81b4471e70
Create 10.1-为什么必须用双层神经网络.md ( #771 )
...
解决图片不显示的问题。
将:
|<img src='./img/10/xor_prove.png' width="400"/>|<img src='./img/8/sigmoid_seperator.png' width="430"/>|
改为:
|<img src='./img/10/xor_prove.png' width="400"/>|<img src='../第4步%20-%20非线性回归/img/8/sigmoid_seperator.png' width="430"/>|
2023-03-24 12:07:18 +08:00
KnightLancelot
62b3909c0b
Update 08.0-激活函数.md ( #772 )
...
解决图片不显示的问题。
将:
<img src="./img/1/NeuranCell.png" width="500" />
改为:
<img src="../第1步%20-%20基本知识/img/1/NeuranCell.png" width="500" />
2023-03-24 12:06:51 +08:00
KnightLancelot
40b60463f6
Update 09.0-单入单出双层-非线性回归.md ( #774 )
...
将
#### 均方差
改为
#### 均方误差
2023-03-24 12:03:22 +08:00
KnightLancelot
1d0367211a
Update 09.3-验证与测试.md ( #775 )
...
将
比如在神经网络中,训练时到底迭代多少次停止呢?或者我们设置学习率为多少何时呢?或者用几个中间层,以及每个中间层用几个神经元呢?如何正则化?这些都是超参数设置,都可以用验证集来解决。
中的“何时”
改为
“合适”
2023-03-24 12:02:46 +08:00
KnightLancelot
e4eb33eb9d
Update 09.4-神经网络非线性回归的实现.md ( #776 )
...
将:
均方差损失函数
改为:
均方误差损失函数
###################################################
为了修复图片不显示的问题
将:
|<img src="..\Images\5\setup.png"/>|<img src="./img/9/nn.png"/>|
改为:
|<img src="..\第2步%20-%20线性回归\img\5\setup.png"/>|<img src="./img/9/nn.png"/>|
2023-03-24 12:01:58 +08:00
xiaowuhu
16c52694ae
Xiaowu/20230221 ( #777 )
...
* update
* update
* update
* update
* update
* update
* Update 12.2 业务场景架构.md
* update
* update
* Update 12.2 业务场景架构.md
* up
* update
* update
* Update 13.1 与架构相关的概念.md
* update
* Update 13.8 架构设计的最佳实践.md
* updata
* update
* Update 12.0 技术架构.md
* Update 13.2 业务场景架构.md
* update
* update
* Update 12.7 康威定律.md
* Update 12.2 技术架构模式.md
* Update 13.1 与架构相关的概念.md
* update
* update
* update
* update
* update
* update
* update
* Update 13.4 架构设计最佳实践.md
* update
* Update 13.4 架构设计最佳实践.md
* update
* Update 13.4 架构设计最佳实践.md
* update
* update
* update
* update
* update
* update
* updaate
* update
* update
* update
* update
* update
* Update 13.7 手机Edge浏览器概要设计.md
* update
* update
* Delete Slide36.SVG
* update
* update
* Update 13.7 手机Edge浏览器概要设计.md
* Update 13.5 架构设计最佳实践.md
* update
* update
* update
* Update 13.8 三高.md
* update
* Update 13.8 三高.md
* update
* update
* update
* update
* update
2023-03-22 12:35:34 +08:00
xiaowuhu
5f06420d59
Xiaowu/20230214 ( #766 )
...
* update
* update
* update
* update
* Update 4.4 个人与团队的故事.md
* Update 12.5 树形系统架构模式.md
* Update 12.0 架构设计.md
* update
* Update 12.5 树形系统架构模式.md
* update
* update
* update
* Update 12.5 树形系统架构模式.md
* update
* Create 9.6 练习.md
* Update 13.1 与架构相关的概念.md
* update
* update
* Update 13.7 康威定律.md
* update
* update
2023-02-21 11:56:54 +08:00
xiaowuhu
5c2e74baf7
Xiaowu/20230127 ( #764 )
...
* update
* Update 11.a 系统设计.md
* update
* update
* Update 3.3 解决问题的能力.md
* Update 11.a 系统设计.md
* update
* Update 7.6 需求技术分析.md
* update
* update
* Update 12.1 软件概要设计说明书.md
* update
* Update 常用的软件架构模式.md
* update
* update
* update
* Update 12.2 星形系统架构模式.md
* update
* update
* update
* Update 12.5 环形系统架构模式.md
* update
* update
* update
* Update 12.1 架构进化的故事.md
* Update 12.1 架构进化的故事.md
* update
* update
* update
* update
* update
* update
* Update 12.1 架构演化的故事.md
* Update 12.2 与架构相关的概念.md
* update
2023-02-13 12:27:15 +08:00
xiaowuhu
cf9022dcfc
Xiaowu/20230116 ( #763 )
...
* update
* Update 3.3 系统化思维能力.md
* Update 2.5 微软的软件工程师.md
* update
* update
* update
* update
* update
* update
* update
* update
2023-01-29 16:07:33 +08:00
xiaowuhu
029cbb5027
Xiaowu/20230104 ( #761 )
...
* Update 2.3 沟通能力.md
* update
* Update 2.3 沟通能力.md
* Update 2.3 沟通能力.md
* add files
* del big files
* Update 2.3 沟通能力.md
* uopdate folder name
* ren folders
* update
2023-01-16 11:54:24 +08:00
xiaowuhu
80ed3d94b4
Xiaowu/20221224 ( #760 )
...
* Update 4.5 敏捷开发流程.md
* Update 4.5 敏捷开发流程.md
* update
* add data files
* remove data files
* remove data files
2023-01-04 17:55:55 +08:00
xiaowuhu
5cd5893f15
Xiaowu/20221223 ( #758 )
...
* update
* update
* update
2022-12-25 10:55:00 +08:00
microsoft-github-policy-service[bot]
fdfaf52500
Microsoft mandatory file ( #733 )
...
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-12-24 12:24:22 +08:00
xiaowuhu
476d63a241
Xiaowu/20221019 ( #757 )
...
* Update 2.7 学习能力.md
* update
* Create 2.3 沟通能力.md
* Create aaaa.md
* update
* Create 11.a 系统设计.md
* update
* update
* update
* Create Git工作流.md
* update
* sa
* up
* Update 团队的类型.md
* up
* Create 最佳实践.md
* update
* up
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Update 4.5 故事分析.md
* update
* update
* update
* update
* update
* update
* update
2022-12-23 15:47:23 +08:00
xiaowuhu
aa0c646d23
Xiaowu/20220928 ( #750 )
...
* update
* update
* Update 2.3 算法与编码能力.md
* Update 2.3 算法与编码能力.md
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
2022-10-19 10:30:36 +08:00
xiaowuhu
2bb54b9b4a
Xiaowu/20220816 ( #748 )
...
* Update 8-Post.md
* Update 4-软性策略.md
update
* Update 4-软性策略.md
* update
* update
* update
* update
update
* update
* Update 1.5 软件工程在微软.md
* update
* update
* Update 1.4 软件工程领域知识.md
* Update 11.4 对C值的理解.md
* update
* Update 11.4 第四步:功能设计.md
* up
* update
* update
* update
* Update 6.6 需求技术分析.md
* Update 2.2 故事分析.md
* udate
* Update 2.2 故事分析.md
* Update 2.2 故事分析.md
* update
* Update 2.3 系统性思维能力.md
* update
2022-09-28 10:57:32 +08:00
xiaowuhu
e1f7183228
Xiaowu/20220802 ( #746 )
...
* update
* Update MC_113_GridWorld_6_6.py
* Update MC_113_GridWorld_6_6.py
* Update MC_113_GridWorld_6_6.py
* Update MC_113_GridWorld_6_6.py
* up
* hu
* update
* update
* update
* update
* update
* update
* update
* update
* update
2022-08-16 08:00:57 +08:00
xiaowuhu
bd757f1a48
Xiaowu/20220628 ( #744 )
...
* update
* jjk
* update
* yi
* iuou
* update
* update
* update
* upodate
* Update 2-首次访问法与每次访问法.md
* update
* updae
* dfj
* update
* update
* update
* update
* up
* udate
* update
* update
* up
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Update ValueIteration.png
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Update MC_111_ES.py
* update
* update
* update
2022-08-02 12:04:35 +08:00
xiaowuhu
96ed38c5ee
Xiaowuhu/20220606 ( #740 )
...
* update
* Create car.py
* add files
* update
* Update 1-赌博机研究平台.md
* Update 0-第2章.md
* Update 1-赌博机研究平台.md
* update
* update
* update
* update
* update
* update
* update
* update
* up
* Update 6-置信上界算法.md
* up
* up
* Update 6-置信上界算法.md
* update
* Create 6-置信上界算法 copy.md
* Update 6-置信上界算法 copy.md
* Update 6-置信上界算法.md
* up
* update
* up
* update
* jhjkhjk
* hhl
* klhkj
* update
* update
* update
2022-06-27 18:22:52 +08:00
xiaowuhu
8d67d3bbe9
Xiaowuhu/20220524 ( #738 )
...
* Update 8-单数组通用迭代法.md
* update
* update
* update
* update
* update
* update
* update
* update
* Update 1-穿越虫洞问题.md
* add
* update
* uo
* Update 7-不同的奖励位置.md
* update
2022-06-06 18:08:25 +08:00
xiaowuhu
71e0b6fb86
Xiaowu/20220511 ( #732 )
...
* update
* update
* update
* update
* update
* update folder
* update
* update
* update
* update
* update
* update
* update
* update
* Update 2-奖励和回报.md
* update
* update
* up
* update
* update
* update
* update
* update
2022-05-24 15:31:17 +08:00
xiaowuhu
661b22b046
Xiaowu/20220424 ( #726 )
...
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* fix
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* Delete mdp-4.png
* uopdate
* update
* update
* update
* update
* update
* update
* update
* Update 4-搜索最优策略.md
2022-05-11 13:30:42 +08:00
xiaowuhu
2fab6527a8
Xiaowu/20220422 ( #724 )
...
* Update 租车问题.md
* add
* fix
* Delete 5-迭代法.pdf
* update
* update
* ll
* update
2022-04-24 11:59:27 +08:00
xiaowuhu
dc2a91170a
Xiaowu/20220413 ( #723 )
...
* update folder name
* add
* Create Code-1.png
* add
* Update 矩阵法.md
* Update 安全驾驶问题.md
* Update 安全驾驶问题.md
* update
* add
* update
* fix
* update
* up
* update
* update
* update
* update
* update
2022-04-22 09:33:42 +08:00
xiaowuhu
942d8bf573
Xiaowu/20020407 ( #722 )
...
* more
* add new
* upd
* jjk
* add drive
* Update 安全驾驶问题.md
* upadte
* fix
* add 42
* update
* update
* update
* update
* update
* rename
* asd
* Update 贝尔曼方程.md
* upadte
* update
* Update 贝尔曼方程.md
* update
2022-04-13 16:25:47 +08:00
xiaowuhu
5d57a5c33c
Xiaowu/20220401 ( #719 )
...
* fix
* Update 租车问题.md
* renmae
* update
* Update 马尔可夫.md
* uo
* jj
* jjjj
* k
* aaaa
* update
* add
* jkjk
* hdjf
* jj
* update
* fix
2022-04-07 14:44:19 +08:00
xiaowuhu
92bdba6d69
Xiaowu/20220330 ( #718 )
...
* update
* up
* duao
* update
2022-04-01 12:52:44 +08:00
zzzkey23
86a79799b3
2022实践空间站 ( #717 )
...
* zky
* Update README.md
加入了链接和项目简介
* new program
2022-03-31 16:58:32 +08:00
zzzkey23
54837e4949
zky ( #715 )
...
* zky
* Update README.md
加入了链接和项目简介
2022-03-30 14:56:40 +08:00
xiaowuhu
389751b895
Xiaowu/20220322 ( #716 )
...
* jj
* update
* code
* update
* ok
2022-03-30 12:12:52 +08:00
xiaowuhu
9cca0b76a8
Xiaowu/20220207 ( #714 )
...
* hj
* j
* Update MPR_Student_Value.py
* io
* Update formula.md
* asa
* fixgdfg
* h
* 环境、
* u
* Update Algorithm_Model_Free_Prediction.py
* jjk
* eer
* hh
* update
* jklj
* tt
* update
* ffg
* kkk
* jjjj
* kk
* ui
* kkk
* k
* jjj
* j
* hgh
* hhh
* hhh
* Update Algorithm_TD.py
* yyy
* jjj
* hhh
* jjj
* Update Algorithm_MDP_Star.py
* ui
* add ppt
* Update Algorithm_TD.py
* uid
* up
2022-03-23 16:47:54 +08:00
peterchenhao
74eeab6568
Update README.md ( #697 )
2022-03-01 08:17:37 +08:00
Lei Lei
bed8b4f546
Fix 404s in main README and Basic README ( #707 )
...
* Fix 404 links in README
* Replace steps https with relative README
2022-03-01 08:17:20 +08:00
Mark Chen
7028431833
Create English ReadMe ( #705 )
...
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create 15.2-Gradient Descent Optimization Algorithm
2022-03-01 08:16:27 +08:00
xiaowuhu
0c91801d6e
Xiaowu/20220123 ( #712 )
...
* update
* Update MRP-1.py
* up
* uo
* uui
* up
* update
* oo
* ui
* ui
* Update MDP_FrozenLake_Optimal.py
2022-02-07 13:46:19 +08:00
xiaowuhu
9dc715159d
Xiaowu/20220109 ( #710 )
...
* up
* up
* Update formula.md
* up
* oiuoi
* up
* hhj
* update
* update
* update
* update
* update
* Update bandit_28_all.py
2022-01-10 13:53:56 +08:00
xiaowuhu
3bb9285ef2
add ( #709 )
2022-01-10 13:35:41 +08:00
xiaowuhu
3adb3d1bc2
Xiaowu/rl20211229 ( #708 )
...
* up
* up
* Update formula.md
* up
* oiuoi
* up
* hhj
* update
* update
* update
* update
2022-01-04 09:39:18 +08:00