ApacheCN 翻譯活動進度公告 2019.3.24

ApacheCN_飛龍發表於2019-03-24

我們是一個大型開源社群,旗下 QQ 群共 9000 餘人,Github Star 數量超過 20k 個,網站日 uip 超過 4k,擁有 CSDN 部落格專家和簡書程式設計師優秀作者認證。我們組織公益性的翻譯活動、學習活動和比賽組隊活動,並和 DataWhale、LinuxStory 等國內著名開源組織保持良好的合作關係。

與商業組織不同,我們並不會追逐熱點,或者唯利是圖。作為公益組織,我們將完成專案放在首要位置,並有足夠時間把專案打磨到極致。我們希望做出廣大 AI 愛好者真正需要的東西,打造真正有價值的長尾作品。

seaborn 0.9 中文文件

參與方式:github.com/apachecn/se…

整體進度:github.com/apachecn/se…

專案倉庫:github.com/apachecn/se…

認領:8/74,翻譯:4/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
8 Controlling figure aesthetics
9 Choosing color palettes
10 seaborn.relplot
11 seaborn.scatterplot
12 seaborn.lineplot
13 seaborn.catplot
14 seaborn.stripplot
15 seaborn.swarmplot
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
54 seaborn.color_palette
55 seaborn.husl_palette
56 seaborn.hls_palette
57 seaborn.cubehelix_palette
58 seaborn.dark_palette
59 seaborn.light_palette
60 seaborn.diverging_palette
61 seaborn.blend_palette
62 seaborn.xkcd_palette
63 seaborn.crayon_palette
64 seaborn.mpl_palette
65 seaborn.choose_colorbrewer_palette
66 seaborn.choose_cubehelix_palette
67 seaborn.choose_light_palette
68 seaborn.choose_dark_palette
69 seaborn.choose_diverging_palette
70 seaborn.load_dataset
71 seaborn.despine
72 seaborn.desaturate
73 seaborn.saturate
74 seaborn.set_hls_values

HBase 3.0 中文參考指南

參與方式:github.com/apachecn/hb…

整體進度:github.com/apachecn/hb…

專案倉庫:github.com/apachecn/hb…

認領: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

PyTorch 1.0 中文文件

參與方式:github.com/apachecn/py…

整體進度:github.com/apachecn/py…

專案倉庫:github.com/apachecn/py…

教程部分:認領:37/37,翻譯:34/37;文件部分:認領:38/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 @Lotayou
Extending TorchScript with Custom C++ Operators @cloudyyyyy
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
torchvision Reference @BXuan694 100%
torchvision.datasets @BXuan694 100%
torchvision.models @BXuan694 100%
torchvision.transforms @BXuan694 100%
torchvision.utils @BXuan694 100%

AirFlow 中文文件

參與方式:github.com/apachecn/ai…

整體進度:github.com/apachecn/ai…

專案倉庫:github.com/apachecn/ai…

認領:29/30,校對:27/30

章節 貢獻者 進度
1 專案 @zhongjiajie 100%
2 協議 - 100%
3 快速開始 @ImPerat0R_ 100%
4 安裝 @Thinking Chen 100%
5 教程 @ImPerat0R_ 100%
6 操作指南 @ImPerat0R_ 100%
7 設定配置選項 @ImPerat0R_ 100%
8 初始化資料庫後端 @ImPerat0R_ 100%
9 使用操作器 @ImPerat0R_ 100%
10 管理連線 @ImPerat0R_ 100%
11 保護連線 @ImPerat0R_ 100%
12 寫日誌 @ImPerat0R_ 100%
13 使用Celery擴大規模 @ImPerat0R_ 100%
14 使用Dask擴充套件 @ImPerat0R_ 100%
15 使用Mesos擴充套件(社群貢獻) @ImPerat0R_ 100%
16 使用systemd執行Airflow @ImPerat0R_ 100%
17 使用upstart執行Airflow @ImPerat0R_ 100%
18 使用測試模式配置 @ImPerat0R_ 100%
19 UI /截圖 @ImPerat0R_ 100%
20 概念 @ImPerat0R_ 100%
21 資料分析 @ImPerat0R_ 100%
22 命令列介面 @ImPerat0R_ 100%
23 排程和觸發器 @Ray 100%
24 外掛 @ImPerat0R_ 100%
25 安全 @ImPerat0R_ 100%
26 時區 @morefreeze 100%
27 實驗性 Rest API @ImPerat0R_ 100%
28 整合 @morefreeze
29 Lineage @morefreeze 100%
30 常見問題 @zhongjiajie
[31 API 參考](github.com/apachecn/ai…

UCB CS61b:Java 中的資料結構

參與方式:github.com/apachecn/cs…

整體進度:github.com/apachecn/cs…

專案倉庫:github.com/apachecn/cs…

認領:5/12,翻譯:1/12

標題 譯者 進度
一、演算法複雜度 @leader402
二、抽象資料型別 @Allenyep 100%
三、滿足規範
四、序列和它們的實現 @biubiubiuboomboomboom
五、樹 @biubiubiuboomboomboom
六、搜尋樹
七、雜湊
八、排序和選擇 @Rachel-Hu
九、平衡搜尋
十、併發和同步
十一、偽隨機序列
十二、圖

UCB Prob140:面向資料科學的概率論

參與方式:github.com/apachecn/pr…

整體進度:github.com/apachecn/pr…

專案倉庫:github.com/apachecn/pr…

認領: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%

OpenCV 4.0 中文文件

參與方式:github.com/apachecn/op…

整體進度:github.com/apachecn/op…

專案倉庫:github.com/apachecn/op…

認領:51/51,翻譯:23/51。

章節 貢獻者 進度
1. 簡介 @wstone0011
1.1 OpenCV-Python教程簡介 - 100%
1.2 安裝OpenCV—Python - 100%
2. GUI功能 @ranxx
2.1 影象入門 - 100%
2.2 視訊入門 - 100%
2.3 繪圖功能 - 100%
2.4 滑鼠作為畫筆 - 100%
2.5 作為調色盤的跟蹤欄 - 100%
3. 核心操作 @luxinfeng
3.1 影象基本操作 - 100%
3.2 影象的算術運算 - 100%
3.3 效能測量和改進技術 - 100%
4. 影象處理 @friedhelm739
4.1 更改顏色空間 - 100%
4.2 影象的幾何變換 - 100%
4.3 影象閾值 - 100%
4.4 平滑影象 - 100%
4.5 形態轉換 - 100%
4.6 影象梯度 - 100%
4.7 Canny邊緣檢測 -
4.8 影像金字塔 -
4.9 輪廓 -
4.10 直方圖 -
4.11 影象轉換 -
4.12 模板匹配 -
4.13 霍夫線變換 -
4.14 霍夫圓變換 -
4.15 基於分水嶺演算法的影象分割 -
基於GrabCut演算法的互動式前景提取 -
5. 特徵檢測和描述 @3lackrush
5.1 瞭解功能 - 100%
5.2 Harris角點檢測 -
5.3 Shi-Tomasi角點檢測和追蹤的良好特徵 -
5.4 SIFT簡介(尺度不變特徵變換) -
5.5 SURF簡介(加速魯棒特性) -
5.6 角點檢測的FAST演算法 -
5.7 簡介(二進位制魯棒獨立基本特徵) -
5.8 ORB(定向快速和快速旋轉) -
5.9 特徵匹配 -
5.10 特徵匹配+ Homography查詢物件 -
6. 視訊分析 @xmmmmmovo
6.1 Meanshift和Camshift - 100%
6.2 光流 - 100%
6.3 背景減法 - 100%
7. 相機校準和3D重建 @xmmmmmovo
7.1 相機校準 - 100%
7.2 姿勢估計 -
7.3 極線幾何 -
7.4 立體影象的深度圖 -
8. 機器學習 @wstone0011
8.1 K-最近鄰 -
8.2 支援向量機(SVM) -
8.3 K-Means聚類 -
9. 計算攝影 @ranxx
9.1 影象去噪 -
9.2 影象修復 -
9.3 高動態範圍(HDR) -
10. 目標檢測 @jiangzhonglian
10.1 使用Haar Cascades進行人臉檢測 - 100%
11. OpenCV-Python繫結 @daidai21
11.1 OpenCV-Python繫結如何工作? - 100%

翻譯徵集

要求:

  • 機器學習/資料科學相關
  • 或者程式設計相關
  • 原文必須在網際網路上開放
  • 不能只提供 PDF 格式(我們實在不想把精力都花在排版上)
  • 請先搜尋有沒有人翻譯過

請回複本文

贊助我們

ApacheCN 翻譯活動進度公告 2019.3.24

相關文章