labmlai / annotated_deep_learning_paper_implementations

🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

Home Page:https://nn.labml.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chinese Translation

pengchzn opened this issue · comments

I noticed that the Chinese translation appears to be machine-generated. Do you have any plans to officially translate this excellent project? If needed, I am willing to take on the responsibility for the Chinese translation!

Yeah it's machine generated. We cannot translate because we don't know Chinese unfortunately. It's something that'll be quite useful since most of the readers are Chinese speaking.

The translations are in the folder https://github.com/labmlai/annotated_deep_learning_paper_implementations/tree/master/translate_cache

These are then used to generate the HTML

Got it. So I just need to modify the translations in the translate_cache folder, right? Also, when submitting a PR, should I do it chapter by chapter or wait until the entire translation is finished and submit it all at once?

I am very grateful for the effort everyone has put into this project. It has given me a thorough understanding of neural networks. I hope to contribute to making it better.

Lets do PRs and merge them as you translate. It'll be a lot faster and you'll be able to see how the translations appear on nn.labml.ai. May be others will also join you to help.

Lets first do on one of the simplest files and test.