This is the small, easy AI project that was made in UTS Introduction to Artificial Intelligence(41040) class (2024-2). We have a copyright for these so do not copy and paste this code.
Solving a binry classification problem of Titanic passenger survival using SVM
Titanic.csv form openml(source: https://www.openml.org/search?type=data&status=active&id=40945&sort=runs)
- Make a dataset by loading Titanic Dataset and preprocess the dataset
- Form the training and test dataset
- Visualize the dataset with graphs
- Chosse the best algorithm and parameters(We chose SVM)
- Train the dataset with SVM
- Test the dataset and evaluate the model
- Pandas
- sklearn -> SVM, KNN, Decision Tree for finding the best one
- matplotlib.pyplot