HN user

nametube

50 karma
Posts0
Comments21
View on HN
No posts found.

It doesn't it repeats/generates pixels that minimize E, so the behaviour heavily depends on the choice of E. for inpainting E is the difference between their generated x and the true x but they mask out the error in the white areas. The model gets good results by just copying nearby pixels.

could you elaborate on that ?

I've never used Lyft but i think it works just like uber. this is what i found on their site

How Much Does a Lyft Ride Cost? Depends on where you’re headed and when. There is a base charge and a cost per mile and per minute, with extra added on when your pickup point is in Prime Time, which happens during higher-than-normal demand to encourage drivers to get on the road. For price estimates of rides in your city, check out the Lyft city page. Oh, and never worry about carrying cash — payment happens seamlessly through the app.

https://blog.lyft.com/posts/how-does-lyft-work

Something i've noticed recently is that my feed is flooded with the "x has become friends with y" type of notifications. I literally see 5-10 of them in a row, they make for a very monotonous feed experience. I think its supposed to be a nudge for me to add co-workers and acquaintances to facebook.

from the article

We developed ONNX together with Microsoft to bridge this gap and to empower AI developers to choose the framework that fits the current stage of their project and easily switch between frameworks as the project evolves.

ML workflows tend to be very heterogenous with people using everything from sklearn to DL4J to play with data. standardized serialization formats make it possible to bring results from those experiments back into a hardened productionized environment for serving the model.

I think the goal is to allow people to develop webapps with models built using neural network libraries like keras and tensorflow. This would greatly improve the distribution of applications that are powered by deep learning because you wont have to install a bunch of dependencies in order to use the app.

"running networks in the browser with TensorFire can be faster than running it natively with TensorFlow."

could you elaborate on this statement ?. What kinds of architectures does this hold true for ?.