Rayhane-mamah / Tacotron-2

DeepMind's Tacotron-2 Tensorflow implementation
MIT License
2.28k stars 905 forks source link

what background knowledge should I have? #301

Open jdosoriopu opened 5 years ago

jdosoriopu commented 5 years ago

I'm a beginner in AI in general, I have software development experience but I want to get into this area. I would like to know what to study in order to understand the papers related to this work and then understand this work itself and be able to contribute. Thanks in advance.

cliuxinxin commented 5 years ago

@jdosoriopu I think you can begin with the wiki of this project , and then tacotron paper, then tacotron2 paper then the papar mentioned in the wiki . eg. attention paper. besides that ,you should know some knowledge about signal process . Finally if you can get some knowledge about tensorflow or pytorch .