You are on page 1of 1

Final Lab Experiment List: Machine Learning

1. Find and analyse mean, median and mode of the given data.
2. Understand structure of data using various visualisation methods like
scatter plot, histogram and boxplot.
3. Draw the ROC curve and define AUC for a given dataset.
4. Implement multiple linear regression and find out which factors
significantly affect the miles per gallon (MPG) in the Auto MPG
dataset.
5. Implement Bootstrapping sampling technique on the given dataset.
6. Calculate accuracy, precision, recall, and F1-score for the random
dataset.
7. Implement KNN algorithm on Iris dataset and evaluate its
performance.
8. Implement Decision tree and Random Forest on Iris dataset and
evaluate their performance.
9. Implement Dropout and Batch Normalization in a feedforward
neural network on CIFAR-10 using TensorFlow/Keras.
10. Implement Feed Forward Neural Network on MNIST dataset for
digit classification.

You might also like