SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Traveling salesman portrait in Python

转载自:http://www.randalolson.com/2018/04/11/traveling-salesman-portrait-in-python/

Randy Olson


发表于 2018-04-12

Last week, Antonio S. Chinchón made an interesting post showing how to create a traveling salesman portrait in R. Essentially, the idea is to sample a bunch of dark pixels in an image, solve the well-known traveling salesman problem for those pixels, then draw the optimized route between the pixels to create a unique portrait from the image. Antonio is a fan of Frankenstein, so he created a traveling salesman portrait from an old Frankenstein image.

阅读全文 »

Goals and Principles of Representation Learning

转载自:https://www.inference.vc/goals-and-principles-of-representation-learning/

Ferenc Huszar


发表于 2018-04-12

This is a post about my takeaways from the DALI workshop on the Goals and Principles of Representation Learning which we co-organized with DeepMinders Shakir Mohamed and Andriy Mnih and Twitter colleague Lucas Theis. We had an amazing set of presentations, videos are available here.

阅读全文 »

Graph embeddings in Hyperbolic Space

转载自:http://building-babylon.net/2018/04/10/graph-embeddings-in-hyperbolic-space/

Benjamin


发表于 2018-04-10

I gave a talk last night at the Berlin machine learning meetup on learning graph embeddings in hyperbolic space, featuring the recent NIPS 2017 paper of Nickel & Kiela. Covered are:

阅读全文 »

Gradient optimisation on the Poincaré disc

转载自:http://building-babylon.net/2018/04/10/gradient-optimisation-on-the-poincare-disc/

Benjamin


发表于 2018-04-10

Nickel & Kiela had a great paper on embedding graphs in hyperbolic space at NIPS 2017. They work with the Poincaré ball model of hyperbolic space. This is just the interior of the unit ball, equipped with an appropriate Riemannian metric. This metric is conformal, meaning that the inner product on the tangent spaces on the Poincare ball differ from that of the (Euclidean) ambient space by only a scalar factor. This means that the hyperbolic gradient at a point can be obtained from the Euclidean gradient at that same point just by rescaling. That is, you pretend for a moment that your objective function is defined in Euclidean space, calculate the gradient as usual, and just rescale. This scaling factor depends on the Euclidean distance of from the origin, as depicted below:

阅读全文 »

Towards a Virtual Stuntman

转载自:http://bair.berkeley.edu/blog/2018/04/10/virtual-stuntman/

未知


发表于 2018-04-10

阅读全文 »

Circle circumference in the hyperbolic plane is exponential in the radius: proof by computer game

转载自:http://building-babylon.net/2018/04/10/circle-circumference-in-the-hyperbolic-plane-is-exponential-in-the-radius-a-proof-by-computer-game/

Benjamin


发表于 2018-04-10

I recently needed to demonstrate this fact to an audience that I could not assume would be familiar with Riemannian geometry, and it took some time to find a way to do it! You can use the HyperRogue game, which takes place on a tiling of the Poincaré disc. The avatar moves across the Poincaré disc (slaying monsters and collecting treasure) by stepping from tile to tile. It is a pretty impressive piece of software, and you can play it on various devices for small change. Below are four scenes from the game. This image was taken from the interesting paper on HyperRogue by Kopczyński et al., cited at bottom.

阅读全文 »

Multithreaded in the Wild

转载自:https://multithreaded.stitchfix.com/blog/2018/04/09/MITW/

未知


发表于 2018-04-09

Hello Stitch Fix followers, check out where our fellow Stitch Fixers are speaking this month.

阅读全文 »

Webcam based image processing in Jupyter notebooks

转载自:https://www.codementor.io/neotheicebird/webcam-based-image-processing-in-jupyter-notebooks-i43odll3w

Prashanth G


发表于 2018-04-09

So you made an image filter and want to quickly test it? You have a Deep Learning model that detects human faces? Who best to test it on than your face through your webcam?

阅读全文 »

Synthetic Gradients with Tensorflow

转载自:https://r2rt.com/synthetic-gradients-with-tensorflow.html

Silviu Pitis


发表于 2018-04-08

I stumbled upon Max Jaderberg’s Synthetic Gradients paper while thinking about different forms of communication between neural modules. It’s a simple idea: rather than compute gradients through backpropagation, we can train a model to predict what those gradients will be, and use our prediction to update our weights. It’s dynamic programming for neural networks.

阅读全文 »

R Spatial Resources

转载自:https://itsalocke.com/blog/r-spatial-resources/

未知


发表于 2018-04-06

I recently met up with someone who does geospatial stuff but uses the more traditional GIS software to do it. I showed him a few things in R but not being a person who does a lot of geospatial analysis I thought I’d ask the lovely #rspatial crowd what they’d recommend. Here are the compiled recommendations. Happy learning spatial R!

阅读全文 »
1 … 296 297 298 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson