GithubHelp home page GithubHelp logo

dm-trans's Introduction

《数据挖掘》教材翻译

欢迎来到《数据挖掘》教材翻译的repo.

《Data Mining》一书由Charu C.Aggarwal所著,出版于2015年4月14日,目前没有引进**,亚马逊原版教材售价约为350元(会员价,非会员1000+)。豆瓣无评分,亚马逊评分4星(5星满分),从CSDN社区一些讨论情况来看,普遍认为本书质量较高。故我们选取本书进行翻译,旨在帮助更多**学习者阅读优秀教材。

全书共有20章,743页,内容详细,逻辑严谨,其中包含大量图表与公式。

本repo是由NUDT的现代模式识别课程的学生,在课程作业之余的顺手而为。分工方案见前期准备

How to build?

本文档目前采用 mkdocs 部署在 https://dm-trans.github.io/DM-trans/。当然也可以部署在本地,具体方式如下:

安装依赖

# mkdocs
pip install mkdocs
# extensions
pip install pymdown-extensions
# theme
pip install mkdocs-material

本地部署

# generate static file in site/
mkdocs build
# deploy at http://127.0.0.1:8000
mkdocs serve

mkdocs 本地部署的网站是动态更新的,即当你修改并保存 md 文件后,刷新页面就能随之动态更新。

欢迎大家帮助我们完善!

dm-trans's People

Contributors

generalli95 avatar xuyingxiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.