Assignment and lab codes of Machine Learning taught at IIIT-A. Name of Faculty :- Prof. Shekhar Verma , IIIT Allahabad
Implement the following
-
Distance and norm a. Norms L1, L2, ... , Lp, . . , Lp q b. Mahalanobis distance c. Bhattacharya distance
-
Implementation of Techniques a. k nearest neighbor algorithm b. Perceptron algorithm c. Kernel Perceptron algorithm d. SVM (hard margin and soft margin) e. Kernel SVM (hard margin and soft margin) Note:
-
Generation of data a. Generate data using Gaussian distribution using i. mean=1 and Variance = 5; mean=4 and Variance = 5) ii. mean=1 and Variance = 5; mean=4 and Variance = 10)
-
Use mini batch
-
Use SGD
-
Use different kernels with different parameters