SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Quantitative Finance Resources

转载自:http://www.jeremydjacksonphd.com/quantitative-finance-resources/

jeremydjacksonphd


发表于 2016-06-04

Computational methods, including Monte Carlo, PDE, lattice and other numerical methods with applications to financial modeling

阅读全文 »

Data trusts could allay our privacy fears

转载自:http://inverseprobability.com/2016/06/03/data-trusts

未知


发表于 2016-06-03

Originally appeared as an Op-Ed in the Guardian Media and Tech Network.

阅读全文 »

Generating Large Images from Latent Vectors - Part Two

转载自:http://blog.otoro.net/2016/06/02/generating-large-images-from-latent-vectors-part-two/

未知


发表于 2016-06-02

June 2, 2016

阅读全文 »

Deep Learning Trends @ ICLR 2016

转载自:http://www.computervisionblog.com/2016/06/deep-learning-trends-iclr-2016.html

Tomasz Malisiewicz (noreply@blogger.com)


发表于 2016-06-01

### Deep Learning Trends @ ICLR 2016

阅读全文 »

Bayesian Deep Learning

转载自:https://twiecki.github.io/blog/2016/06/01/bayesian-deep-learning/

Thomas Wiecki


发表于 2016-06-01

Current trends in Machine Learning¶

阅读全文 »

TensorFlow Implementation of "A Neural Algorithm of Artistic Style"

转载自:http://www.chioka.in/tensorflow-implementation-neural-algorithm-of-artistic-style

未知


发表于 2016-05-31

This notebook and code are available on Github.

阅读全文 »

Deep Reinforcement Learning: Pong from Pixels

转载自:http://karpathy.github.io/2016/05/31/rl/

未知


发表于 2016-05-31

This is a long overdue blog post on Reinforcement Learning (RL). RL is hot! You may have noticed that computers can now automatically learn to play ATARI games (from raw game pixels!), they are beating world champions at Go, simulated quadrupeds are learning to run and leap, and robots are learning how to perform complex manipulation tasks that defy explicit programming. It turns out that all of these advances fall under the umbrella of RL research. I also became interested in RL myself over the last ~year: I worked through Richard Sutton’s book, read through David Silver’s course, watched John Schulmann’s lectures, wrote an RL library in Javascript, over the summer interned at DeepMind working in the DeepRL group, and most recently pitched in a little with the design/development of OpenAI Gym, a new RL benchmarking toolkit. So I’ve certainly been on this funwagon for at least a year but until now I haven’t gotten around to writing up a short post on why RL is a big deal, what it’s about, how it all developed and where it might be going.

阅读全文 »

Becoming a Data Scientist Podcast Episode 11: Stephanie Rivera

转载自:https://www.becomingadatascientist.com/2016/05/30/becoming-a-data-scientist-episode-11-stephanie-rivera/

Renee


发表于 2016-05-31

Podcast Audio Links:Link to podcast Episode 11 audioPodcast’s RSS feed for podcast subscription appsPodcast on StitcherPodcast on iTunes

阅读全文 »

Assorted links

转载自:https://www.chrisstucchio.com/blog/2016/assorted_links_may_30_2016.html?utm_medium=rss&utm_source=rss&utm_campaign=rss

Chris Stucchio


发表于 2016-05-30

Star Wars - Episode V “The Empire Strikes Back” Homage (Title Sequence) from KROFL on Vimeo.

阅读全文 »

Concurrent bloom filters

转载自:https://www.chrisstucchio.com/blog/2016/concurrent_bloom_filter.html?utm_medium=rss&utm_source=rss&utm_campaign=rss

Chris Stucchio


发表于 2016-05-30

Bloom filters are probabilistic data structure for determining whether an element is in a set. Such a data structure offers only two methods - add and mightContain. Google’s guava library offers a nice implementation, but unfortunately this implementation (like every implementation I’ve found) is not concurrent. Concurrent reads are no problem, but writes are trickier - and reading while writing is also not straightforward.

阅读全文 »
1 … 366 367 368 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson