Personal ML projects - mostly to do with image analysis
https://www.datacamp.com/community/tutorials/svm-classification-scikit-learn-python
https://towardsdatascience.com/step-by-step-r-cnn-implementation-from-scratch-in-python-e97101ccde55
Data: https://github.com/1297rohit/RCNN
Some background: https://www.analyticsvidhya.com/blog/2021/05/convolutional-neural-networks-cnn/
(16G RAM required to run.)
This example illustrates the effect of the parameters gamma and C of the Radial Basis Function (RBF) kernel SVM.
https://machinelearningmastery.com/perceptron-algorithm-for-classification-in-python/
An example of a binary classification task.