Machine Learning, etc

Friday, December 06, 2013

Deep Learning Internship at Google, Summer 2014

›
We have a couple of internship openings for someone to train deep neural nets find extract interesting things in StreetView imagery. The ide...
74 comments:
Tuesday, October 30, 2012

Summer Intern opening

›
We are looking for a summer intern to apply Deep Learning techniques to the problem of reading text in the wild. More details here
44 comments:
Tuesday, May 01, 2012

The Average Font

›
I came across this post post where the author created a font by averaging together all fonts on his machine. I thought it would be cool to ...
70 comments:
Monday, November 21, 2011

Interesting papers coming up at NIPS'11

›
There's a number of accepted papers whose camera-ready versions have been posted already. Here are the ones I found interesting. I'l...
30 comments:
Sunday, November 13, 2011

Shapecatcher

›
Here's a cool tool I stumbled across reading John Cook's blog -- Shape Catcher looks up Unicode value from a drawing of a char...
26 comments:
Wednesday, November 09, 2011

Google1000 dataset

›
This is a dataset of scans of 1000 public domain books that was released to the public at ICDAR 2007. At the time there was no public ser...
21 comments:
Sunday, November 06, 2011

b-matching as improvement of kNN

›
Below is an illustration of b-matching from ( Huang,Jebara AISTATS 2007 ) paper. You start with a weighted graph and the goal is to connec...
37 comments:
Tuesday, October 25, 2011

Google Internship in Vision/ML

›
My group has intern openings for winter and summer. Winter may be too late (but if you really want winter, ping me and I'll find out fea...
286 comments:
Saturday, September 24, 2011

Don't test for exact equality of floating point numbers

›
A discussion came up on Guido von Rossum's Google Plus post . It comes down to the fact that 2.1 is not exactly represented as a floati...
45 comments:
Thursday, September 08, 2011

notMNIST dataset

›
I've taken some publicly available fonts and extracted glyphs from them to make a dataset similar to MNIST. There are 10 classes, with ...
601 comments:
Tuesday, August 16, 2011

Making self-contained Unix programs with CDE

›
In the old days you could statically link your program and run it on another Unix station without worrying about dependencies. Unfortuna...
29 comments:
Wednesday, July 13, 2011

Google+ ML people

›
Google+ seems to have a fair number of Machine Learning people, I was able to track down 50 people I've met at conferences by starting a...
25 comments:
Saturday, June 25, 2011

Embracing non-determinism

›
Computers are supposed to be deterministic. This is often the case for single processor machines. However, as you scale up, guaranteeing det...
25 comments:
Wednesday, June 22, 2011

Machine Learning opportunities at Google

›
Google is hiring and there are lots of opportunities to do Machine Learning-related work here. Kevin Murphy is applying Bayesian methods to ...
49 comments:
Saturday, April 30, 2011

Neural Networks making a come-back?

›
Five years ago I ran some queries on Google Scholar to see trends on the number of papers that mention particular phrase. The number of hit...
155 comments:
Friday, April 29, 2011

Another ML blog

›
I just noticed that Justin Domke has a blog -- He's one of the strongest researchers in the field of graphical models. I first came acr...
43 comments:
Sunday, March 13, 2011

Going to Google

›
I've accepted an offer from Google and will be joining their Tesseract team next week. I first got interested in OCR when I faced a pr...
35 comments:
Saturday, March 05, 2011

Linear Programming for Maximum Independent Set

›
Maximum independent set, or "maximum stable" set is one of classical NP-complete problems described in Richard Karp's 1972 pap...
165 comments:
Thursday, March 03, 2011

Perils of floating point arithmetic

›
A recent discussion on stackoverflow brought up the issue of results of floating point arithmetic being non-reproducible A reader asked wha...
79 comments:
Monday, February 21, 2011

How to patent an algorithm in the US

›
Today I got Google Alert today on the following pending patent -- Belief Propagation for Generalized Matching . I like to stay up on Belief...
776 comments:
Sunday, February 20, 2011

Generalized Distributive Law

›
With regular distributive law you can do things like $$\sum_{x_1,x_2,x_3} \exp(x_1 + x_2 + x_3)=\sum_{x_1} \exp x_1 \sum_{x_2} \exp x_2 \sum...
17 comments:
Tuesday, February 15, 2011

Cluster decomposition and variational counting

›
Suppose we want to count the number of independent sets in a graph below. There are 9 independent sets. Because the graphs are disjoint we c...
99 comments:
Wednesday, February 09, 2011

Junction trees in numerical analysis

›
There's a neat connection between Cholesky factorization and graph triangulations -- graph corresponding to Cholesky factorization of a ...
19 comments:
Friday, January 21, 2011

Building Junction Trees

›
Here's a 367 vertex Apollonian Network and its Junction Tree (aka Tree Decomposition) A Junction Tree provides an efficient data struct...
3 comments:
Friday, January 14, 2011

P vs. NP page

›
Here's a page linking 65 attempts of resolving P vs NP problem. A couple of papers were published in peer-reviewed journals or conferen...
8 comments:
Saturday, January 08, 2011

towards Problem Compilers

›
First programmers wrote in machine code and assemblers simplified this task significantly by letting them give algorithms at a higher level....
4 comments:
Sunday, January 02, 2011

Interactive Tree Decomposition

›
Here's a tool (in Mathematica) to help visualize the process of constructing a Junction Tree. wrong link fixed Clicking on vertices cor...
9 comments:
‹
›
Home
View web version

About Me

My photo
Yaroslav Bulatov
Google (Books/OCR)
View my complete profile
Powered by Blogger.