Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 394 Bytes

Dota 2 Hero Recommender

A neural net based Dota 2 hero recommender powered by Tensorflow.

Features

  • Live data mining.
  • Asynchronous Batch Gradient Descent trainer.

TODO

  • Cache trained model at each optimization/epoch for reusability across programs.
  • Implement data collection for performance analysis.
  • Refactor code to allow more generalizations of the model.
  • Documentation.