The programming homework for the AI class at Kent State University for the Fall 2025 semester.
How to run each of the four programs in the terminal:
HMM:
python hmm.py
Neural Network:
python neural_net.py
K-means Clustering:
python kmeans_cluster.py
Linear Regression:
python lin_reg.py
To change any of the data used, modify the corresponding text files:
- HMM: "hmm_hw_input.txt"
- (All input data for Neural Network is performed in the terminal)
- K-means Clustering: "more_points.csv"
- Linear Regression: "points.csv"