Tasks :
-
Build a simple Tic-Toc-Toe game using MinMax algorithm. https://github.com/waqil52/Tic-Tac-Toe-Minmax
-
Calculate air quality index using Linear regression. https://github.com/waqil52/AI-Assignment/blob/master/Air_Quality_Prediction/AirQualityPredictionLinearRegression.ipynb
-
Estimate house rent using Linear regression. https://github.com/waqil52/AI-Assignment/blob/master/House_Rent_Prediction/HouseRentPredictionLinearRegression.ipynb
-
Implement Task 2 and Task 3 using Neural Network technics
- Build a simple Text suggesting system using Naive Bayes. https://github.com/waqil52/AI-Assignment/blob/master/Text%20Suggestion%20Using%20Naive%20Bayes/TestSuggestionNaiveBayes.ipynb