aybidi - Overview
Popular repositories Loading
-
Generate spaced-repetition flashcards from Claude Code sessions. Retain what you learn while pairing with AI.
Python 2
-
A Machine Learning assignment that predicts the house price using the data from 47 houses in Portland, Oregon. It uses the Linear Regression Algorithm. Data of the houses is contained in housing.txt.
Python 1
-
A Machine Learning Project that aims to classify handwritten digits from 0 to 9. Support Vector Machine Algorithm is used to solve this challenge. The training set (mnist_train.txt) contains 2000 d…
Python 1
-
Another attempt at classifying handwritten digits (5000 this time), but this time using Neural Networks. It gave me percentage error a lot less than what I got using Support Vector Machines. To mak…
Python