Index
Sr. No. |
Date |
Program List |
Sign |
1 |
|
|
|
2 |
|
|
|
Basics of ML
- Write a ml code for classification of iris Dataset
- Import the required libraries.
- Read the file data.
- Perform Exploratory Data Analysis(EDA).
- info()
- shape()- no. of features & records in a dataset.(scalability of a dataset)
- unique()- List of unique values in a specific column.
- describe()- to make sure if there is an outlier or not looking at min, max, mean, average.
- Split the data into train-test data
- Scaling
- Model building
- Checking model accuracy
- Validating the model
Session 2- 31/7/25
- Single Layer Perceptron
- Keras Library