Skip to content

Anthony Morast

Software Engineer, Mathematician, Computer Scientist, Parent, and Life-long Amateur

  • Blog Home
  • Resume Home
  • Topic
    • Finance
    • Mathematics
    • Science
    • Industrial/Professional
    • Artificial Intelligence
  • Language
    • C++
    • Python
    • R
    • Java
    • JavaScript

Category: Artificial Intelligence

Building Machine Learning Ensembles in Python

Posted in Artificial Intelligence, Python By amorast

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…

Read more of Building Machine Learning Ensembles in Python →

Updated on February 12, 2021

DataTables: A C++ Tabular Data Structure Project

Posted in Artificial Intelligence, C++, Industrial/Professional By amorast

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 →

Updated on August 26, 2020

Screen Capturing and Streaming With Python

Posted in Artificial Intelligence, Industrial/Professional, Python By amorast

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…

Read more of Screen Capturing and Streaming With Python →

Updated on May 17, 2020May 28, 2020
  • Industrial/Professional
  • Science
  • Mathematics
  • Artificial Intelligence
© Copyright Anthony Morast. All rights reserved.