Earlier quoted context omitted.
Chrome was so out of left field. A desktop browser? Made by Google ?! In an environment where people have celebratory launch parties for Firefox?? Of course, the business goals made sense, but I don't think anyone guessed it would overtake the market share so effortlessly.
One of the boldest design decisions they made was to make the URL bar and search bar into one whereas every other browser (can't remember what Opera did) separated the two. That immediately hooked me from using Safari/Firefox. That and it felt faster.
MILA and the future of Theano
61–63 of 63 posts
Re: MILA and the future of Theano
#62Reminds me of Chrome. Lots of competing alternatives. Google comes late yet still manage to take over the market organically very quickly by producing a superior and more robust alternative.
Anybody else has the feeling that PyTorch is to TensorFlow what Chrome was to other browsers? I started PyTorch about a month ago and was impressed how effortless everything was compared to TF.
http://www.fast.ai/2017/09/08/introducing-pytorch-for-fastai...
Basically, some things were really hard in TF and in PyTorch they're easy. Time to insight while testing a new model is shorter.
Re: MILA and the future of Theano
#63Earlier quoted context omitted.
Anybody else has the feeling that PyTorch is to TensorFlow what Chrome was to other browsers? I started PyTorch about a month ago and was impressed how effortless everything was compared to TF.
Thoughts on Keras on top of tensorflow? I have not yet committed to a deep learning framework, as up until now, I was mostly either using scikit-learn or building neural networks from scratch, straight numpy (lol) I've heard a nice thing about Keras is that it forms more of an abstraction on top of other libraries, though I could be misunderstanding.
I also tried to flip the keras switch to run on top of theano instead but it had issues that I didn't have time to fix, so I just stuck with the original lasagne/theano stack.