Latest Articles

Ethical AI: Artificial Consciousness

Harrison Chachko

- Aug. 31 2021

The concept of artificial consciousness could be best described as being abstract, frankly due to the fact that it has not been practically achieved yet. I previously touched upon the subject within my Blade Runner article, and it’s certainly one of the most integrating concepts within the artificial intelligence industry, due to the sheer amount of possibilities it can introduce.


Machine Learning Basics: Clustering Algorithms

Matthew Viafora

- Aug. 31 2021

By the end of this article, you will be able to understand the fundementals of clustering algorithms. Be sure to stay tuned for the follow-up implementation of the K-means clustering algorithm!


Machine Learning Basics: Decision Tree Algorithms

Harrison Chachko

- Aug. 15 2021

Machine learning consists of various core concepts and fundamentals, with the development of many algorithms being completely necessary to categorize data or predict various outcomes. One category of algorithms that is most commonly used are decision tree algorithms, which are utilized to construct various types of trees to filter data through.