Contains c# programs for Hidden Markov Models, Neural Networks, K-Means Clustering, and Linear Regression Analysis.
To Run
- Unzip Executable Version.7z
- Run the AI Assignment.exe
To Edit
- Install Visual Studios with the .NET desktop development workload
- In visual Studios, open AL Assigment.sln
Feel free to modify the .xml files. The programs don't do input validation so make sure everything is inputted correctly. The Neural Network uses randomly generated input and output, so the program doesn't accomplish anything useful and actual outputs tend to zero out. The other tree algorithms work perfectly.