I am 15 years into this computers thing and this blog post made me feel like "those guys are doing black magic". Neural networks and deep learning are truly awesome technologies.
How Google Translate squeezes deep learning onto a phone
41–50 of 99 posts
Re: How Google Translate squeezes deep learning onto a phone
#42I don't get it. They say they use a dictionary, and they say it works without an Internet connection. How can both things be true? I'm pretty sure there's not, say, a Quechua dictionary on my phone.
Re: How Google Translate squeezes deep learning onto a phone
#43I don't get it. They say they use a dictionary, and they say it works without an Internet connection. How can both things be true? I'm pretty sure there's not, say, a Quechua dictionary on my phone.
It doesn't come with all the languages, you have to download them.
Re: How Google Translate squeezes deep learning onto a phone
#44I don't get it. They say they use a dictionary, and they say it works without an Internet connection. How can both things be true? I'm pretty sure there's not, say, a Quechua dictionary on my phone.
It doesn't come with all the languages, you have to download them.
Re: How Google Translate squeezes deep learning onto a phone
#45Re: How Google Translate squeezes deep learning onto a phone
#46Re: How Google Translate squeezes deep learning onto a phone
#47I don't get it. They say they use a dictionary, and they say it works without an Internet connection. How can both things be true? I'm pretty sure there's not, say, a Quechua dictionary on my phone.
On my desktop, the english dictionary is ~1 megabyte uncompressed, and compresses to ~250k with gzip. The download for Google Translate is somewhere around 30 megabytes.
Re: How Google Translate squeezes deep learning onto a phone
#48I don't get it. They say they use a dictionary, and they say it works without an Internet connection. How can both things be true? I'm pretty sure there's not, say, a Quechua dictionary on my phone.
Re: How Google Translate squeezes deep learning onto a phone
#49Re: How Google Translate squeezes deep learning onto a phone
#50Just waiting for the paper to come out that'll detail all the transformations that were done on the training data specifically for the phone and how did they arrive at deciding to use them. > To achieve real-time, we also heavily optimized and hand-tuned the math operations. That meant using the mobile processor’s SIMD instructions and tuning things like matrix multiplies to fit processing into all levels of cache me…