https://github.com/changkun/translation
欧长坤个人笔译作品合集
https://github.com/changkun/translation
changkun translations
Last synced: 8 months ago
JSON representation
欧长坤个人笔译作品合集
- Host: GitHub
- URL: https://github.com/changkun/translation
- Owner: changkun
- Created: 2017-09-19T08:27:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T10:25:28.000Z (about 7 years ago)
- Last Synced: 2025-01-04T23:17:48.740Z (9 months ago)
- Topics: changkun, translations
- Homepage: https://changkun.github.io/translation
- Size: 32.2 KB
- Stars: 40
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README-en.md
Awesome Lists containing this project
README
# Translation Works
[中文](./README.md) | English
This repository contains my personal open translation works, including Chinese/English and German translations.
## List
| Time | Title | Type | Language | Category |
| :------: | :--------------------------------------- | :--: | :--: | :--: |
| 20180909 | [GopherCon 2018: Demystifying Binary Search Tree Algorithms](https://github.com/xitu/gold-miner/blob/master/TODO1/gophercon-2018-binary-search-tree-algorithms.md) | Document | en-cn | Translation |
| 20180828 | [Using GraphQL with Microservices in Go](https://github.com/xitu/gold-miner/blob/master/TODO1/go-graphql-gateway-microservices.md) | Document | en-cn | Translation |
| 20180728 | [A Million WebSocket and Go](https://changkun.us/archives/2018/07/254/) | Document | en-cn | Translation |
| 20180525 | [TensorFlow Docs: Fixed Point Quantization](https://github.com/xitu/tensorflow-docs/blob/zh-hans/performance/quantization.md) | Document | en-cn | Translation |
| 20180327 | [TensorFlow Docs: Recurrent Neural Networks for Drawing Classification](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/recurrent_quickdraw.md) | Document | en-cn | Translation |
| 20180327 | [TensorFlow Docs: Vector Representations of Words](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/word2vec.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: TensorFlow Linear Model Tutorial](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/wide.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: TensorFlow Wide & Deep Learning Tutorial](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/wide_and_deep.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: Recurrent Neural Networks](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/recurrent.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: Mandelbrot Set](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/mandelbrot.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: Large-scale Linear Models with TensorFlow](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/linear.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: A Guide to TF Layers: Building a Convolutional Neural Network](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/layers.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: Improving Linear Models Using Explicit Kernel Methods](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/kernel_methods.md) | Document | en-cn | Proofread |
| 20180327 | [TensorFlow Docs: Image Recognition](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/image_recognition.md) | Document | en-cn | Proofread |
| 20180326 | [Proving generalization of deep nets via compression](https://changkun.us/archives/2018/03/250/) | Document | en-cn | Translation |
| 20180326 | [TensorFlow Docs: Convolutional Neural Networks](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/deep_cnn.md) | Document | en-cn | Proofread |
| 20180326 | [TensorFlow Docs: Simple Audio Recognition](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/audio_recognition.md) | Document | en-cn | Proofread |
| 20180326 | [TensorFlow Docs: How to Retrain Inception's Final Layer for New Categories](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/image_retraining.md) | Document | en-cn | Proofread |
| 20180326 | [TensorFlow Docs: Tutorials](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/index.md) | Document | en-cn | Proofread |
| 20180326 | [TensorFlow Docs: Sequence-to-Sequence Models](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/seq2seq.md) | Document | en-cn | Proofread |
| 20180326 | [TensorFlow Docs: Partial Differential Equations](https://github.com/xitu/tensorflow-docs/blob/zh-hans/tutorials/pdes.md) | Document | en-cn | Proofread |
| 20180324 | [TensorFlow Docs: Optimizing for mobile](https://github.com/xitu/tensorflow-docs/blob/zh-hans/mobile/optimizing.md) | Document | en-cn | Translation |
| 20180323 | [TensorFlow Docs: Building TensorFlow on iOS](https://github.com/xitu/tensorflow-docs/blob/zh-hans/mobile/ios_build.md) | Document | en-cn | Translation |
| 20180323 | [TensorFlow Docs: Integrating TensorFlow libraries](https://github.com/xitu/tensorflow-docs/blob/zh-hans/mobile/linking_libs.md) | Document | en-cn | Translation |
| 20180323 | [TensorFlow Docs: Introduction to TensorFlow Mobile](https://github.com/xitu/tensorflow-docs/blob/zh-hans/mobile/mobile_intro.md) | Document | en-cn | Translation |
| 20180120 | [Human-Machine Interaction](http://mmibuch.de/v2/) | Book| de-cn | Translation |
| 20171217 | [Generalization Theory and Deep Nets, An introduction](https://changkun.us/archives/2017/12/240/) | Article | en-cn | Translation |
| 20171213 | [TensorFlow Architecture](https://github.com/xitu/tensorflow/blob/zh-hans/tensorflow/docs_src/extend/architecture.md) | Document | en-cn | Translation |
| 20171208 | [Building Input Functions with tf.estimator](https://github.com/xitu/tensorflow/blob/zh-hans/tensorflow/docs_src/get_started/input_fn.md) | Document | en-cn | Translation |
| 20171023 | [Installing TensorFlow on macOS](https://github.com/xitu/tensorflow/blob/zh-hans/tensorflow/docs_src/install/install_mac.md) | Document | en-cn | Translation |
| 20171023 | [TensorFlow: README](https://github.com/xitu/tensorflow/blob/zh-hans/README.md) | Document | en-cn | Translation |
| 20171023 | [RECURRENT NEURAL NETWORK (RNN) – PART 4: ATTENTIONAL INTERFACES](https://juejin.im/post/59f72f61f265da432002871c) | Article | en-cn | Proofread |
| 20170928 | [RECURRENT NEURAL NETWORKS (RNN) – PART 3: ENCODER-DECODER](https://juejin.im/post/59fc1616f265da432b4a2d44) | Article | en-cn | Translation |
| 20170929 | [RECURRENT NEURAL NETWORKS (RNN) – PART 2: TEXT CLASSIFICATION](https://juejin.im/post/59f0c6b3f265da4319557de4) | Article | en-cn | Translation |
| 20170930 | [RECURRENT NEURAL NETWORKS (RNN) – PART 1: BASIC RNN / CHAR-RNN](https://juejin.im/post/59f0c5b0f265da43085d3e94) | Article | en-cn | Translation |
| 20170919 | [The Tiny Keyboard Problem: Do People Complete Forms on Their Phones?](https://juejin.im/post/59c0e3835188256bcf2e1d22) | Article | en-cn | Translation |
| 20170919 | [Flat UI Elements Attract Less Attention and Cause Uncertainty](https://juejin.im/post/59c0d3305188256bce40e884) | Article | en-cn | Translation |
| 20170905 | [Are Notifications A Dark Pattern?](https://juejin.im/post/59ae63026fb9a024985f31b5) | Article | en-cn | Translation |
| 20170815 | [Can AI Solve Your UX Design Problems?](https://juejin.im/post/5992aa306fb9a03c445df727) | Article | en-cn | Translation |
| 20170814 | [Deep Learning 4: Why You Need to Start Using Embedding Layers](https://juejin.im/post/599183c6f265da3e2e5717d2) | Article | en-cn | Proofread |
| 20170812 | [Deep Learning 3: More on CNNs handling overfitting](https://juejin.im/post/598f25b15188257d8643173d) | Article | en-cn | Proofread |
| 20170726 | [The future of deep learning](https://juejin.im/post/597843506fb9a06ba4747db5) | Article | en-cn | Translation |
| 20170628 | [iOS 11: Machine Learning for everyone](https://juejin.im/post/59533049f265da6c3a54b739) | Article | en-cn | Translation |
| 20170627 | [Getting the login page right](https://juejin.im/post/5951e7905188250d98489c6a) | Article | en-cn | Proofread |
| 20170623 | [A Love Letter to CSS](https://juejin.im/post/594c75c0f265da6c2b765b25) | Article | en-cn | Proofread |
| 20170617 | [Designing Design System for Complex Products](https://juejin.im/post/5944b8e55c497d006bdc261a) | Article | en-cn | Translation |
| 20170616 | [Understanding lock files in NPM 5](https://juejin.im/post/5943849aac502e006b84ce07) | Article | en-cn | Translation |
| 20170607 | [How to build complex user interfaces without going completely insane](https://juejin.im/post/5937a61f2f301e006b2879a9) | Article | en-cn | Translation |
| 20170512 | [Everyone is a designer. Get over it.](https://juejin.im/post/59157cdf0ce4630069d79857) | Article | en-cn | Proofread |
| 20170512 | [How to pretend you’re a great designer](https://juejin.im/post/5915880b570c35006932fac9) | Article | en-cn | Translation |
| 20160824 | [LeapMotion Document Translation](https://github.com/changkun/LeapDocCN) | Document | en-cn | Translation |
| 20160518 | [Swift API Design Guidelines](http://swift.gg/2016/05/18/api-design-guidelines/) | Article | en-cn | Translation |
| 20160509 | [Swift Programming Language: Revision History 2.0/2.1/2.2](https://github.com/numbbbbb/the-swift-programming-language-in-chinese/blob/gh-pages/source/chapter1/03_revision_history.md) | Book | en-cn | Translation |## Cooperation
Contact welcome for translation, here is my email:
- [hi[at]changkun.us](mailto:hi[at]changkun.us)
## License
CC-BY-NC-ND-4.0 © [Changkun Ou](https://changkun.us)