Skip to content

sopatz/AI_programming_homework

Repository files navigation

AI Programming Showcase using Python

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"

About

The programming assignment for AI course at Kent State University in the Fall 2025 semester.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages