This is my repository for the course Introduction to Data Science and AI at at Chalmers University of Technology.
Conducting an exploratory analysis on how life expectancy relates to GDP-per-capita (link).
Basic exploration of linear regression and classification (kNN) (link).
Exploring K-means clustering and DBSCAN (link).
In this project we built different naive Bayes classifiers for the task of classifying e-mails as either spam or "ham" (i.e not spam) (link).
In this project we explored building and training convolutional neural networks using TensorFlow and the MNIST digits dataset link.