Skip to content

Some awesome AI related books and pdfs for learning and downloading, also apply some playground models for learning

License

Notifications You must be signed in to change notification settings

zslucky/awesome-AI-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Awesome AI books

Some awesome AI related books and pdfs for download and learning.

Preface

This repo only used for learning, do not use in business, and welcome for providing great books in this repo, if you have great books for sharing, please create PR for me, if any books have new edition, also welcome to update it.

Due to github Large file storage limition issue, all books pdf stored in gitlab repo, please also create PR using git-lfs for gitlab repo

Organization with papers/researchs

Training ground

  • OpenAI Gym: A toolkit for developing and comparing reinforcement learning algorithms. (Can play with Atari, Box2d, MuJoCo etc...)
  • DeepMind Pysc2: StarCraft II Learning Environment.
  • Valve Dota2: Dota2 game acessing api. (CN doc)
  • Google Dopamine: Dopamine is a research framework for fast prototyping of reinforcement learning algorithms

Books

Data mining

Mathematics

Machine Learning

Deep Learning

Libs With Online Books

  • Machine Learning
    • Xgboost - Xgboost lib's document.
    • LightGBM - Microsoft lightGBM lib's features document.
    • CatBoost - Yandex Catboost lib's key algorithm pdf papper.
    • StackNet - Some model stacking algorithms implemented in this lib.
    • RGF - Learning Nonlinear Functions Using Regularized Greedy Forest (multi-core implementation FastRGF)
    • FM, FastFM, FFM - Factorization Machines and some extended algorithms
  • Auto ML
    • TPOT - TPOT is a lib for AutoML.