Caize Wu
d527c47536
Merge pull request #926 from Kristinblue/patch-2
...
Fix typos, grammar, and formatting issues in dnn_basic page
2026-04-24 14:20:30 +08:00
Caize Wu
a358d461d3
Merge pull request #925 from Kristinblue/patch-1
...
修改数学符号和笔误处
2026-04-24 14:20:10 +08:00
Guoguo
232411a356
fix(docs): fix typos, broken links, and formatting errors across 65 files
...
Broken markdown links:
- Fix 2 bare URLs with stray ")" in RV_Nano/1_intro.md
- Fix broken anchor link (### -> #) in blink.md
English duplicate words (14 "the the" + others):
- tang-mega-138k, tang-mega-60k, Tang-Nano, Tang-Nano-1K, Tang-Nano-9K
- maixsense-a075v, m1s/start, lushaylabs/oled_101, installation_getting_started
- emdebian.md, NanoKVM/ipmi.md ("It it"), flash-in-linux.md ("it it")
- knowledge_audio.md ("from From"), dnn_basic.md x2 ("it It is")
- env_maixpyide.md, maixpy_faq.md ("successfully connect successfully")
English misspellings:
- "enviroment" -> "environment" in 3 files
- "infomation" -> "information" in 6_peripheral.md
- "destory" -> "destroy" in flash_system.md
Chinese duplicate characters (36 instances):
- "的的", "了了", "是是", "会会", "在在", "能能否", "都都"
- "支持支持", "使用使用", "需要需要", "包含了了", "上一节的的"
- "这这", "为为", "拥有有", "merge_distancede"
Broken markdown headers (missing space after ##):
- K1/lpi3a/2_unbox.md, 3_burn_image.md
- Build_R329.md (4 headers)
- code_frameworks.md
- Corrupted fullwidth header in image/image.md
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-03-26 08:30:02 -07:00
heyufeng
8837318f10
Fix typos, grammar, and formatting issues in dnn_basic page
...
In section "一、如何解决一个问题--引出机器解决问题"
Original: "按照大家的知识,都知道这是一个一元一次方程(y = kx + b能解决的"
Issue: Missing closing parenthesis and improper punctuation.
Suggestion: Change to "按照大家的知识,都知道这是一个一元一次方程 (y = kx + b) 能解决的"
In section "二、如何让机器总结出算法"
Original: "我们认为地设计一个算法结构"
Issue: Typo, 认为 should be 人为.
Suggestion: Change 认为 to 人为.
Original: "我们加入碰巧直接设计成了y = kx + b"
Issue: Typo, 加入 should be 假如.
Suggestion: Change 加入 to 假如.
Original: "我们将我们这条直线的的几个点代入到这个方程"
Issue: Extra word 的.
Suggestion: Remove the extra 的, change to "我们将我们这条直线的几个点代入到这个方程".
Original: "那我们就可以假设这个模型基本满足了我们以后有一个x, 要求着图中线上任意一点的y值"
Issue: Unclear and ungrammatical sentence.
Suggestion: Rephrase to“那我们就可以假设这个模型基本满足了我们以后的需求:有一个x, 要求图中线上任意一点的y值”
In section "五、继续:深度神经网络(续"
Original: "每个节点输出的值都需要经过Sigmod(∑(Wn * x + Bn))"
Issue: Misspelling of activation function "Sigmoid".
Suggestion: Change Sigmod to Sigmoid.
2026-02-27 15:33:06 +08:00
heyufeng
aa20216fa7
修改数学符号和笔误处
...
1.数学符号使用不准确。∈是“属于”符号,用于表示元素与集合的关系。而这里讨论的是概念之间的包含关系(集合与子集),应使用⊂(包含于)符号。
2.“一般我们会在训练是一段时间后拿出验证集……”,“是”字多余
3.“验证效果的好坏决定了我们合适停止训练……”,“合适”应该是笔误,改为“何时”
2026-02-27 14:14:43 +08:00
Aristore
004e800cb4
Update ax-pi.md
...
Translated the documentation
2025-04-17 22:44:33 +08:00
Aristore
b32d55484c
Update what_is_ai.md
...
修正错别字
2025-04-15 23:46:43 +08:00
Aristore
bf271039c8
Update what_is_ai.md
...
修正错别字
2025-04-15 23:45:30 +08:00
Rosemary_HSN
509ffb2e48
Rename Tang_Nano_Doc to Tang_Common_Doc
2025-03-11 20:37:10 +08:00
Rosemary_HSN
4ced10e2c4
Revert "Enhance en doc content for update_debugger.md"
...
This reverts commit aae95adafb .
2025-02-18 23:22:31 +08:00
Rosemary_HSN
aae95adafb
Enhance en doc content for update_debugger.md
2025-02-18 23:16:12 +08:00
Rosemary_HSN
fda74237da
修改软件文档内引用链接:从Tang-Nano-Doc 改为 common-doc
2025-02-18 22:43:50 +08:00
Rosemary_HSN
98725cdac8
更新中文wiki软件部分侧边栏:修改 Tang-Nano-Doc 为 Tang-Nano-Doc
2025-02-18 22:42:33 +08:00
Juwan
ad17c1f449
Update maixpy3-example.ipynb
2025-02-17 19:31:27 +08:00
LuoDLin
d39ac284b3
Update first_eat.md
2024-08-21 11:00:00 +08:00
Caize Wu
288f475199
Merge pull request #672 from 18171225307/patch-1
...
使用maixduino时,在例程2,缺少lcd.init(),导致图片无法显示
2024-05-14 14:52:08 +08:00
Neucrack
73d623eae5
update maixcam doc
2024-05-09 13:19:32 +08:00
18171225307
8d7eaba859
使用maixduino时,在例程2,缺少lcd.init(),导致图片无法显示
...
同时增加了自带套件LCD屏幕的推荐像素
2024-05-09 00:52:48 +08:00
Neucrack
4675cd6392
add ad for maixcam
2024-04-20 16:40:30 +08:00
Neucrack
3772e18bad
update maixpy ci
2024-03-07 17:48:35 +08:00
AzureRubia
671dfbd536
Update mem.md
...
修改了第13行的笔误:“两中内存”->“两种内存”
2023-10-10 23:44:25 +08:00
Neucrack
290867055b
merge
2023-08-01 19:13:02 +08:00
Neucrack
d6de0fb028
update docs
2023-08-01 19:12:05 +08:00
wonderfullook
5c7e914093
remove some files
2023-08-01 14:57:46 +08:00
wonderfullook
7d23e86c58
modify docs
2023-07-26 17:06:36 +08:00
wonderfullook
2d1abbd298
fix error link
2023-07-20 10:14:53 +08:00
wonderfullook
b2e2681ec0
add short link
2023-07-19 18:18:52 +08:00
Neucrack
9427b7f6f8
Update maixpy_faq.md
2023-07-18 16:20:20 +08:00
wonderfullook
3c0e765a0a
update k210_faq
2023-07-14 18:25:06 +08:00
wonderfullook
21c79dbaf4
fix error
2023-07-13 11:35:40 +08:00
wonderfullook
3c32a53927
fix error
2023-07-12 14:51:35 +08:00
wonderfullook
6aa0f2447e
update
2023-07-11 19:13:33 +08:00
Misakago
bd6c3d8cf4
Update uart.md
...
修改错字,将“里程”改为“历程”
2023-07-07 15:39:32 +08:00
wonderfullook
b61d61dee8
update maixhub app description
2023-06-28 16:08:52 +08:00
Neucrack
1609c3e20d
Update maixpy_faq.md
2023-06-26 10:02:41 +08:00
lyx080
e5d53ba99a
Merge branch 'main' of https://github.com/sipeed/sipeed_wiki
2023-06-25 15:38:55 +08:00
lyx080
6e48042669
update faq
2023-06-25 15:38:43 +08:00
wonderfullook
7fac1d8cd5
add details
2023-06-25 11:41:23 +08:00
wonderfullook
5a44b9fcc2
fix error
2023-06-25 11:22:00 +08:00
wonderfullook
1bbdbadba0
Update board_intro.md
2023-06-22 15:37:40 +08:00
wonderfullook
2cab7de2bc
update
2023-06-21 19:36:30 +08:00
Neucrack
18ad66f323
Merge branch 'main' of github.com:sipeed/sipeed_wiki
2023-06-21 17:18:09 +08:00
Neucrack
fb64e998ec
add FAQ page
2023-06-21 17:17:24 +08:00
tpoisonooo
8d2d044c25
Update ax-pi.md
2023-06-16 17:11:50 +08:00
lyx080
736d042b60
update
2023-06-12 17:15:41 +08:00
Neucrack
12569c3dfa
Update yolov2.md fix doc error
2023-06-07 14:52:17 +08:00
wonderfullook
8cb7f16983
update
2023-06-02 20:11:16 +08:00
lyx080
1ab49e732a
update v831_usage.md
2023-06-02 15:45:40 +08:00
Juwan
71e478b207
Update car_registration_plate_recognition.ipynb
2023-05-29 10:36:50 +08:00
wonderfullook
8d1f9a8c13
fix error
2023-05-08 18:48:38 +08:00