An open API service indexing awesome lists of open source software.

https://github.com/richardwarepam16/be_dl_practicals

Deep Learning Practicals of B.E. SPPU, Computer Engg.
https://github.com/richardwarepam16/be_dl_practicals

cnn-classification cnn-keras cnn-model deep-learning python3 rnn-lstm rnn-tensorflow sppu sppu-2019-pattern sppu-be sppu-computer-engineering

Last synced: 3 months ago
JSON representation

Deep Learning Practicals of B.E. SPPU, Computer Engg.

Awesome Lists containing this project

README

        

# BE: Deep Learning Practicals (SPPU)

#### Lab 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 predictiondataset.
[Code given by College](https://github.com/richardwarepam16/BE_DL_Practicals/blob/master/lab1.ipynb)

[Click here to view the Jupyter Notebook: My Code](https://github.com/richardwarepam16/BE_DL_Practicals/blob/master/lab1_1.ipynb)

#### Lab 2: Classification using Deep neural network: Binary classification using Deep Neural Networks Example: Classify movie reviews into positive" reviews and "negative" reviews, just based on the text content of the reviews. Use IMDB dataset
[Click here to view the Jupyter Notebook](https://github.com/richardwarepam16/BE_DL_Practicals/blob/master/lab2.ipynb)

#### Lab 3: Convolutional neural network (CNN): Use MNIST Fashion Dataset and create a classifier to classify fashion clothing into categories.
[Code given by College](https://github.com/richardwarepam16/BE_DL_Practicals/blob/master/lab3.ipynb)

[Click here to view the Jupyter Notebook: My Code](https://github.com/richardwarepam16/BE_DL_Practicals/blob/master/lab3_1.ipynb)

#### Lab 4: Recurrent neural network (RNN) Use the Google stock prices dataset and design a time seriesanalysis and prediction system using RNN.
[Click here to view the Jupyter Notebook: My Code](https://github.com/richardwarepam16/BE_DL_Practicals/blob/master/lab4.ipynb)