Aim: Learn the basics of NumPy arrays and pandas DataFrames for data manipulation.
Aim: Analyze and visualize datasets to understand data distribution and patterns.
Aim: Apply techniques like normalization, encoding, and handling missing values.
Aim: Implement and understand simple and multiple linear regression models.
Aim: Learn binary classification using logistic regression.
Aim: Compare decision tree and random forest models.
Aim: Classify data using SVM and understand hyperplanes.
Aim: Apply unsupervised learning to cluster data using k-means.
Aim: Reduce dimensionality of datasets using Principal Component Analysis.
Aim: Implement convolutional neural networks for image classification tasks.
Aim: Understand model evaluation using accuracy, precision, recall, and F1-score.
Aim: Tune model parameters using grid search techniques.