Ensemble learning is a process used in deep learning wherein multiple models, or experts or classifiers, are combined in an ensemble to improve forecasting results. Each individual model in the ensemble, once trained, produces a…
Category: Artificial Intelligence
DataTables: A C++ Tabular Data Structure Project
This project’s GitHub can be found here. Quick-Nav: Implementation, Installation, Examples, Future Work For statistical programming languages or languages with good statistics processing libraries, the DataFrame is an essential structure. Most features of these languages…
Read more of DataTables: A C++ Tabular Data Structure Project
Screen Capturing and Streaming With Python
Recently I’ve been considering developing an artificial intelligence to play some of the games in my steam library. Most games, unlike StarCraft 2, lack an API for developers to hook into the game to observe…