/ml-study

知识体系整理

Primary LanguageHTML

ml-study

实践平台

  • 数据仓库平台(基础层):采集/清洗/维度/建模/查询/用户画像/标签系统/自然语言
  • 数据分析平台(业务线):定制报表/自助提数/样本特征/分析报告
  • 机器学习平台(产品线):特征工程/训练/评估/部署/AB实验/微软Azure ML Studio/阿里PAI
  • 深度学习平台(研究线):特征工程/GpuCluster/ParameterServer/ModelServer...
  • 数据分析:网站分析、应用分析、游戏分析、广告分析、传播分析、心流算法、指标说明
  • 大规模部署与管理:Docker,Kubenetes,Kubeflow,Horovod

技能体系

支撑体系

编程语言

Jvm

Native

Other

公开课

优秀论文库

竞赛

推荐书单

标准算法

优质资源

算法选择与知识体系

ml_map ml_job

常用工具

开发工具

  • IntelliJ IDEA
  • JetBrains CLion
  • JetBrains PyCharm
  • Visual Studio Code
  • Xmanager Enterprise 4
  • Axure RP 8

数据分析

数据库工具

  • NoSQL Manager for MongoDB
  • Navicat Premium 12
  • JetBrains DataGrip
  • Sqldeveloper
  • SqlDbx

版本控制

  • SourceTree
  • TortoiseGit
  • TortoiseSVN
  • Git
  • Gogs
  • Gitlab

其他工具

  • 7z
  • Wps
  • VLC media player
  • VMware Workstation Pro
  • Foxmail
  • MarkdownPad 2
  • Postman
  • Notepad++
  • 网易有道词典
  • 亿图图示专家
  • Google Chrome
  • Chrome Extensions Markdown Preview Plus
  • LaTex:http://www.ctex.org

游戏相关

政策法规

其他随记

其他知识

OpenCL:并行编程,https://www.khronos.org/opencl
OpenGL:三维图形
OpenAL:计算机音频
OpenCV:视频图像
C++AMP:

Google

  1. 一切以用户为中心,其他一切纷至沓来. Focus on the user and all else will follow.
  2. 把一件事做到极致. It's best to do one thing really, really well.
  3. 快比慢好. Fast is better than slow.
  4. 网络社会需要**. Democracy on the web works.
  5. 您不一定要在桌子前找答案. You don't need to be at your desk to need an answer.
  6. 不做坏事也能赚钱. You can make money without doing evil.
  7. 未知的信息总是存在的. There's always more information out there.
  8. 对信息的需求无所不在. The need for information crosses all borders.
  9. 不穿西装也可以严肃认真. You can be serious without a suit.
  10. 仅有优秀是远远不够的. Great just isn't good enough.
  11. 好产品满足人性七宗罪:饕餮、贪婪、懒惰、淫欲、傲慢、嫉妒、暴怒.

git commit

git config --global user.name smartbooks
git config --global user.email smartbooks@qq.com
git remote set-url origin https://smartbooks@github.com/smartbooks/ml-study.git
git push origin [branch]

git tag
git tag -a v0.1 -m 'create message'
git push origin v0.1
git push origin --tags