0% found this document useful (0 votes)
2 views

Program List

dxv

Uploaded by

Murali Vijay
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Program List

dxv

Uploaded by

Murali Vijay
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

WT

1.create any three layouts (fixed,fluid and responisve)

2.create a html bootstrap website that has information about national emblem of India.(includes navbar)

3.create a sample css file to show different sector models.(linkingvof css)

4.modift any html website using an external css file(using selectors).

5.create your own website for electric or petrol vehicles.

6.Create a Django server which displays a random messages when you run server

7. Apply the steps to install django and update python using cmd.

8.Create a django server with your own custom project name and a custom app name.Run the app with
the message displayed as running app.

9.Create a login form in django that accepts username and email.Make sure that the form has validation
and error exceptions .

10.Write a custom project in django to handle static files.Name of these static file project should be
static1 and app name should be mystatic.

11.Create a custom cookie and display it while retrieving it from django.It can be any message or url
redirection as per your choice.

12. Create an interactive map using d3js script , where you have a circle and when
you double click it , it zooms
13. Using django and ajax together create a sign up form with username and
password which shows an error prompt(this kind of looks like a repetition)

14. Create a form using HTML which takes in details for the college festival of students from different
departments for the sports events only.

Use necessary Bootstrap elements to modify it as per your reference

15. Create a responsive form using HTML and CSS only.

ML programs given for assignments


1.write a program to implement logistic regression using sk learn.

2.write a python program to implement logistic regression without sk learn

3.write a program in python to implement any ML algorithm but integrating it with a cost function

4.Write a python program to implement forward tracking in a neural network.

5.Backward tracking

6.use any ml algorithm implemented in class to visualize binary or multiclass


classification

7.Python program to show how training data is manipulated and changed based on the output of the ml
model.

8.using python implement polynomial regression.

9.Linear regression

10.Gradient decent

11. Create a program in python to evaluating a hypothesis and validate it using test
sets

12. Python program to implement underfitting model

13. Python program to implement overfitting model

14. Python program to implement regularization

You might also like