Python-based Neural Language Model Training System: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- ---- [[Category" to "---- ---- __NOTOC__ [[Category") |
m (Text replacement - ". ----" to ". ----") |
||
Line 5: | Line 5: | ||
** a [[Python LSTM-based LM System]]. | ** a [[Python LSTM-based LM System]]. | ||
* <B>See:</B> [[Python-based Maximum Entropy LM System]]. | * <B>See:</B> [[Python-based Maximum Entropy LM System]]. | ||
---- | ---- | ||
---- | ---- |
Revision as of 00:03, 23 September 2021
A Python-based Neural Language Model Training System is a neural LM system that is a Python-based LM system.
- Context:
- It can range from being a Neural Python-based Character-Level LM System (that implements a neural character-Level LM) to being a Neural Python-based World-Level LM System (that implements a neural word-Level LM).
- Example(s):
- See: Python-based Maximum Entropy LM System.