SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Neural networks, linear transformations and word embeddings

转载自:https://shapeofdata.wordpress.com/2015/11/09/neural-networks-linear-transformations-and-word-embeddings/

Jesse Johnson


发表于 2015-11-09

In past posts, I’ve described the geometry of artificial neural networks by thinking of the output from each neuron in the network as defining a probability density function on the space of input vectors. This is useful for understanding how a single neuron combines the outputs of other neurons to form a more complex shape. However, it’s often useful to think about how multiple neurons behave at the same time, particularly for networks that are defined by successive layers of neurons. For such networks – which turn out to be the vast majority of networks in practice – it’s useful to think about how the set of outputs from each layer determine the set of outputs of the next layer. In this post, I want to discuss how we can think about this in terms of linear transformations (via matrices) and how this idea leads to a tool called word embeddings, the most popular of which is probably word2vec.

阅读全文 »

Artificial Stupidity and the Mechanistic Fallacy

转载自:http://inverseprobability.com/2015/11/09/artificial-stupidity

未知


发表于 2015-11-09

Zoubin Ghahramani has pointed out the odd nature of the term “Artificial Intelligence”. As an example he says it would be non-sensical to talk about artificial flying. Things either fly or they don’t.

阅读全文 »

“Becoming a Data Scientist” Learning Club?

转载自:https://www.becomingadatascientist.com/2015/11/08/becoming-a-data-scientist-learning-club/

Renee


发表于 2015-11-09

I have been thinking about doing a “Becoming a Data Scientist” podcast for a long time, at least since April. The podcast would include interviews focused on how people working in various data-science-related jobs got to where they are today (how did they “become a data scientist”?). I’m getting closer to taking the dive and getting it started.

阅读全文 »

Denoising Dirty Documents: Part 11

转载自:https://colinpriest.com/2015/11/08/denoising-dirty-documents-part-11/

Colin Priest


发表于 2015-11-08

In my last blog I showed how to use convolutional neural networks to build a model that removed stains from an image. While convolutional neural networks seem to be well suited for image processing, in this competition I found that deep neural networks performed better. In this blog I show how to build these models.

阅读全文 »

Understanding Convolutional Neural Networks for NLP

转载自:http://www.wildml.com/2015/11/understanding-convolutional-neural-networks-for-nlp/

Denny Britz


发表于 2015-11-07

When we hear about Convolutional Neural Network (CNNs), we typically think of Computer Vision. CNNs were responsible for major breakthroughs in Image Classification and are the core of most Computer Vision systems today, from Facebook’s automated photo tagging to self-driving cars.

阅读全文 »

The Deep Learning Gold Rush of 2015

转载自:http://www.computervisionblog.com/2015/11/the-deep-learning-gold-rush-of-2015.html

Tomasz Malisiewicz (noreply@blogger.com)


发表于 2015-11-07

### The Deep Learning Gold Rush of 2015

阅读全文 »

A Torch autoencoder example

转载自:http://rnduja.github.io/2015/11/06/torch-autoencoder/

未知


发表于 2015-11-06

In the previous example, we have seen how to set up a simple Torch application to recognize digits from the MNIST set.

阅读全文 »

The problem with the data science language wars

转载自:http://wesmckinney.com/blog/the-problem-with-the-data-science-language-wars/

Wes McKinney


发表于 2015-11-02

** Mon 02 November 2015

阅读全文 »

Analyzing Interactive Brokers XML Flex Statements with pandas

转载自:http://wesmckinney.com/blog/analyzing-ib-flex-statements/

Wes McKinney


发表于 2015-11-02

** Mon 02 November 2015

阅读全文 »

Intro to Recommender Systems: Collaborative Filtering

转载自:http://blog.ethanrosenthal.com/2015/11/02/intro-to-collaborative-filtering/

Ethan Rosenthal


发表于 2015-11-02

I’ve written before about how much I enjoyed Andrew Ng’s Coursera Machine Learning course. However, I also mentioned that I thought the course to be lacking a bit in the area of recommender systems. After learning basic models for regression and classification, recommmender systems likely complete the triumvirate of machine learning pillars for data science.

阅读全文 »
1 … 391 392 393 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson