Project information

  • Category: C++, Machine Learning, Recursion, BSTs, Iterators, and OOP
  • Class: Programming and Introductory Data Structures
  • Project date: Winter, 2022/2023
  • Project URL: Click Here

Project Details

In this project I created an algorithm that uses machine learning to accurately sort paragraphs to specific topics. This is done using a series of recursive methods on binary search trees. To use the software you must train it on a series of paragraphs with its topic, the more you train it the more accurate it is, then it should accurately sort a topic if you've trained the program on your topic!