SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

What a Deep Neural Network thinks about your

转载自:http://karpathy.github.io/2015/10/25/selfie/

未知


发表于 2015-10-25

Convolutional Neural Networks are great: they recognize things, places and people in your personal photos, signs, people and lights in self-driving cars, crops, forests and traffic in aerial imagery, various anomalies in medical images and all kinds of other useful things. But once in a while these powerful visual recognition models can also be warped for distraction, fun and amusement. In this fun experiment we’re going to do just that: We’ll take a powerful, 140-million-parameter state-of-the-art Convolutional Neural Network, feed it 2 million selfies from the internet, and train it to classify good selfies from bad ones. Just because it’s easy and because we can. And in the process we might learn how to take better selfies :)

阅读全文 »

Reinforcement Learning - Monte Carlo Methods

转载自:http://outlace.com/rlpart2.html

Brandon Brown


发表于 2015-10-25

Playing Blackjack with Monte Carlo Methods¶

阅读全文 »

Prototyping Long Term Time Series Storage with Kafka and Parquet

转载自:http://mabrek.github.io/blog/kafka-parquet-timeseries/

未知


发表于 2015-10-25

Another attempt to find better storage for time series data, this time it looks quite promising

阅读全文 »

Data Science Tutorials Flipboard Magazine

转载自:https://www.becomingadatascientist.com/2015/10/21/data-science-tutorials-flipboard-magazine/

Renee


发表于 2015-10-21

I have been getting great feedback on my “Becoming a Data Scientist” Flipboard magazine, and I had this other set of articles bookmarked that didn’t quite fit into it. I want the Becoming a Data Scientist one to be the “best of the best” of articles I find on Twitter about data science, and to focus on understanding data science and related topics without getting too into the “nitty gritty”. However, I often come across great data science related tutorials on very specific topics that may not have broad appeal (and might look scary to beginners) but I also wanted to share.

阅读全文 »

Dropout Ensembling In Neural Nets

转载自:http://jxieeducation.com/2015-10-21/Dropout-Ensembling-In-Neural-Nets/

未知


发表于 2015-10-21

As the size of our neuro nets get larger, it becomes especially easy to overfit. Pretend that we have 20,000 neurons across 20 layers, with only 500 training examples, it’s very easy for the net to memorize the shape of the data and come up with some crazy, super high dimension model only to fit the data.

阅读全文 »

Recurrent Neural Networks

转载自:https://shapeofdata.wordpress.com/2015/10/20/recurrent-neural-networks/

Jesse Johnson


发表于 2015-10-20

So far on this blog, we’ve mostly looked at data in two forms – vectors in which each data point is defined by a fixed set of features, and graphs in which each data point is defined by its connections to other data points. For other forms of data, notably sequences such as text and sound, I described a few ways of transforming these into vectors, such as bag-of-words and n-grams. However, it turns out there are also ways to build machine learning models that use sequential data directly. In this post, I want to describe one such approach, called a recurrent neural network.

阅读全文 »

Reinforcement Learning - Part 1

转载自:http://outlace.com/rlpart1.html

Brandon Brown


发表于 2015-10-19

n-armed bandit problem¶

阅读全文 »

Theoretical Motivations for Deep Learning

转载自:http://rinuboney.github.io/2015/10/18/theoretical-motivations-deep-learning.html

未知


发表于 2015-10-18

This post is based on the lecture “Deep Learning: Theoretical Motivations” given by Dr. Yoshua Bengio at Deep Learning Summer School, Montreal 2015. I highly recommend the lecture for a deeper understanding of the topic.

阅读全文 »

Analyzing Pronto CycleShare Data with Python and Pandas

转载自:http://jakevdp.github.io/blog/2015/10/17/analyzing-pronto-cycleshare-data-with-python-and-pandas/

Jake VanderPlas


发表于 2015-10-18

This week Pronto CycleShare, Seattle’s Bicycle Share system, turned one year old. To celebrate this, Pronto made available a large cache of data from the first year of operation and announced the Pronto Cycle Share’s Data Challenge, which offers prizes for different categories of analysis.

阅读全文 »

Bayes Primer

转载自:http://learningwithdata.com/bayes-primer.html

Tyler Folkman


发表于 2015-10-17

Ah - now this is interesting. We have strong data evidence of an unfair coin (since we generated the data we know it is unfair with p=.8), but our prior beliefs are telling us that coins are fair. How do we deal with this?

阅读全文 »
1 … 393 394 395 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson