摘要:版筆記等到中文字幕翻譯完畢后再整理。數量超過個,在所有組織中排名前。主頁歸檔社區自媒體平臺微博知乎專欄公眾號博客園簡書合作侵權,請聯系請抄送一份到贊助我們
Special Sponsors
我們組織了一個開源互助平臺,方便開源組織和大 V 互相認識,互相幫助,整合資源。請回復這個帖子并注明組織/個人信息來申請加入。
如果大家遇到了做得不錯的教程或翻譯項目,請回復這個帖子推薦給我們。我們會聯系項目的維護者,一起把它變得更好。
我們的公眾號接受大家的投稿。將文章鏈接通過消息發給公眾號,我們會和你聯系。
請大家回復這個帖子來推薦希望翻譯的內容。
我們近期有制作 Kaggle 教學視頻的計劃,如果你有興趣參與,請聯系片刻(QQ 529815144)。CS224n 2019 版筆記等到中文字幕翻譯完畢后再整理。
為了能夠將開源事業做大做強,ApacheCN 需要與公益基金會(IT、教育類)合作,歡迎大家提供幫助。
開源不是一個人的事情,我們的各個模塊(請見組織架構)都需要人手來維護。如果你有興趣參與,請聯系片刻(QQ 529815144)。權限分配靈活,能者居之。
寫給不耐煩程序員的 JavaScript參與方式:https://github.com/apachecn/i...
整體進度:https://github.com/apachecn/i...
項目倉庫:https://github.com/apachecn/i...
認領:0/42,翻譯:0/42
章節 | 貢獻者 | 進度 |
---|---|---|
1.關于本書(ES2019 版) | ||
2.常見問題:本書 | ||
3. JavaScript 的歷史和演變 | ||
4.常見問題:JavaScript | ||
5.概覽 | ||
6.語法 | ||
7.在控制臺上打印信息(console.*) | ||
8.斷言 API | ||
9.測驗和練習入門 | ||
10.變量和賦值 | ||
11.值 | ||
12.運算符 | ||
13.非值undefined和null | ||
14.布爾值 | ||
15.數字 | ||
16. Math | ||
17. Unicode - 簡要介紹(高級) | ||
18.字符串 | ||
19.使用模板字面值和標記模板 | ||
20.符號 | ||
21.控制流語句 | ||
22.異常處理 | ||
23.可調用值 | ||
24.模塊 | ||
25.單個對象 | ||
26.原型鏈和類 | ||
27.同步迭代 | ||
28.數組(Array) | ||
29.類型化數組:處理二進制數據(高級) | ||
30.映射(Map) | ||
31. WeakMaps(WeakMap) | ||
32.集(Set) | ||
33. WeakSets(WeakSet) | ||
34.解構 | ||
35.同步生成器(高級) | ||
36. JavaScript 中的異步編程 | ||
37.異步編程的 Promise | ||
38.異步函數 | ||
39.正則表達式(RegExp) | ||
40.日期(Date) | ||
41.創建和解析 JSON(JSON) | ||
42.其余章節在哪里? |
參與方式:https://github.com/apachecn/s...
整體進度:https://github.com/apachecn/s...
項目倉庫:https://github.com/apachecn/s...
認領:36/74,翻譯:13/74
序號 | 章節 | 譯者 | 進度 |
---|---|---|---|
1 | An introduction to seaborn | @yiran7324 | 100% |
2 | Installing and getting started | @neolei | 100% |
3 | Visualizing statistical relationships | @JNJYan | 100% |
4 | Plotting with categorical data | @hold2010 | |
5 | Visualizing the distribution of a dataset | @alohahahaha | 100% |
6 | Visualizing linear relationships | @friedhelm739 | |
7 | Building structured multi-plot grids | @keyianpai | 100% |
8 | Controlling figure aesthetics | ||
9 | Choosing color palettes | @Modrisco | 100% |
10 | seaborn.relplot | ||
11 | seaborn.scatterplot | @tututwo | |
12 | seaborn.lineplot | @tututwo | |
13 | seaborn.catplot | @LIJIANcoder97 | |
14 | seaborn.stripplot | @LIJIANcoder97 | |
15 | seaborn.swarmplot | @LIJIANcoder97 | |
16 | seaborn.boxplot | ||
17 | seaborn.violinplot | ||
18 | seaborn.boxenplot | ||
19 | seaborn.pointplot | ||
20 | seaborn.barplot | @melon-bun | |
21 | seaborn.countplot | ||
22 | seaborn.jointplot | ||
23 | seaborn.pairplot | ||
24 | seaborn.distplot | ||
25 | seaborn.kdeplot | ||
26 | seaborn.rugplot | ||
27 | seaborn.lmplot | ||
28 | seaborn.regplot | ||
29 | seaborn.residplot | ||
30 | seaborn.heatmap | ||
31 | seaborn.clustermap | ||
32 | seaborn.FacetGrid | ||
33 | seaborn.FacetGrid.map | ||
34 | seaborn.FacetGrid.map_dataframe | ||
35 | seaborn.PairGrid | ||
36 | seaborn.PairGrid.map | ||
37 | seaborn.PairGrid.map_diag | ||
38 | seaborn.PairGrid.map_offdiag | ||
39 | seaborn.PairGrid.map_lower | ||
40 | seaborn.PairGrid.map_upper | ||
41 | seaborn.JointGrid | ||
42 | seaborn.JointGrid.plot | ||
43 | seaborn.JointGrid.plot_joint | ||
44 | seaborn.JointGrid.plot_marginals | ||
45 | seaborn.set | ||
46 | seaborn.axes_style | ||
47 | seaborn.set_style | ||
48 | seaborn.plotting_context | ||
49 | seaborn.set_context | ||
50 | seaborn.set_color_codes | ||
51 | seaborn.reset_defaults | ||
52 | seaborn.reset_orig | ||
53 | seaborn.set_palette | @Modrisco | 100% |
54 | seaborn.color_palette | @Modrisco | 100% |
55 | seaborn.husl_palette | @Modrisco | 100% |
56 | seaborn.hls_palette | @Modrisco | 100% |
57 | seaborn.cubehelix_palette | @Modrisco | 100% |
58 | seaborn.dark_palette | @Modrisco | 100% |
59 | seaborn.light_palette | @Modrisco | 100% |
60 | seaborn.diverging_palette | @Modrisco | |
61 | seaborn.blend_palette | @Modrisco | |
62 | seaborn.xkcd_palette | @Modrisco | |
63 | seaborn.crayon_palette | @Modrisco | |
64 | seaborn.mpl_palette | @Modrisco | |
65 | seaborn.choose_colorbrewer_palette | @Modrisco | |
66 | seaborn.choose_cubehelix_palette | @Modrisco | |
67 | seaborn.choose_light_palette | @Modrisco | |
68 | seaborn.choose_dark_palette | @Modrisco | |
69 | seaborn.choose_diverging_palette | @Modrisco | |
70 | seaborn.load_dataset | @Modrisco | |
71 | seaborn.despine | @Modrisco | |
72 | seaborn.desaturate | @Modrisco | |
73 | seaborn.saturate | @Modrisco | |
74 | seaborn.set_hls_values | @Modrisco |
參與方式:https://github.com/apachecn/g...
整體進度:https://github.com/apachecn/g...
項目倉庫:https://github.com/apachecn/g...
認領:2/83,校對:0/83
序號 | 章節 | 貢獻者 | 進度 |
---|---|---|---|
1 | git | ||
2 | git-config | ||
3 | git-help | ||
4 | git-init | ||
5 | git-clone | ||
6 | git-add | @yulezheng | |
7 | git-status | ||
8 | git-diff | ||
9 | git-commit | @yulezheng | |
10 | git-reset | ||
11 | git-rm | ||
12 | git-mv | ||
13 | git-branch | ||
14 | git-checkout | ||
15 | git-merge | ||
16 | git-mergetool | ||
17 | git-log | ||
18 | git-stash | ||
19 | git-tag | ||
20 | git-worktree | ||
21 | git-fetch | ||
22 | git-pull | ||
23 | git-push | ||
24 | git-remote | ||
25 | git-submodule | ||
26 | git-show | ||
27 | git-log | ||
29 | git-shortlog | ||
30 | git-describe | ||
31 | git-apply | ||
32 | git-cherry-pick | ||
34 | git-rebase | ||
35 | git-revert | ||
36 | git-bisect | ||
37 | git-blame | ||
38 | git-grep | ||
39 | gitattributes | ||
40 | giteveryday | ||
41 | gitglossary | ||
42 | githooks | ||
43 | gitignore | ||
44 | gitmodules | ||
45 | gitrevisions | ||
46 | gittutorial | ||
47 | gitworkflows | ||
48 | git-am | ||
50 | git-format-patch | ||
51 | git-send-email | ||
52 | git-request-pull | ||
53 | git-svn | ||
54 | git-fast-import | ||
55 | git-clean | ||
56 | git-gc | ||
57 | git-fsck | ||
58 | git-reflog | ||
59 | git-filter-branch | ||
60 | git-instaweb | ||
61 | git-archive | ||
62 | git-bundle | ||
63 | git-daemon | ||
64 | git-update-server-info | ||
65 | git-cat-file | ||
66 | git-check-ignore | ||
67 | git-checkout-index | ||
68 | git-commit-tree | ||
69 | git-count-objects | ||
70 | git-diff-index | ||
71 | git-for-each-ref | ||
72 | git-hash-object | ||
73 | git-ls-files | ||
74 | git-merge-base | ||
75 | git-read-tree | ||
76 | git-rev-list | ||
77 | git-rev-parse | ||
78 | git-show-ref | ||
79 | git-symbolic-ref | ||
80 | git-update-index | ||
81 | git-update-ref | ||
82 | git-verify-pack | ||
83 | git-write-tree |
參與方式:https://github.com/apachecn/h...
整體進度:https://github.com/apachecn/h...
項目倉庫:https://github.com/apachecn/h...
認領:18/31,校對:11/31
章節 | 貢獻者 | 進度 |
---|---|---|
Preface | @xixici | 100% |
Getting Started | @xixici | 100% |
Apache HBase Configuration | @xixici | 100% |
Upgrading | @xixici | 100% |
The Apache HBase Shell | @xixici | 100% |
Data Model | @Winchester-Yi | |
HBase and Schema Design | @RaymondCode | 100% |
RegionServer Sizing Rules of Thumb | ||
HBase and MapReduce | @BridgetLai | 100% |
Securing Apache HBase | ||
Architecture | @RaymondCode | |
In-memory Compaction | @mychaow | |
Backup and Restore | @mychaow | |
Synchronous Replication | @mychaow | |
Apache HBase APIs | @xixici | 100% |
Apache HBase External APIs | @xixici | 100% |
Thrift API and Filter Language | @xixici | 100% |
HBase and Spark | @TsingJyujing | 100% |
Apache HBase Coprocessors | @TsingJyujing | |
Apache HBase Performance Tuning | ||
Troubleshooting and Debugging Apache HBase | ||
Apache HBase Case Studies | ||
Apache HBase Operational Management | ||
Building and Developing Apache HBase | ||
Unit Testing HBase Applications | ||
Protobuf in HBase | @TsingJyujing | |
Procedure Framework (Pv2): HBASE-12439 | ||
AMv2 Description for Devs | ||
ZooKeeper | ||
Community | ||
Appendix |
參與方式:https://github.com/apachecn/c...
整體進度:https://github.com/apachecn/c...
項目倉庫:https://github.com/apachecn/c...
認領:8/12,翻譯:6/12
標題 | 譯者 | 進度 |
---|---|---|
一、算法復雜度 | @leader402 | 100% |
二、抽象數據類型 | @Allenyep | 100% |
三、滿足規范 | @renyuhuiharrison | 100% |
四、序列和它們的實現 | @biubiubiuboomboomboom | 100% |
五、樹 | @biubiubiuboomboomboom | 100% |
六、搜索樹 | @yongfengyan | |
七、哈希 | @Abel-Huang | |
八、排序和選擇 | @Rachel-Hu | 100% |
九、平衡搜索 | ||
十、并發和同步 | ||
十一、偽隨機序列 | ||
十二、圖 |
參與方式:https://github.com/apachecn/p...
整體進度:https://github.com/apachecn/p...
項目倉庫:https://github.com/apachecn/p...
認領:22/25,翻譯:19/25
標題 | 譯者 | 翻譯進度 |
---|---|---|
一、基礎 | 飛龍 | 100% |
二、計算幾率 | 飛龍 | 100% |
三、隨機變量 | 飛龍 | 100% |
四、事件之間的關系 | @biubiubiuboomboomboom | 100% |
五、事件集合 | >0% | |
六、隨機計數 | @viviwong | 100% |
七、泊松化 | @YAOYI626 | 100% |
八、期望 | 50% | |
九、條件(續) | @YAOYI626 | 100% |
十、馬爾科夫鏈 | 喵十八 | 100% |
十一、馬爾科夫鏈(續) | 喵十八 | 100% |
十二、標準差 | 缺只薩摩 | 100% |
十三、方差和協方差 | 缺只薩摩 | 100% |
十四、中心極限定理 | 喵十八 | 100% |
十五、連續分布 | @ThunderboltSmile | |
十六、變換 | @hellozhaihy | |
十七、聯合密度 | @Winchester-Yi | 100% |
十八、正態和 Gamma 族 | @Winchester-Yi | 100% |
十九、和的分布 | 平淡的天 | 100% |
二十、估計方法 | 平淡的天 | 100% |
二十一、Beta 和二項 | @lvzhetx | 100% |
二十二、預測 | 50% | |
二十三、聯合正態隨機變量 | @JUNE951234 | |
二十四、簡單線性回歸 | @ThomasCai | 100% |
二十五、多元回歸 | @lanhaixuan | 100% |
參與方式:https://github.com/apachecn/p...
整體進度:https://github.com/apachecn/p...
項目倉庫:https://github.com/apachecn/p...
教程部分:認領:35/37,翻譯:34/37;文檔部分:認領:39/39,翻譯:34/39
章節 | 貢獻者 | 進度 |
---|---|---|
教程部分 | - | - |
Deep Learning with PyTorch: A 60 Minute Blitz | @bat67 | 100% |
What is PyTorch? | @bat67 | 100% |
Autograd: Automatic Differentiation | @bat67 | 100% |
Neural Networks | @bat67 | 100% |
Training a Classifier | @bat67 | 100% |
Optional: Data Parallelism | @bat67 | 100% |
Data Loading and Processing Tutorial | @yportne13 | 100% |
Learning PyTorch with Examples | @bat67 | 100% |
Transfer Learning Tutorial | @jiangzhonglian | 100% |
Deploying a Seq2Seq Model with the Hybrid Frontend | @cangyunye | 100% |
Saving and Loading Models | @bruce1408 | 100% |
What is torch.nn really? | @lhc741 | 100% |
Finetuning Torchvision Models | @ZHHAYO | 100% |
Spatial Transformer Networks Tutorial | @PEGASUS1993 | 100% |
Neural Transfer Using PyTorch | @bdqfork | 100% |
Adversarial Example Generation | @cangyunye | 100% |
Transfering a Model from PyTorch to Caffe2 and Mobile using ONNX | @PEGASUS1993 | 100% |
Chatbot Tutorial | @a625687551 | 100% |
Generating Names with a Character-Level RNN | @hhxx2015 | 100% |
Classifying Names with a Character-Level RNN | @hhxx2015 | 100% |
Deep Learning for NLP with Pytorch | @bruce1408 | 100% |
Introduction to PyTorch | @guobaoyo | 100% |
Deep Learning with PyTorch | @bdqfork | 100% |
Word Embeddings: Encoding Lexical Semantics | @sight007 | 100% |
Sequence Models and Long-Short Term Memory Networks | @ETCartman | 100% |
Advanced: Making Dynamic Decisions and the Bi-LSTM CRF | @JohnJiangLA | |
Translation with a Sequence to Sequence Network and Attention | @mengfu188 | 100% |
DCGAN Tutorial | @wangshuai9517 | 100% |
Reinforcement Learning (DQN) Tutorial | @friedhelm739 | 100% |
Creating Extensions Using numpy and scipy | @cangyunye | 100% |
Custom C++ and CUDA Extensions | ||
Extending TorchScript with Custom C++ Operators | ||
Writing Distributed Applications with PyTorch | @firdameng | 100% |
PyTorch 1.0 Distributed Trainer with Amazon AWS | @yportne13 | 100% |
ONNX Live Tutorial | @PEGASUS1993 | 100% |
Loading a PyTorch Model in C++ | @talengu | 100% |
Using the PyTorch C++ Frontend | @solerji | 100% |
文檔部分 | - | - |
Autograd mechanics | @PEGASUS1993 | 100% |
Broadcasting semantics | @PEGASUS1993 | 100% |
CUDA semantics | @jiangzhonglian | 100% |
Extending PyTorch | @PEGASUS1993 | 100% |
Frequently Asked Questions | @PEGASUS1993 | 100% |
Multiprocessing best practices | @cvley | 100% |
Reproducibility | @WyattHuang1 | |
Serialization semantics | @yuange250 | 100% |
Windows FAQ | @PEGASUS1993 | 100% |
torch | @yiran7324 | |
torch.Tensor | @hijkzzz | 100% |
Tensor Attributes | @yuange250 | 100% |
Type Info | @PEGASUS1993 | 100% |
torch.sparse | @hijkzzz | 100% |
torch.cuda | @bdqfork | 100% |
torch.Storage | @yuange250 | 100% |
torch.nn | @yuange250 | |
torch.nn.functional | @hijkzzz | 100% |
torch.nn.init | @GeneZC | 100% |
torch.optim | @qiaokuoyuan | |
Automatic differentiation package - torch.autograd | @gfjiangly | 100% |
Distributed communication package - torch.distributed | @univeryinli | 100% |
Probability distributions - torch.distributions | @hijkzzz | 100% |
Torch Script | @keyianpai | 100% |
Multiprocessing package - torch.multiprocessing | @hijkzzz | 100% |
torch.utils.bottleneck | @belonHan | 100% |
torch.utils.checkpoint | @belonHan | 100% |
torch.utils.cpp_extension | @belonHan | 100% |
torch.utils.data | @BXuan694 | 100% |
torch.utils.dlpack | @kunwuz | 100% |
torch.hub | @kunwuz | 100% |
torch.utils.model_zoo | @BXuan694 | 100% |
torch.onnx | @guobaoyo | 100% |
Distributed communication package (deprecated) - torch.distributed.deprecated | @luxinfeng | |
torchvision Reference | @BXuan694 | 100% |
torchvision.datasets | @BXuan694 | 100% |
torchvision.models | @BXuan694 | 100% |
torchvision.transforms | @BXuan694 | 100% |
torchvision.utils | @BXuan694 | 100% |
參與方式:https://github.com/apachecn/o...
整體進度:https://github.com/apachecn/o...
項目倉庫:https://github.com/apachecn/o...
認領:51/51,翻譯:26/51。
關于我們我們是一個大型開源社區,旗下 QQ 群共 9000 余人,訂閱用戶至少一萬人。Github Star 數量超過 20k 個,在所有 Github 組織中排名前 200。網站日 uip 超過 4k,Alexa 排名的峰值為 20k。我們的核心成員擁有 CSDN 博客專家和簡書程序員優秀作者認證。我們與 Datawhale、AI 有道、黃海廣博士等國內知名開源組織和大 V 合作,組織公益性的翻譯活動、學習活動和比賽組隊活動。
?
與商業組織不同,我們并不會追逐熱點,或者唯利是圖。作為公益組織,我們將完成項目放在首要位置,并有足夠時間把項目打磨到極致。我們希望做出廣大 AI 愛好者真正需要的東西,打造真正有價值的長尾作品。
【主頁】apachecn.org
【歸檔】home.apachecn.org
【社區】bbs.apachecn.org
【Github】@ApacheCN
自媒體平臺
微博:@ApacheCN
知乎專欄:AILearning
公眾號:ApacheCN
CSDN | 博客園 | 簡書 | bilibili
We are ApacheCN Open Source Organization, not ASF! We are fans of AI, and have no relationship with ASF!
合作 or 侵權,請聯系
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/20008.html
摘要:主頁暫時下線社區暫時下線知識庫自媒體平臺微博知乎簡書博客園我們不是的官方組織機構團體,只是技術棧以及的愛好者合作侵權,請聯系請抄送一份到招賢納士征集網站設計人員設計網站整體布局和未來踴躍號召敢興趣參與項目維護的負責人各個學習領域歡迎做實事的 【主頁】 apachecn.org 【Github】@ApacheCN 暫時下線: 社區 暫時下線: cwiki 知識庫 自媒體平臺 ...
摘要:主頁暫時下線社區暫時下線知識庫自媒體平臺微博知乎簡書博客園我們不是的官方組織機構團體,只是技術棧以及的愛好者合作侵權,請聯系請抄送一份到招賢納士征集網站設計人員設計網站整體布局和未來踴躍號召敢興趣參與項目維護的負責人各個學習領域歡迎做實事的 【主頁】 apachecn.org 【Github】@ApacheCN 暫時下線: 社區 暫時下線: cwiki 知識庫 自媒體平臺 ...
摘要:整體進度貢獻指南項目倉庫貢獻指南請您勇敢地去翻譯和改進翻譯。然后回復,注明章節號一定要留。二校對需要校對語法術語使用文檔格式如果覺得現有翻譯不好,重新翻譯也是可以的。三提交項目將譯文放在文件夾下請見入門指南。 整體進度:https://github.com/apachecn/c... 貢獻指南:https://github.com/apachecn/c... 項目倉庫:https://...
閱讀 2831·2021-11-25 09:43
閱讀 982·2021-10-11 10:57
閱讀 2487·2020-12-03 17:20
閱讀 3731·2019-08-30 14:05
閱讀 2429·2019-08-29 14:00
閱讀 1997·2019-08-29 12:37
閱讀 1670·2019-08-26 11:34
閱讀 3212·2019-08-26 10:27