当前位置:   article > 正文

ApacheCN 翻译活动进度公告 2019.2.18_葭霏进度公告

葭霏进度公告

PyTorch 1.0 中文文档和教程

教程部分:认领:36/37,翻译:28/37;文档部分:认领:29/39,翻译:15/39

参与方式:https://github.com/apachecn/pytorch-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/pytorch-doc-zh/issues/274

项目仓库:https://github.com/apachecn/pytorch-doc-zh

章节贡献者进度
教程部分--
Deep Learning with PyTorch: A 60 Minute Blitz@bat67100%
What is PyTorch?@bat67100%
Autograd: Automatic Differentiation@bat67100%
Neural Networks@bat67100%
Training a Classifier@bat67100%
Optional: Data Parallelism@bat67100%
Data Loading and Processing Tutorial@yportne13100%
Learning PyTorch with Examples@bat67100%
Transfer Learning Tutorial@jiangzhonglian100%
Deploying a Seq2Seq Model with the Hybrid Frontend@cangyunye100%
Saving and Loading Models@sfyumi
What is <cite>torch.nn</cite> really?@lhc741
Finetuning Torchvision Models@ZHHAYO100%
Spatial Transformer Networks Tutorial@PEGASUS1993100%
Neural Transfer Using PyTorch@bdqfork100%
Adversarial Example Generation@cangyunye100%
Transfering a Model from PyTorch to Caffe2 and Mobile using ONNX@PEGASUS1993100%
Chatbot Tutorial@a625687551100%
Generating Names with a Character-Level RNN@hhxx2015100%
Classifying Names with a Character-Level RNN@hhxx2015100%
Deep Learning for NLP with Pytorch@BreezeHavana
Introduction to PyTorch@guobaoyo100%
Deep Learning with PyTorch@bdqfork100%
Word Embeddings: Encoding Lexical Semantics@sight007100%
Sequence Models and Long-Short Term Memory Networks@ETCartman100%
Advanced: Making Dynamic Decisions and the Bi-LSTM CRF@JohnJiangLA
Translation with a Sequence to Sequence Network and Attention@mengfu188100%
DCGAN Tutorial@wangshuai9517
Reinforcement Learning (DQN) Tutorial@BreezeHavana
Creating Extensions Using numpy and scipy@cangyunye100%
Custom C++ and CUDA Extensions@Lotayou
Extending TorchScript with Custom C++ Operators
Writing Distributed Applications with PyTorch@firdameng
PyTorch 1.0 Distributed Trainer with Amazon AWS@yportne13100%
ONNX Live Tutorial@PEGASUS1993100%
Loading a PyTorch Model in C++@talengu100%
Using the PyTorch C++ Frontend@solerji100%
文档部分--
Autograd mechanics@PEGASUS1993100%
Broadcasting semantics@PEGASUS1993100%
CUDA semantics@jiangzhonglian100%
Extending PyTorch@PEGASUS1993
Frequently Asked Questions@PEGASUS1993
Multiprocessing best practices@cvley100%
Reproducibility@WyattHuang1
Serialization semantics@yuange250100%
Windows FAQ@PEGASUS1993
torch@ZHHAYO
torch.Tensor@hijkzzz100%
Tensor Attributes@yuange250100%
Type Info@PEGASUS1993100%
torch.sparse@hijkzzz100%
torch.cuda@bdqfork100%
torch.Storage@yuange250100%
torch.nn@yuange250
torch.nn.functional@hijkzzz100%
torch.nn.init@GeneZC100%
torch.optim@qiaokuoyuan
Automatic differentiation package - torch.autograd@gfjiangly
Distributed communication package - torch.distributed
Probability distributions - torch.distributions@hijkzzz
Torch Script
Multiprocessing package - torch.multiprocessing@hijkzzz100%
torch.utils.bottleneck
torch.utils.checkpoint
torch.utils.cpp_extension
torch.utils.data
torch.utils.dlpack
torch.hub
torch.utils.model_zoo
torch.onnx@guobaoyo100%
Distributed communication package (deprecated) - torch.distributed.deprecated
torchvision Reference@BXuan694
torchvision.datasets@BXuan694
torchvision.models@BXuan694
torchvision.transforms@BXuan694
torchvision.utils@BXuan694

HBase 3.0 中文参考指南

认领:2/31,翻译:0/31

参与方式:https://github.com/apachecn/hbase-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/hbase-doc-zh/issues/1

项目仓库:https://github.com/apachecn/hbase-doc-zh

Airflow 中文文档

认领:23/30,翻译:23/30。

参与方式:https://github.com/apachecn/airflow-doc-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/airflow-doc-zh/issues/1

项目仓库:https://github.com/apachecn/airflow-doc-zh

UCB CS61b Java 中的数据结构

认领:0/12,翻译:0/12

参与方式:https://github.com/apachecn/cs61b-textbook-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/cs61b-textbook-zh/issues/1

项目仓库:https://github.com/apachecn/cs61b-textbook-zh

标题译者进度
一、算法复杂度
二、抽象数据类型
三、满足规范
四、序列和它们的实现
五、树
六、搜索树
七、哈希
八、排序和选择
九、平衡搜索
十、并发和同步
十一、伪随机序列
十二、图

UCB Prob140 面向数据科学的概率论

认领:23/25,翻译:17/25

参与方式:https://github.com/apachecn/prob140-textbook-zh/blob/master/CONTRIBUTING.md

整体进度:https://github.com/apachecn/prob140-textbook-zh/issues/2

项目仓库:https://github.com/apachecn/prob140-textbook-zh

标题译者翻译进度
一、基础飞龙100%
二、计算几率飞龙100%
三、随机变量飞龙100%
四、事件之间的关系@biubiubiuboomboomboom100%
五、事件集合@PEGASUS1993>0%
六、随机计数@viviwong100%
七、泊松化@YAOYI626100%
八、期望@PEGASUS199350%
九、条件(续)@YAOYI626100%
十、马尔科夫链喵十八100%
十一、马尔科夫链(续)喵十八100%
十二、标准差缺只萨摩100%
十三、方差和协方差缺只萨摩100%
十四、中心极限定理喵十八100%
十五、连续分布@ThunderboltSmile
十六、变换
十七、联合密度@Winchester-Yi100%
十八、正态和 Gamma 族@Winchester-Yi100%
十九、和的分布平淡的天100%
二十、估计方法平淡的天100%
二十一、Beta 和二项@lvzhetx100%
二十二、预测@lvzhetx50%
二十三、联合正态随机变量
二十四、简单线性回归@ThomasCai100%
二十五、多元回归@lanhaixuan100%

翻译征集

要求:

  • 机器学习/数据科学相关
  • 或者编程相关
  • 原文必须在互联网上开放
  • 不能只提供 PDF 格式(我们实在不想把精力都花在排版上)
  • 请先搜索有没有人翻译过

请回复本文

赞助我们

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Guff_9hys/article/detail/907940
推荐阅读
相关标签
  

闽ICP备14008679号