SunJackson Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

  • 站点地图

  • 公益404

Beyond Binary: Ternary and One-hot Neurons

转载自:https://r2rt.com/beyond-binary-ternary-and-one-hot-neurons.html

Silviu Pitis


发表于 2017-02-08

While playing with some applications of binary neurons, I found myself wanting to use explicit activations that go beyond a simple yes/no decision. For example, we might want our neural network to make a choice between several categories (in the form of a one-hot vector) or we might want it to make a choice between ordered categories (e.g., a scale of 1 to 10). It’s rather easy to extend the straight-through estimator to work well on both of these cases, and I thought I would share my work in this post. I share code for implementing ternary and one-hot neurons in Tensorflow, and show that they can learn to solve MNIST.

阅读全文 »

Accelerating Apache Spark MLlib with Intel® Math Kernel Library (Intel® MKL)

转载自:http://blog.cloudera.com/blog/2017/02/accelerating-apache-spark-mllib-with-intel-math-kernel-library-intel-mkl/

Cy Jervis


发表于 2017-02-08

There are two clear trends in the big-data ecosystem: the growth of machine learning use cases that leverage large distributed data sets, and the growth of Spark’s Machine Learning libraries (often referred to as MLlib) for these use cases. In fact, Spark’s MLlib library is arguably the leading solution for machine learning on large distributed data sets.

阅读全文 »

Why hierarchical models are awesome, tricky, and Bayesian

转载自:https://twiecki.github.io/blog/2017/02/08/bayesian-hierchical-non-centered/

Thomas Wiecki


发表于 2017-02-08

(c) 2017 by Thomas Wiecki

阅读全文 »

Bayesian Inference via Simulated Annealing

转载自:https://cavaunpeu.github.io/2017/02/07/bayesian-inference-via-simulated-annealing/

Will Wolf


发表于 2017-02-07

I recently finished a course on discrete optimization and am currently working through Richard McElreath’s excellent textbook Statistical Rethinking. Combining the two, and duly jazzed by this video on the Traveling Salesman Problem, I’d thought I’d build a toy Bayesian model and try to optimize it via simulated annealing.

阅读全文 »

Similarity via Jaccard Index

转载自:http://bugra.github.io/work/notes/2017-02-07/similarity-via-jaccard-index/

Bugra Akyildiz


发表于 2017-02-07

阅读全文 »

Analyzing US flight data on Amazon S3 with sparklyr and Apache Spark 2.0

转载自:http://blog.cloudera.com/blog/2017/02/analyzing-us-flight-data-on-amazon-s3-with-sparklyr-and-apache-spark-2-0/

Cy Jervis


发表于 2017-02-06

We posted several blog posts about sparklyr (introduction, automation), which enables you to analyze big data leveraging Apache Spark seamlessly with R. sparklyr, developed by RStudio, is an R interface to Spark that allows users to use Spark as the backend for dplyr, which is the popular data manipulation package for R.

阅读全文 »

Rec-a-Sketch: a Flask App for Interactive Sketchfab Recommendations

转载自:http://blog.ethanrosenthal.com/2017/02/05/rec-a-sketch/

Ethan Rosenthal


发表于 2017-02-05

Deploying to AWS¶

阅读全文 »

Cognitive Machine Learning (1): Learning to Explain

转载自:http://blog.shakirm.com/2017/02/cognitive-machine-learning-1-learning-to-explain/

shakirm


发表于 2017-02-05

· Read in 9 minutes · 1720 words · All posts in series  ·

阅读全文 »

Topic Modeling for Keyword Extraction

转载自:http://bugra.github.io/work/notes/2017-02-05/topic-modeling-for-keyword-extraction/

Bugra Akyildiz


发表于 2017-02-05

阅读全文 »

Simple Stock Ticker App

转载自:http://tommyblanchard.com/simple-stock-ticker-app

Tommy Blanchard


发表于 2017-02-04

This was just a very simple learning project I did as part of The Data Incubator program.

阅读全文 »
1 … 338 339 340 … 398
SunJackson

SunJackson

3974 日志
5 分类
© 2018 - 2019 SunJackson