0% found this document useful (0 votes)
5 views4 pages

Deep Learning Projects and Implementations

The document outlines various machine learning and parallel computing tasks, including implementing linear regression for Boston housing prices, classification using deep neural networks, and designing convolutional and recurrent neural networks for specific datasets. It also includes tasks for parallel programming using CUDA and OpenMP, focusing on performance measurement of sequential and parallel algorithms for sorting, search, and reduction operations. Each task specifies the dataset or algorithm to be used, emphasizing practical applications in data science and parallel computing.

Uploaded by

Mayuri kolhe
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)
5 views4 pages

Deep Learning Projects and Implementations

The document outlines various machine learning and parallel computing tasks, including implementing linear regression for Boston housing prices, classification using deep neural networks, and designing convolutional and recurrent neural networks for specific datasets. It also includes tasks for parallel programming using CUDA and OpenMP, focusing on performance measurement of sequential and parallel algorithms for sorting, search, and reduction operations. Each task specifies the dataset or algorithm to be used, emphasizing practical applications in data science and parallel computing.

Uploaded by

Mayuri kolhe
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

1)Linear regression by using Deep Neural network: Implement Boston housing price

prediction problem by Linear regression using Deep Neural network. Use Boston House
price prediction dataset.

2) Classification using Deep neural network (Any One from the following)
1. Multiclass classification using Deep Neural Networks: Example: Use the OCR letter
recognition dataset [Link]
2. Binary classification using Deep Neural Networks Example: Classify movie reviews into
positive" reviews and "negative" reviews, just based on the text c ontent of the reviews. Use
IMDB dataset

3) Convolutional neural network (CNN) (Any One from the following)


• Use any dataset of plant disease and design a plant disease detection system using
CNN.
• Use MNIST Fashion Dataset and create a classifier to classify fashion clothing into
categories

4) Recurrent neural network (RNN) Use the Google stock prices dataset and design a time
series analysis and prediction system using RNN.

5) Linear regression by using Deep Neural network: Implement Boston housing price
prediction problem by Linear regression using Deep Neural network. Use Boston House
price prediction dataset.
6) Classification using Deep neural network (Any One from the following)
1. Multiclass classification using Deep Neural Networks: Example: Use the OCR letter
recognition dataset [Link]
2. Binary classification using Deep Neural Networks Example: Classify movie reviews into
positive" reviews and "negative" reviews, just based on the text c ontent of the reviews. Use
IMDB dataset

7) Convolutional neural network (CNN) (Any One from the following)


• Use any dataset of plant disease and design a plant disease detection system using
CNN.
• Use MNIST Fashion Dataset and create a classifier to classify fashion clothing into
categories

8) Recurrent neural network (RNN) Use the Google stock prices dataset and design a time
series analysis and prediction system using RNN.

9) Write a CUDA Program for :


1. Addition of two large vectors
2. Matrix Multiplication using CUDA C
Measure the performance of sequential and parallel algorithms.

10) Design and implement Parallel Breadth First Search and Depth First Search based on
existing algorithms using OpenMP. Use a Tree or an undirected graph for BFS and DFS .
Measure the performance of sequential and parallel algorithms.
11) Write a program to implement Parallel Bubble Sort and Merge sort using OpenMP. Use
existing algorithms and measure the performance of sequential and parallel algorithms.

12) Implement Min, Max, Sum and Average operations using Parallel Reduction.

Measure the performance of sequential and parallel algorithms.

13) Design and implement Parallel Breadth First Search and Depth First Search based on
existing algorithms using OpenMP. Use a Tree or an undirected graph for BFS and DFS .
Measure the performance of sequential and parallel algorithms.

14) Write a program to implement Parallel Bubble Sort and Merge sort using OpenMP. Use
existing algorithms and measure the performance of sequential and parallel algorithms.
15) Implement Min, Max, Sum and Average operations using Parallel Reduction

Measure the performance of sequential and parallel algorithms.

16) Design and implement Parallel Breadth First Search and Depth First Search based on
existing algorithms using OpenMP. Use a Tree or an undirected graph for BFS and DFS .
Measure the performance of sequential and parallel algorithms.

17) Write a program to implement Parallel Bubble Sort and Merge sort using OpenMP. Use
existing algorithms and measure the performance of sequential and parallel algorithms.

18) Implement Min, Max, Sum and Average operations using Parallel Reduction

Measure the performance of sequential and parallel algorithms.

You might also like