What an ingenious way to covertly distribute the Pied Piper decentralized storage app.
How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
11–20 of 123 posts
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#12Just wanted to say thanks for the warm welcome from HN when the app was released last month — I hope this blogpost answers the questions that were raised back then. I’d be happy to answer anything else you’d like to know! Original thread: https://news.ycombinator.com/item?id=14347211 Demo of the app (in the show): https://www.youtube.com/watch?v=ACmydtFDTGs App for iOS: https://itunes.apple.com/app/not-hotdog/id12124…
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#13Just wanted to say thanks for the warm welcome from HN when the app was released last month — I hope this blogpost answers the questions that were raised back then. I’d be happy to answer anything else you’d like to know! Original thread: https://news.ycombinator.com/item?id=14347211 Demo of the app (in the show): https://www.youtube.com/watch?v=ACmydtFDTGs App for iOS: https://itunes.apple.com/app/not-hotdog/id12124…
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#14Just wanted to say thanks for the warm welcome from HN when the app was released last month — I hope this blogpost answers the questions that were raised back then. I’d be happy to answer anything else you’d like to know! Original thread: https://news.ycombinator.com/item?id=14347211 Demo of the app (in the show): https://www.youtube.com/watch?v=ACmydtFDTGs App for iOS: https://itunes.apple.com/app/not-hotdog/id12124…
Why is this not available outside the US and Canada?
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#15Just wanted to say thanks for the warm welcome from HN when the app was released last month — I hope this blogpost answers the questions that were raised back then. I’d be happy to answer anything else you’d like to know! Original thread: https://news.ycombinator.com/item?id=14347211 Demo of the app (in the show): https://www.youtube.com/watch?v=ACmydtFDTGs App for iOS: https://itunes.apple.com/app/not-hotdog/id12124…
Why is this not available outside the US and Canada?
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#16Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#17Any chance the full source will ever be opened up? Would be an excellent companion to the article.
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#18I guess the interpretation is that the first few normalize->convolution->pool->dropout layers are basically achieving something broadly analogous to the initial feature extraction steps that used to be the mainstay in this area (PCA/ICA, HOG, SIFT/SURF, etc.), and are reasonably problem-independent.
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#19great app! any plan to open source it?
Re: How HBO’s Silicon Valley Built “Not Hotdog” with TensorFlow, Keras and React Native
#20It's interesting how amenable image classification neural networks are to the "take working model, peel off last layer or two, retrain for a new application" approach. I've seen this suggested as working pretty well in a few instances. I guess the interpretation is that the first few normalize->convolution->pool->dropout layers are basically achieving something broadly analogous to the initial feature extraction step…