Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prekshivyas/cis-5190-applied-ml

Custom deep learning architectures for Sentiment Analysis and Image Classfication
https://github.com/prekshivyas/cis-5190-applied-ml

cnn-pytorch glove-embeddings lstm-neural-networks

Last synced: 6 days ago
JSON representation

Custom deep learning architectures for Sentiment Analysis and Image Classfication

Awesome Lists containing this project

README

        

This repository contains:

• A custom deep learning architecture for Sentiment Analysis on IMDB Movie reviews, leveraging LSTM layers with GloVe embeddings for textual data.

• A custom CNN architecture with advanced preprocessing techniques, including normalization, Gaussian blur, and dataset shifts via augmentation (rotation, cropping, brightness) for image classfication

• Benchmarking has also been done for the the traditional ML models like Softmax Regression, Adaboost, XGBoost and Random Forest.