neural translation
play

Neural Translation with Pytorch GTC 2017 JEREMY HOWARD - PowerPoint PPT Presentation

Neural Translation with Pytorch GTC 2017 JEREMY HOWARD @JEREMYPHOWARD Im assuming some knowledge of Python Jupyter Numpy Word RNNs vectors Some review today course.fast.ai https://github.com/ jph00/part2 Our destination


  1. Neural Translation with Pytorch GTC 2017 JEREMY HOWARD @JEREMYPHOWARD

  2. I’m assuming some knowledge of… Python Jupyter Numpy Word RNNs vectors Some review today

  3. course.fast.ai

  4. https://github.com/ jph00/part2

  5. Our destination https://github.com/ jph00/part2

  6. Data source Created by Chris Callison-Burch Crawled millions of web pages Used 'a set of simple heuristics’ • Transform French URLs onto English URLs • i.e. replacing "fr" with "en" and about 40 other hand-written rules Assume that these documents are translations of each other

  7. The dataset – just the questions

  8. Tokenizing Because we are translating at word level, we need to tokenize the text first. There are many tokenizers available, but we found we got best results using these simple heuristics.

  9. Final preprocessing result

  10. Unrolled stacked RNNs for sequences Input  Hidden Hidden  Output Hidden  Hidden word 3 input word 2 input Output Hidden Input word 1 input

  11. Equivalent recursive diagram Repeat for 1  n-1 char n input Repeat for 1  n-1 Initialize to zeros Initialize to zeros

  12. This and following 3 slides thanks to Chris Manning (Stanford) https://simons.berkeley.edu/talks/christopher-manning-2017-3-27

  13. * Equation from: “Grammar as a Foreign Language”

  14. Beam search Quelle est la population du Canada ? Que le en Quoi les pour What is canada 's population ?

  15. Neural Translation with Pytorch GTC 2017 JEREMY HOWARD @JEREMYPHOWARD

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend