8000 GitHub - slon81/Neural-Networks: All about Neural Networks!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

slon81/Neural-Networks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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%

About

All about Neural Networks!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 89.4%
  • Python 10.6%
0