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

Lp-Iii Be Lab Manual Final1

This document is a laboratory manual for the subject Laboratory Practice III for the academic year 2023-2024. It contains instructions for various experiments related to design and analysis of algorithms, machine learning, and blockchain technology. The experiments will be conducted in groups and include tasks like implementing algorithms, building predictive models, and writing smart contracts. Students are required to complete the experiments and have their work certified by professors.

Uploaded by

satish.asane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views

Lp-Iii Be Lab Manual Final1

This document is a laboratory manual for the subject Laboratory Practice III for the academic year 2023-2024. It contains instructions for various experiments related to design and analysis of algorithms, machine learning, and blockchain technology. The experiments will be conducted in groups and include tasks like implementing algorithms, building predictive models, and writing smart contracts. Students are required to complete the experiments and have their work certified by professors.

Uploaded by

satish.asane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

DEPARTMENT OF COMPUTER ENGINEERING

Academic Year: 2023-24


Semesters -I
LABORATORY MANUAL

Class: BE

Subject: LP-III (2019 Course) [410246]

Subject In charge: Prof. Aishwarya R. Teke [DAA]


Subject In charge: Prof. Anjali M. Dalvi [ML]
Subject In charge: Prof. Satish S. Asane [BCT]

SRTTC FOE LABORATORY PRACTICE III


SRTCT’S
SUMAN RAMESH TULSIANI TECHNICAL CAMPUS – FACULTY OF
ENGINEERING, KHAMSHET
An ISO 9001:2015 Certified Institute
NAAC Accredited Institute

DEPARTMENT OF COMPUTER ENGINEERING

Academic Year: 2023-24

CERTIFICATE
This is to certify that Mr. /Miss. _________________________________________
of Class B.E. Computer Roll No./Seat No._______________________________ has
satisfactory completed practical of the subject “Laboratory Practice III Lab” for 8th
semester of Academic Year 2023–24.

Date:

Prof.A.M.Dalvi Prof.S.S.Asane Prof. A. M. Dalvi Prof. (Dr.) J. B. Sankpal


Subject Teacher Subject Teacher Head of Department Principal

SRTTC FOE LABORATORY PRACTICE III


SRTCT’S
SUMAN RAMESH TULSIANI TECHNICAL CAMPUS – FACULTY OF
ENGINEERING, KHAMSHET
An ISO 9001:2015 Certified Institute
NAAC Accredited Institute
DEPARTMENT OF COMPUTER ENGINEERING

INDEX
Department of Computer Engineering Class: B.E.
S.R. Date of Date of Page
Name of the Experiment Sign Remarks
No. Conduction Checking No.
DESIGN AND ANALYSIS OF ALGORITHMS ASSIGNMENT (410241) –GROUP-A
1 Write a program non-recursive and
recursive program to calculate
Fibonacci numbers and analyze their
time and space complexity.
2 Write a program to implement Huffman
Encoding using a greedy strategy.
3 Write a program to solve a fractional
Knapsack problem using a greedy
method.
4 Write a program to solve a 0-1
Knapsack problem using dynamic
programming or branch and bound
strategy.
5 Design n-Queens matrix having first
Queen placed. Use backtracking to
place remaining Queens to generate the
final n-queen’s matrix.
6 MINI PROJECT 1
MACHINE LEARNING ASSIGNMENG (410241) –GROUP-B
7 Predict the price of the Uber ride from a
given pickup point to the
agreed drop-off location. Perform
following tasks:
1. Pre-process the dataset.
2. Identify outliers.
3. Check the correlation.
4. Implement linear regression and
random forest regression models.
5. Evaluate the models and compare
their respective scores like R2, RMSE,
etc.
8 Classify the email using the binary
classification method. Email Spam
detection has two states:
a) Normal State – Not Spam,
b) Abnormal State – Spam.
Use K-Nearest Neighbors and Support
Vector Machine for classification.
Analyze their performance.
9 Given a bank customer, build a neural
network-based classifier
that can determine whether they will
leave or not in the next 6 months
10 Implement K-Nearest Neighbors
algorithm on diabetes.csv dataset.
Compute confusion matrix, accuracy,
error rate, precision and recall on the
given dataset.
11 Implement K-Means clustering/
hierarchical clustering on
sales_data_sample.csv dataset.
Determine the number of clusters using
the elbow method.
12 MINI PROJECT 2
BLOCKCHAIN TECHNOLOGY ASSIGNMENT (410243) –GROUP-C
13 Installation of MetaMask and study
spending Ether per transaction
14 Create your own wallet using Metamask
for crypto transactions
15 Write a smart contract on a test
network, for Bank account of a
customer for following operations:
1 Deposit money
2 Withdraw Money
3 Show balance
16 Write a survey report on types of
Blockchains and its real time use cases.
17 Write a program to create a Business
Network using Hyperledger.

SRTTC FOE LABORATORY PRACTICE III

You might also like