classification
pytorch-sentiment-analysis
classification | pytorch-sentiment-analysis | |
---|---|---|
1 | 2 | |
20 | 4,396 | |
- | - | |
0.0 | 4.0 | |
almost 2 years ago | 8 months ago | |
Python | Jupyter Notebook | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
classification
-
PyTorch Ensemble model
I created a CNN for a classification problem using 2 different techniques: 1) conventional CNN and 2) contrastive learning (SimCLR framework). As a reference code, I attack the starting point of my coding: https://github.com/giakou4/MNIST_classification.
pytorch-sentiment-analysis
-
Ich habe einen Bot gebastelt für Ovalwichs
z.B. https://github.com/bentrevett/pytorch-sentiment-analysis
- German language sentiment classification - NLP Deep Learning
What are some alternatives?
disentangling-vae - Experiments for understanding disentanglement in VAE latent representations
spark-nlp - State of the Art Natural Language Processing
Image-Forgery-Detection-CNN - Image forgery detection using convolutional neural networks. Group 10's final project for TU Delft's course CS4180 Deep Learning 2019.
Basic-UI-for-GPT-J-6B-with-low-vram - A repository to run gpt-j-6b on low vram machines (4.2 gb minimum vram for 2000 token context, 3.5 gb for 1000 token context). Model loading takes 12gb free ram.
convolution-vision-transformers - PyTorch Implementation of CvT: Introducing Convolutions to Vision Transformers
Time-Series-Forecasting-Using-LSTM - Time-Series Forecasting on Stock Prices using LSTM
dnn_from_scratch - A high level deep learning library for Convolutional Neural Networks,GANs and more, made from scratch(numpy/cupy implementation).
Behavior-Sequence-Transformer-Pytorch - This is a pytorch implementation for the BST model from Alibaba https://arxiv.org/pdf/1905.06874.pdf
malaya - Natural Language Toolkit for Malaysian language, https://malaya.readthedocs.io/
afinn - AFINN sentiment analysis in Python
MachineLearningWithPython - Get started with Machine Learning with Python - An introduction with Python programming examples
gpt-3-simple-tutorial - Generate SQL from Natural Language Sentences using OpenAI's GPT-3 Model