Lab Experiments:Introduction of Python and Linear algebra:
Task:
· understanding of variables, functions and constant in python
· Loop structures and if else structure
· write & execute Python programs using Interactive mode and script mode
· Usage of Array, List, tuples, and dictionary.
· Matrix operations (Addition, Multiplication, Transpose)
Understanding Data:
Task:
· Pandas Data structure Series and Dataframe
· Analysis of Dataframe
· Loading of CSV file
· Indexing and Labeling
· Basic operations with files
· Some Pre defined functions(head(),tail(), info(), eye() and Many More)
Dataset Used: titanic.csv dataset
Data Preprocessing and Correlation Matrix:
Task:
· Handling the missing values
· Manipulation of Rows/attributes
· Adding and Deleting columns
· Standardization and Normalization
· find correlation among attributes
· Visualization Techniques (Matplotlib Library)
Dataset Used: pima-indians-diabetes.data.csv
Data Visualization:
Task:
· Line chart
· Bar chart
· histogram
· pie chart
· Scatter chart
Dataset Used: Company_Sales_Data.csv
Logistic Regression, KNN, Linear Regression:
Lab:
· Perform EDA
· Apply the algorithm on dataset
Dataset Used: Diabetes.csv (classification), USA_Housing_price.csv
Decision Trees, Random Support Vector Machine & Naïve Bayes:
· Apply different algorithms on dataset.
· Compare all the result using plot
Dataset: breast_cancer_data.csv
Clustering (K means clustering and DBscan):
· Apply different algorithms on dataset.
· Compare all the result using plot
Dataset: driver_data.csv