Coding Activities by Bhargav Venkat

Apply the binary class algorithm to the given dataset

Write a program to check whether the dataset can be used as binary classification and its algorithm.

Logistic Regression analysis

Write a program to create a logistic regression model and predict the values.

Logistic Regression analysis

Write a program to check whether the dataset is binary or multi-class classification and use logistic regression to analyse it.

Maximum Margin separating hyperlink.

Write a program to create a margin between the data points to separate.

Identify the dataset for the classification.

Write a program to check whether the dataset can be used as binary classification or multi-class classification.

Multiple linear regression

Write a program to understand the example of multiple linear regression of petrol consumption data.

Gradient Descent function

Write a program to understand the example of a simple gradient descent function.

Regression analysis

Write a program to understand the example of a simple regression code for the dataset of points available

Regression analysis

Write a program to understand the example of a simple regression code for the dataset of points available

The Output Classifier

Write a program to export datasets from sklearn and perform classification on it.

Data preprocessing

A simple titanic dataset is given to you; follow the steps accordingly, from uploading the data to processing it.

DSCM16L1