Skip to content

misc notes

Higepon Taro Minowa edited this page Jul 14, 2017 · 1 revision
  • [done] 6/17 Make old chatbot compatible with tensorflow 1.0
  • Make basic chatbot
  • 6/18 Find a best way to record trial and error
    • 6/18 model parameters (do we have to keep all the parameter files?)
      • Yes, with directory in tag name
    • 6/18 How we construct model
    • 6/18 Maybe tag or release?
    • 6/18 Think what should be done while training? Read papers?
  • 6/18 Re-read http://web.stanford.edu/class/cs20si/assignments/a3.pdf and make a list of todo again
  • 6/18 Re-read seq2seq model API https://www.tensorflow.org/tutorials/seq2seq
  • 6/18 Improvement 1: Support Tensorboard
  • 6/19 Try AdagradOptimizer and compare hom much faster it converges
  • 6/19 Check if dataset is on memory
  • Improvement 2: Construct the response in a non-greedy way
    • 6/24 Understand general beam search
    • 6/25 Read wikipedia
    • 6/25 Find actual tensorflow beam search example
    • 6/25 Make list of items to immplement
      • 6/25 wait, maybe implment in the graph is the right way?
      • 6/25 Understand current greedy model throughly?
Clone this wiki locally