Skip to content

shincling/MemNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Networks

This project contains implementations of memory networks. This includes code in the following subdirectories:

Modification of mine (我的一些改动)

  1. 添加了未登录词的处理方案 在字典建立过程中,只用Train的预料,加入了10个 unknown词位,用来替换测试过程中引入的未登录词。
  2. 训练函数,一直用不加softmax的来跑(这个很关键,否则根本没法跑)
  3. 制作多样性的预料 facebook Q20的语料中,词典数目实在太少了,不能体现真正的逻辑功能。没有说服力。我加入了很多完全随机的数字来替换某些中文字。并且语式也维持了多样。事实证明效果依然不错,肯定了模型的能力。
  4. 还有一些trick只能在代码里体现了。

About

Memory Networks implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 80.5%
  • Lua 19.5%