You are on page 1of 24

‭2‬

‭Table Of Content‬
‭S. No.‬ ‭Experiment‬ ‭Pg No.‬ ‭Sign‬
‭1‬ ‭ rogram to implement linear‬
P ‭3‬
‭regression‬

‭2‬ ‭ rogram to implement logistic‬


P ‭5‬
‭regression‬

‭3‬ ‭ rogram to implement k means‬


P ‭8‬
‭algorithm‬

‭4‬ ‭ rogram to implement k nearest‬


P ‭9‬
‭neighbour algorithm‬

‭5‬ ‭Program to implement PCA‬ ‭12‬

‭6‬ ‭ rogram to implement Q Learning‬


P ‭16‬
‭Maze‬

‭7‬ ‭ rogram to implement multilayer‬


P ‭18‬
‭perceptron with back propagation‬

‭8‬ ‭Program to implement decision tree‬ ‭20‬

‭9‬ ‭ rogram to implement Naive‬


P
‭Bayes Classifier‬
‭10‬ ‭ rogram to implement‬
P
‭Ensemble Menthods‬
‭3‬

‭Lab 1: Program to implement Linear Regression‬


‭4‬
‭5‬

‭Lab 2: Program to implement logistic regression‬


‭6‬
‭7‬
‭8‬

‭Lab 3: Program to implement k means algorithm‬


‭9‬

‭ ab 4: Program to implement k nearest neighbour‬


L
‭algorithm‬
‭10‬
‭11‬
‭12‬

‭Lab 5: Program to implement PCA‬


‭13‬
‭14‬
‭15‬
‭16‬

‭Lab 6: Program to implement Q Learning Maze‬


‭17‬
‭18‬

‭ ab 7: Program to implement multilayer perceptron‬


L
‭with back propagation‬
‭19‬
‭20‬

‭Lab 8: Program to implement decision tree‬


‭21‬
‭22‬

‭Lab 9: Program to implement Naive Bayes Classifier‬


‭23‬
‭24‬

‭Lab10: Program to implement ensemble method‬


‭25‬

You might also like