This repo has some machine learning and deep learning algorithms' implementations. Tasks are given by Assoc.Prof. Umut Orhan
Task-1 has an classification implementation of KNN and K-Means algorithms with using sklearn. The data link.
Task-2 has an implementation of c4.5 and [id3])(https://github.com/svaante/decision-tree-id3/) decision trees The data link
Task-3 has Naive Bayes and Linear Regression to classify a dataset with using sklearn. The data link.
Task-4 has an basic classification implementation with using ANFIS(Adaptive Neuro Inference System) The data link.