This repository contains assignments from my Deep Learning coursework, with each file addressing specific problem statements. Below, you'll find a detailed list of the uploaded files along with their corresponding problem descriptions
- BostonPricePrediction.ipynb - 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.
- CNNFashionClassifier.ipynb - Convolution Neural Network(CNN) Use MNIST Fashion Dataset and create a classifier to classify fashion clothing into categories.
- IMDBMovieReview.ipynb - 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