All Projects → vighneshvnkt → keras-deep-learning

vighneshvnkt / keras-deep-learning

Licence: MIT license
Various implementations and projects on CNN, RNN, LSTM, GAN, etc

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to keras-deep-learning

automatic-personality-prediction
[AAAI 2020] Modeling Personality with Attentive Networks and Contextual Embeddings
Stars: ✭ 43 (+95.45%)
Mutual labels:  lstm, attention-mechanism, cnn-keras
Image Caption Generator
A neural network to generate captions for an image using CNN and RNN with BEAM Search.
Stars: ✭ 126 (+472.73%)
Mutual labels:  lstm, attention-mechanism, cnn-keras
ntua-slp-semeval2018
Deep-learning models of NTUA-SLP team submitted in SemEval 2018 tasks 1, 2 and 3.
Stars: ✭ 79 (+259.09%)
Mutual labels:  lstm, attention-mechanism
Paperrobot
Code for PaperRobot: Incremental Draft Generation of Scientific Ideas
Stars: ✭ 372 (+1590.91%)
Mutual labels:  text-generation, attention-mechanism
fiction generator
Fiction generator with Tensorflow. 模仿王小波的风格的小说生成器
Stars: ✭ 27 (+22.73%)
Mutual labels:  text-generation, lstm
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+61540.91%)
Mutual labels:  lstm, cnn-keras
Spectrum
Spectrum is an AI that uses machine learning to generate Rap song lyrics
Stars: ✭ 37 (+68.18%)
Mutual labels:  text-generation, lstm
Attention Mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language processing tasks and compatible with TensorFlow 2.0 and Keras.
Stars: ✭ 203 (+822.73%)
Mutual labels:  text-generation, attention-mechanism
Eeg Dl
A Deep Learning library for EEG Tasks (Signals) Classification, based on TensorFlow.
Stars: ✭ 165 (+650%)
Mutual labels:  lstm, attention-mechanism
uniformer-pytorch
Implementation of Uniformer, a simple attention and 3d convolutional net that achieved SOTA in a number of video classification tasks, debuted in ICLR 2022
Stars: ✭ 90 (+309.09%)
Mutual labels:  attention-mechanism, video-classification
STAM-pytorch
Implementation of STAM (Space Time Attention Model), a pure and simple attention model that reaches SOTA for video classification
Stars: ✭ 109 (+395.45%)
Mutual labels:  attention-mechanism, video-classification
Hierarchical-Word-Sense-Disambiguation-using-WordNet-Senses
Word Sense Disambiguation using Word Specific models, All word models and Hierarchical models in Tensorflow
Stars: ✭ 33 (+50%)
Mutual labels:  lstm, attention-mechanism
Datastories Semeval2017 Task4
Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".
Stars: ✭ 184 (+736.36%)
Mutual labels:  lstm, attention-mechanism
Multimodal Sentiment Analysis
Attention-based multimodal fusion for sentiment analysis
Stars: ✭ 172 (+681.82%)
Mutual labels:  lstm, attention-mechanism
Writing-editing-Network
Code for Paper Abstract Writing through Editing Mechanism
Stars: ✭ 72 (+227.27%)
Mutual labels:  text-generation, attention-mechanism
Lstm attention
attention-based LSTM/Dense implemented by Keras
Stars: ✭ 168 (+663.64%)
Mutual labels:  lstm, attention-mechanism
Describing a knowledge base
Code for Describing a Knowledge Base
Stars: ✭ 42 (+90.91%)
Mutual labels:  text-generation, attention-mechanism
Poetry Seq2seq
Chinese Poetry Generation
Stars: ✭ 159 (+622.73%)
Mutual labels:  lstm, attention-mechanism
Pytorch Kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Stars: ✭ 2,097 (+9431.82%)
Mutual labels:  lstm, multilayer-perceptron-network
Tensorflow novelist
模仿莎士比亚创作戏剧!屌炸天的是还能创作金庸武侠小说!快star,保持更新!!
Stars: ✭ 244 (+1009.09%)
Mutual labels:  text-generation, lstm

Deep Learning and Cognitive Computing Assignments

A list of all assignments of deep learning and cognitive computing

Assignment 1 : Multi Layer Perceptron on cifar10 dataset to classify images
Assignment 2 : Convolutional Neural Networks on cifar10 dataset to classify images
Midterm Project :
  a) TV Script generation using Simpsons dataset
  b) English to French translation
  c) Face generation using Generative Adverserial Networks
Assignment 3 : Video classification on UCF11 dataset
Final Project : News Headline generation and validation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes

Prerequisites

A machine or a cloud service with GPU having CUDA3.0 or above

Amazon EC2/Google Cloud Compute/IBM Data Science Experience/Microsoft Azure

Anaconda for Python 3.6

Installing

Install Tensorflow, Keras and other packages

pip install keras
pip install tensorflow-gpu

Running the example

Use Jupyter notebook for running the IPYNB files

Authors

  • Vighnesh Venkatakrishnan
  • Naini Shah

License

This project is licensed under the MIT License - see the [LICENSE.md] file for details

Acknowledgments

  • keras.io documentation
  • Deep Learning with Python book by fchollet
  • Kaggle
  • Prof Shrikant Krishnamurthy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].