Artificial Intelligence

Artificial Intelligence Sudoku Solver

Design and implement simple search, Genetic Algorithm, Simulated Annealing to solve Sudoku table using C#.

Machine Learing SMS text classifier

Implement supervised text classifier to detect mobile spam text messages, deploy Decision Tree and KNN models, Naive Bayes using N-Grams feature generator, TF-IDF as feature weighting method and F1-Score for accuracy evaluation with python and scikit-learn