/NeuThink

Neural network library for text processing in F#

Primary LanguageF#OtherNOASSERTION

NeuThink

Neural network library for natural language processing, implemented in F#. This library was used to obtain results in following papers:

Some features:

  • Feedforward neural networks
  • Uni and bi-directional multi-layer reccurrent networks
  • Support for sequential and graph-based layer connectivity
  • Sigmoid, Tanh, RelU and Softmax activations
  • Dropout
  • Projection layer for word embeddings
  • Gaussian noise layer
  • Runs under .NET Framework and mono runtime
  • 1D convolutional layers and k-max pooling layers for text processing