hands-on-ml-zh
:book: [译] Sklearn 与 TensorFlow 机器学习实用指南【版权问题,网站已下线!!】
This repository is a Chinese translation of the book "Hands-On Machine Learning with Scikit-Learn and TensorFlow," second edition, produced by the ApacheCN open-source community. The original book is a widely used guide to machine learning in Python, covering tools like Scikit-Learn for classical machine learning and TensorFlow for deep learning.
The translation was published as a website and as a readable online document. However, the repository description notes that the site has been taken offline due to copyright concerns. The project was distributed under a Creative Commons Attribution-NonCommercial-ShareAlike license.
For those who want to build or run the content locally, the README (written in Chinese) provides instructions for three delivery methods. You can build it with gitbook, a tool that converts structured text files into a readable website or ebook formats including PDF, EPUB, and MOBI. Alternatively, you can run a local web server using either a Docker container or a Python package installable via pip, both of which serve the content at a local port in your browser.
The README is short and written in Chinese, mostly focused on setup commands rather than describing the content of the book itself. The repository represents a community-driven localization effort aimed at making widely used English technical books accessible to Chinese-speaking learners, which is a common practice in the ApacheCN community across many programming topics. Because the hosted site is offline and the project raises copyright questions about the translated material, its current practical use is limited. Related resources from the same ApacheCN group, including a Chinese translation of another Python data analysis book, are also linked.