-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPKG-INFO
21 lines (20 loc) · 1.16 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Metadata-Version: 1.1
Name: s-atmech
Version: 1.0
Summary: With s-atmech you can implement attention mechanism(RNN Layer) as a python library for Natural Language Processing Models/Problems.
Home-page: https://github.com/Samsomyajit/s-atmech
Author: Somyajit Chakraborty
Author-email: somyajitchppr@gmail.com
License: MIT
Download-URL: https://github.com/Samsomyajit/s-atmech/archive/ver1.0.1.tar.gz
Description: s-atmech is an independent Open Source, Deep Learning python library which implements attention mechanism as a RNN(Recurrent Neural Network) Layer as Encoder-Decoder system. (only supports Bahdanau Attention right now).
Keywords: Attention Mechanism', 'Natural Language Processing', 'Copy Mechanism', 'Text Summarization', 'Text Processing', 'Sentiment Analysis'
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6