106 | 106 | Used SVM to find features to input to the LLM. Using said features, we created a prompt that would allow the LLM to understand and categorize the raw data in the .txt files. Then, we compared the results of LLM vs SVM, achieving an accuracy of ~98% vs ~94%, respectively. This is probably due to the inherit nature of how LLMs and SVMs work, as SVMs are more black and white, categorizing based on only the data inputted as training, while LLM is blurs the lines, allowing for a more free interpretation of the small variations in the same dataset, allowing it to interpret the variations in the same movement correctly, unlike the SVM. |