Labs Sem II
Labs Sem II
L T P C
I Year - II Semester
0 0 4 2
Machine Learning with Python Lab
Course Objectives:
This course will enable students to
To learn and understand different Data sets in implementing the machine learning algorithms.
Implement the machine learning concepts and algorithms in any suitable
language of choice.
Experiment-1:
Exercises to solve the real-world problems using the following machine learning methods:
a) Linear Regression
b) Logistic Regression.
Experiment-2:
Write a program to Implement Support Vector Machines.
Experiment-3:
Exploratory Data Analysis for Classification using Pandas and Matplotlib.
Experiment-4:
Implement a program for Bias, Variance, and Cross Validation.
Experiment-5:
Write a program to simulate a perception network for pattern classification and function approximation.
Experiment-6:
Write a program to demonstrate the working of the decision tree based ID3 algorithm. Use an appropriate
data set for building the decision tree and apply this knowledge to classify a new sample.
Experiment-7:
Build an Artificial Neural Network by implementing the Back propagation algorithm and test the same
using appropriate data sets.
Experiment-8:
Write a program to implement the naïve Bayesian classifier for Iris data set. Compute the accuracy of the
classifier, considering few test data sets.
Experiment-9:
Assuming a set of documents that need to be classified, use the naïve Bayesian Classifier model to
perform this task. Built-in Java classes/API can be used to write the program. Calculate the accuracy,
precision, and recall for your data set.
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY: KAKINADA
KAKINADA – 533 003, Andhra Pradesh, India
Experiment-10:
Apply EM algorithm to cluster a Heart Disease Data Set. Use the same data set for clustering using k-
Means algorithm. Compare the results of these two algorithms and comment on the quality of clustering.
You can add Java/Python ML library classes/API in the program.
Experiment-11:
Write a program to implement k-Nearest Neighbor algorithm to classify the iris data set. Print both
correct and wrong predictions.
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY: KAKINADA
KAKINADA – 533 003, Andhra Pradesh, India
L T P C
I Year - II Semester
0 0 4 2
MEAN Stack Technologies Lab
Course Objectives:
From the course the student will
Learn the core concepts of both the frontend and backend programming course.
Get familiar with the latest web development technologies.
Learn all about SQL and Mongo databases.
Learn complete web development process.
Experiment-1:
Develop static pages (using only HTML) of an online Book store. The pages should resemble:
www.amazon.com. The website should consist of the following pages. Home page
Registration and user Login
User profile page
Books catalog
Shopping cart
Payment by credit card Order Conformation
Experiment-2:
Write an HTML page including any required JavaScript that takes a number from text field in the range of
0 to 999 and shows it in words. It should not accept four and above digits, alphabets and special
characters.
Experiment-3:
Develop and demonstrate JavaScript with POP-UP boxes and functions for the following problems:
a) Input: Click on Display Date button using on click ( ) function Output: Display date in the textbox
b) Input: A number n obtained using prompt Output: Factorial of n number using alert
c) Input: A number n obtained using prompt Output: A multiplication table of numbers from 1 to 10 of n
using alert
d) Input: A number n obtained using prompt and add another number using confirm Output: Sum of the
entire n numbers using alert
Experiment-4:
Create a simple visual bean with a area filled with a color. The shape of the area depends on the property
shape. If it is set to true then the shape of the area is Square and it is Circle, if it is false. The color of the
area should be changed dynamically for every mouse click.
Experiment-5:
Create an XML document that contains 10 users information. Write a Java Program, which takes User Id
as input and returns the user details by taking the user information from XML document using DOM
parser or SAX parser.
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY: KAKINADA
KAKINADA – 533 003, Andhra Pradesh, India
Experiment-6:
Develop and demonstrate PHP Script for the following problems:
a) Write a PHP Script to find out the Sum of the Individual Digits.
b) Write a PHP Script to check whether the given number is Palindrome or not
Experiment-7:
Implement the following in CSS
a) Implementation of ‘get’ and ‘post’ methods.
b) Implementation in colors, boarder padding.
c) Implementation button frames tables, navigation bars.
Experiment-8:
Implement the web applications with Database using
a) PHP,
b) Servlets and
c) JSP.
Experiment-9:
Write a program to design a simple calculator using
a) JavaScript
b) PHP
c) Servlet and
d) JSP.
Experiment-10:
Create registration and login forms with validations using Jscript query.
Experiment-11:
Jscript to retrieve student information from student database using database connectivity.
Experiment-12:
Implement the following in React JS
a) Using React Js creating constructs data elements.
b) Using React Js implementations DoM.
Experiment-13:
Implement the following in Angular JS
a) Angular Js data binding.
b) Angular JS directives and Events.
c) Using angular Js fetching data from MySQL.
Experiment-14:
Develop and demonstrate Invoking data using Jscript from Mongo DB.
Experiment-15:
Create an Online fee payment form using JSCript and MangoDB.