manimino
manimino t1_it8taxc wrote
Reply to [P] Look up words by their description by phraisely
A part-of-speech filter would make this much more useful, and it should be really easy to add.
For example, in your "netflix" prompt, I might want the output "cozy", so I'd specify an adjective.
manimino t1_ish0q75 wrote
TF-IDF on letters. Not a lot of companies will have capital J and capital P in the name.
manimino t1_ivykzs5 wrote
Reply to [D] "Grokking" Deep Learning architectures and using them in practice by LightGreenSquash
You should take some of Andrew Ng's courses on Coursera, such as the ConvNets course. He walks through the major architectures in lectures (U-nets, ResNet, etc) and you implement them in homeworks.
Waaaay faster than banging your head against a paper. If you devote all your time for a week, you can get through the whole course. (Bit of a speedrun, you probably want two weeks for full comprehension.)