All Projects → jatinmandav → Neural Networks

jatinmandav / Neural Networks

Licence: gpl-3.0
All about Neural Networks!

Projects that are alternatives of or similar to Neural Networks

Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+9338.24%)
Mutual labels:  jupyter-notebook, cnn, lstm, rnn, sentiment-analysis, fasttext
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (+182.35%)
Mutual labels:  jupyter-notebook, cnn, lstm, rnn
Lstm Sentiment Analysis
Sentiment Analysis with LSTMs in Tensorflow
Stars: ✭ 886 (+2505.88%)
Mutual labels:  jupyter-notebook, lstm, rnn, sentiment-analysis
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (+185.29%)
Mutual labels:  jupyter-notebook, cnn, lstm, rnn
Natural Language Processing With Tensorflow
Natural Language Processing with TensorFlow, published by Packt
Stars: ✭ 222 (+552.94%)
Mutual labels:  jupyter-notebook, cnn, lstm, rnn
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+1497.06%)
Mutual labels:  jupyter-notebook, cnn, lstm, rnn
Persian-Sentiment-Analyzer
Persian sentiment analysis ( آناکاوی سهش های فارسی | تحلیل احساسات فارسی )
Stars: ✭ 30 (-11.76%)
Mutual labels:  sentiment-analysis, word2vec, lstm, fasttext
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (+914.71%)
Mutual labels:  jupyter-notebook, lstm, rnn, sentiment-analysis
Twitter sentiment analysis word2vec convnet
Twitter Sentiment Analysis with Gensim Word2Vec and Keras Convolutional Network
Stars: ✭ 24 (-29.41%)
Mutual labels:  jupyter-notebook, sentiment-analysis, word2vec
Cryptocurrencyprediction
Predict Cryptocurrency Price with Deep Learning
Stars: ✭ 453 (+1232.35%)
Mutual labels:  jupyter-notebook, cnn, lstm
Neural Image Captioning
Implementation of Neural Image Captioning model using Keras with Theano backend
Stars: ✭ 12 (-64.71%)
Mutual labels:  jupyter-notebook, cnn, lstm
Deep Music Genre Classification
🎵 Using Deep Learning to Categorize Music as Time Progresses Through Spectrogram Analysis
Stars: ✭ 23 (-32.35%)
Mutual labels:  cnn, lstm, rnn
Sentimentanalysis
文本情感分析
Stars: ✭ 421 (+1138.24%)
Mutual labels:  jupyter-notebook, lstm, sentiment-analysis
Tsai
Time series Timeseries Deep Learning Pytorch fastai - State-of-the-art Deep Learning with Time Series and Sequences in Pytorch / fastai
Stars: ✭ 407 (+1097.06%)
Mutual labels:  jupyter-notebook, cnn, rnn
Multi Class Text Classification Cnn Rnn
Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow.
Stars: ✭ 570 (+1576.47%)
Mutual labels:  cnn, lstm, rnn
Easy Deep Learning With Keras
Keras tutorial for beginners (using TF backend)
Stars: ✭ 367 (+979.41%)
Mutual labels:  jupyter-notebook, lstm, rnn
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+19850%)
Mutual labels:  jupyter-notebook, cnn, rnn
Servenet
Service Classification based on Service Description
Stars: ✭ 21 (-38.24%)
Mutual labels:  jupyter-notebook, cnn, word2vec
Rnn Theano
使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等
Stars: ✭ 31 (-8.82%)
Mutual labels:  cnn, lstm, rnn
Stockpriceprediction
Stock Price Prediction using Machine Learning Techniques
Stars: ✭ 700 (+1958.82%)
Mutual labels:  jupyter-notebook, lstm, rnn

Neural-Network

A collections of Various projects or applications and tools developed using Neural-Networks.

  • Digit Recognizer: An implementation and comparison of various neural network models on MNIST dataset for digit recognition using TensorFlow library.

    • Models Implementated:
      • Feed Forward Neural Network (VANILLA)
      • Simple Recurrent Neural Network (RNN/LSTM)
      • Bidirectional Recurrent Neural Network (BRNN)
      • Multi Column Deep Neural Network (CNN)
      • Vote Multi Column Deep Neural Network (CNN)
  • Sentiment Analysis: Sentiment Analysis on Twitter data using Word2Vec, FastText and Universal Sentence Encoder in Keras

    • Results:
      • word2vec - ~ 67%
      • fastText - ~ 67%
      • Universal Sentence Encoder - ~ 77%
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].