rubinsteyn.com rubinsteyn.com

rubinsteyn.com

Alex Rubinsteyn

Machine learning and data analysis. The messy business of translating programs into faster programs. Python interface to the Ensembl. Library for analyzing and inferring effects of genomic variants in Python. Python library and commandline tool for predicting cancer epitopes from mutation and RNA expression data. Python interface to immunology and bioinformatics datasets. An optimizing just-in-time compiler for an array-oriented subset of Python. GPU Random Forest library for Python. October 27th, 2014).

http://www.rubinsteyn.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR RUBINSTEYN.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 17 reviews
5 star
7
4 star
5
3 star
3
2 star
0
1 star
2

Hey there! Start your review of rubinsteyn.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

CONTACTS AT RUBINSTEYN.COM

PERFECT PRIVACY, LLC

12808 Gr●●●●●●●●kwy West

Jack●●●●ille , FL, 32258

US

1.90●●●●2701
38●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@domaindiscreet.com

View this contact

PERFECT PRIVACY, LLC

12808 Gr●●●●●●●●kwy West

Jack●●●●ille , FL, 32258

US

1.90●●●●2701
38●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@domaindiscreet.com

View this contact

PERFECT PRIVACY, LLC

12808 Gr●●●●●●●●kwy West

Jack●●●●ille , FL, 32258

US

1.90●●●●2701
38●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●@domaindiscreet.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2006 October 15
UPDATED
2013 October 18
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 18

    YEARS

  • 7

    MONTHS

  • 8

    DAYS

NAME SERVERS

1
ns1.linode.com
2
ns2.linode.com
3
ns3.linode.com
4
ns4.linode.com

REGISTRAR

REGISTER.COM, INC.

REGISTER.COM, INC.

WHOIS : whois.register.com

REFERRED : http://www.register.com

CONTENT

SCORE

6.2

PAGE TITLE
Alex Rubinsteyn | rubinsteyn.com Reviews
<META>
DESCRIPTION
Machine learning and data analysis. The messy business of translating programs into faster programs. Python interface to the Ensembl. Library for analyzing and inferring effects of genomic variants in Python. Python library and commandline tool for predicting cancer epitopes from mutation and RNA expression data. Python interface to immunology and bioinformatics datasets. An optimizing just-in-time compiler for an array-oriented subset of Python. GPU Random Forest library for Python. October 27th, 2014).
<META>
KEYWORDS
1 blogs
2 explain my data
3 φ node
4 projects
5 pyensembl
6 gene annotation database
7 varcode
8 topiary
9 pepdata
10 parakeet
CONTENT
Page content here
KEYWORDS ON
PAGE
blogs,explain my data,φ node,projects,pyensembl,gene annotation database,varcode,topiary,pepdata,parakeet,cudatree,genepool,texture synthesis,ocaml llvm,falcon,treelearn,yasper,parsnip,writing and presentations,programming languages recitation,monoids
SERVER
Apache/2.2.22 (Ubuntu)
POWERED BY
PHP/5.3.10-1ubuntu3.2
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Alex Rubinsteyn | rubinsteyn.com Reviews

https://rubinsteyn.com

Machine learning and data analysis. The messy business of translating programs into faster programs. Python interface to the Ensembl. Library for analyzing and inferring effects of genomic variants in Python. Python library and commandline tool for predicting cancer epitopes from mutation and RNA expression data. Python interface to immunology and bioinformatics datasets. An optimizing just-in-time compiler for an array-oriented subset of Python. GPU Random Forest library for Python. October 27th, 2014).

INTERNAL PAGES

rubinsteyn.com rubinsteyn.com
1

GenePool

http://www.rubinsteyn.com/genepool

GenePool: Evolutionary Optimization in OCaml. GenePool is a framework for writing evolutionary optimization algorithms in OCaml. This library is not a complete solution but rather is a generic skeleton which takes care of the plumbing and nuisances of optimization. You provide GenePool with functions that give meaning to fitness and reproduction and after a specified number of generation, GenePool returns an array of the best "genomes" it evolved. You can download the GenePool source. Some parameters (ie...

2

Template Insanity

http://www.rubinsteyn.com/text/template_insanity.html

November 10, 2007. In the latest edition of the Monad Reader. Wrote a solution to Instant Insanity. A brief introduction to C metaprogramming. Since not many people are familiar with C 's capacity for compile-time computation, it's probably worthwhile to give a short introduction to programming with templates. If you're already a dark wizard of metaprogramming, skip along to the next section. Now, templates were added to C to enable generic programming (much to the delight of Alexander Stepanov. There ar...

3

The Dating Game

http://www.rubinsteyn.com/text/dating.html

November 12, 2008. Tips for Solving the Dating Game. Or, a machine learning primer. In the dating game. You play the role of a matchmaker trying to satisfy a picky dater. Much like in real life, suitors (or suitresses) are reduced to a real-valued vector of. Le; 100) features. Each element of the vector is in the range. And corresponds to some characteristic of the candidate. The picky dater (called "person" or. And we are guaranteed that the negative feature weights will sum to. Initially, you are given.

4

Texture Synthesis

http://www.rubinsteyn.com/comp_photo/texture

Efros and Leung's Algorithm. Matlab source: synth.m. I implemented this as a homework for Rob Fergus. Computational Photography class. If you're interested in this sort of thing, check out the course website. Which has many more interesting papers. Reference: Texture Synthesis by Non-parametric Sampling. 3 x 3 window. 5 x 5 window. 7 x 7 window. 11 x 11 window. 15 x 15 window. 19 x 19 window. Parametric Synthesis: Not So Great. Matlab source: synth gmm.m. 3 x 3 window. 5 x 5 window. 7 x 7 window.

5

Programming Languages (Fall 2011) - Homework 3 Solution

http://www.rubinsteyn.com/pl_fall_2011/recitation.html

Programming Languages - Fall 2011. Programming Languages Recitation Links. Grammars, Parsing, and Formal Languages. What's a formal language? How do we generate strings from a grammar? BNF and EBNF: What are they and how do they work? Impressively short grammar for the syntax of the Python programming language. Simple Models of Computation. Computational models like the Lambda Calculus. And the Universal Turing Machine. What does it mean to compute? Compiling to lambda-calculus: Turtles all the way down.

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

LINKS TO THIS WEBSITE

cater.cs.nyu.edu cater.cs.nyu.edu

Systems@NYU

http://cater.cs.nyu.edu/People.html

A partial group picture circa 2011. Peking University visitor, 2014. Tsinghua visitor, 2014. MS 2015, Upthere. MS 2015, Upthere. PhD 2013 (Mt Sinai). PhD 2013 (Co-founder of Entrupy). PhD 2011 (Assistant Prof. at NYUAD). Peking U visitor 2012.

pypi.python.org pypi.python.org

parakeet 0.23.2 : Python Package Index

https://pypi.python.org/pypi/parakeet

RSS (latest 40 updates). RSS (newest 40 packages). Parakeet 0.23.2. Parakeet-0.23.2.tar.gz. Runtime compiler for numerical Python. Parakeet is a runtime accelerator for an array-oriented subset of Python. If you’re doing a lot of number crunching in Python, Parakeet may be able to significantly speed up your code. To accelerate a function, wrap it with Parakeet’s @jit. You should be able to install Parakeet from its PyPI package. Parakeet is written for Python 2.7 (sorry internet) and depends on:. Parake...

news.cs.nyu.edu news.cs.nyu.edu

Systems@NYU

http://news.cs.nyu.edu/People.html

A partial group picture circa 2011. Peking University visitor, 2014. Tsinghua visitor, 2014. MS 2015, Upthere. MS 2015, Upthere. PhD 2013 (Mt Sinai). PhD 2013 (Co-founder of Entrupy). PhD 2011 (Assistant Prof. at NYUAD). Peking U visitor 2012.

github.com github.com

GitHub - iskandr/parakeet: Runtime compiler for numerical Python

https://github.com/iskandr/parakeet

Runtime compiler for numerical Python. Http:/ www.parakeetpython.com. Use Git or checkout with SVN using the web URL. Sep 18, 2015. Failed to load latest commit information. Merge branches 'master' and 'dev' into dev. Dec 17, 2013. IndexMap fusion is wimpier but at least does the right thing. Mar 24, 2014. IndexMap fusion is wimpier but at least does the right thing. Mar 24, 2014. Stripped down IndexMap fusion just to get it working. Mar 24, 2014. Dec 31, 2012. Maybe just skip scipy on travis for now.

tr8dr.wordpress.com tr8dr.wordpress.com

About | Tr8dr

https://tr8dr.wordpress.com/about

These are my musings about strategies, statistics, computer science, numerical techniques, etc. I am a quant / developer, now trader, living in the New York area, just back from the UK, where I headed an algo pricing and strategies team. So I was sucked into it. The problems were interesting and the software on wall street was still nascent / bleading-edge. Things changed gradually, I tired of it, and left the street to pursue other interests — for a while. The idea of systematic trading always appealed ...

cater.news.cs.nyu.edu cater.news.cs.nyu.edu

Systems@NYU

http://cater.news.cs.nyu.edu/People.html

A partial group picture circa 2011. Peking University visitor, 2014. Tsinghua visitor, 2014. MS 2015, Upthere. MS 2015, Upthere. PhD 2013 (Mt Sinai). PhD 2013 (Co-founder of Entrupy). PhD 2011 (Assistant Prof. at NYUAD). Peking U visitor 2012.

friendstore.news.cs.nyu.edu friendstore.news.cs.nyu.edu

Systems@NYU

http://friendstore.news.cs.nyu.edu/People.html

A partial group picture circa 2011. Peking University visitor, 2014. Tsinghua visitor, 2014. MS 2015, Upthere. MS 2015, Upthere. PhD 2013 (Mt Sinai). PhD 2013 (Co-founder of Entrupy). PhD 2011 (Assistant Prof. at NYUAD). Peking U visitor 2012.

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL LINKS TO THIS WEBSITE

7

OTHER SITES

rubinsteintaybi.es rubinsteintaybi.es

AESRT - AESRT

Http:/ aesrt.mooo.com/images/banners/3Jul2012 2.jpg. Http:/ aesrt.mooo.com/images/banners/cantajuegos1.jpg. Http:/ aesrt.mooo.com/images/banners/parquebolas1.jpg. Http:/ aesrt.mooo.com/images/banners/3Jul2012 1.jpg. Somos una Asociación sin ánimo de lucro, compuesta por familiares y amigos de personas con el Síndrome de Rubinstein Taybi (SRT). Nuestra principal intención es dar apoyo a las familias que tienen hijos o familiares diagnosticados con SRT. Por favor, recuerde que su hijo no es un síndrome, es...

rubinstenn.net rubinstenn.net

rubinstenn.net

Ce nom de domaine n'est pas disponible. Il a été enregistré via gandi.net. More information about the owner. Enregistrer votre nom de domaine. Chez Gandi, vous avez le choix sur plus d'une centaine d'extensions et vous bénéficiez de tous les services inclus (mail, redirection, ssl.). Rechercher un nom de domaine. Votre site dans le cloud? Découvrez Simple Hosting, notre cloud en mode PaaS à partir de 4 HT par mois (-50% la première année pour les clients domaine). It is currently being parked by the owner.

rubinstern.deviantart.com rubinstern.deviantart.com

rubinstern - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Deviant for 1 Year. This deviant's full pageview. Last Visit: 27 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask?

rubinsterns.com rubinsterns.com

Rubinsterns

Info - Click here. Info - Click here. Info - Click here. Info - Click here. Softwear solutions adapting to all cleaning systems. Bull; rubinsterns is the microfiber system which easily adapts to the cleaning systems you already use. Bull; rubinsterns means a reduction in investment expenses for new ”hardwear” cleaning equipment. Bull; rubinsterns deals with ”great volume customers” and is therefore able to offer products where even more than 80% of the retail price are saved. Info - Click here.

rubinsterns.dk rubinsterns.dk

Rubinsterns

Info - Klik her. Info - Klik her. Info - Klik her. Info - Klik her. Softwear solutions adapting to all cleaning systems. Bull; rubinsterns er microfibersystemet, der nemt anvendes sammen med det rengøringsudstyr, der allerede benyttes. Bull; rubinsterns betyder en minimering af udgifter til nyt hardwear rengøringsudstyr. Bull; rubinsterns servicerer great volume customers og kan derfor tilbyde produkter, hvor man sparer helt op til 80% af detailprisen. Bull; rubinsterns forhandles i hele verden.

rubinsteyn.com rubinsteyn.com

Alex Rubinsteyn

Machine learning and data analysis. The messy business of translating programs into faster programs. Python interface to the Ensembl. Library for analyzing and inferring effects of genomic variants in Python. Python library and commandline tool for predicting cancer epitopes from mutation and RNA expression data. Python interface to immunology and bioinformatics datasets. An optimizing just-in-time compiler for an array-oriented subset of Python. GPU Random Forest library for Python. October 27th, 2014).

rubinstickan.blogspot.com rubinstickan.blogspot.com

Rubinstickan

Här kommer lite av varje att hamna både med ord och bild. Ja,jag går verkligen i väntans tider och inte på vad som helst.Jag väntar o längtar mej näst intill sjuk till detta. Men ute är det bara grått,grått så det gäller att härda ut. Tur att jag stickar på en norsktröja i herrstrl så jag har att göra. Kram på er alla och nu ska jag försöka skärpa mej och blogga lite mer. Och ett par sockor som är på väg till sin nya ägare. Håll stickorna igång i julstöket. I mitten av oktober. Som blev till det här.

rubinstudioodnowy.pl rubinstudioodnowy.pl

"RUBIN" - Studio Odnowy Biologicznej

Witamy serdecznie na naszej stronie internetowej i zapraszamy. Do zapoznania się z szeroką ofertą naszych usług. Zapraszamy wszystkich serdecznie do naszego. Przygotuj swoją twarz do lata. Zabiegi oczyszczające 10% taniej. Zabieg intensywnie nawilżający ARKANA Hydrospheric. FALE RADIOWE NA TWARZ ORAZ CIAŁO. PRZEDŁUŻANIE I ZAGĘSZCZANIE RZĘS 99 ZŁ. W NASZEJ OFERCIE SPRZEDAŻ PERFUM FIRMY YODEYMA PARIS POJEMNOŚĆ 100ML MOCNE I DOBRE JAKOŚCIOWO W PRZYSTĘPNEJ CENIE. ODPOWIEDNIKI ORYGINALNYCH ZNANYCH MAREK).

rubinsvoice.com rubinsvoice.com

TransIP - Reserved domain

This is the standard TransIP page for reserved domain names. No website has been published for this domain. Are you still seeing. This after publishing your website? Please make sure you upload your website to the /www directory and clear your browser cache before reloading this page. Domains and Web hosting. Dit domein is gereserveerd. U kijkt naar de standaardpagina van TransIP. Voor deze domeinnaam is nog geen website gepubliceerd. Heeft u de bestanden van. Dit domein is gereserveerd.

rubinsvoice.net rubinsvoice.net

TransIP - Reserved domain

This is the standard TransIP page for reserved domain names. No website has been published for this domain. Are you still seeing. This after publishing your website? Please make sure you upload your website to the /www directory and clear your browser cache before reloading this page. Domains and Web hosting. Dit domein is gereserveerd. U kijkt naar de standaardpagina van TransIP. Voor deze domeinnaam is nog geen website gepubliceerd. Heeft u de bestanden van. Dit domein is gereserveerd.

rubinsvoice.org rubinsvoice.org

TransIP - Reserved domain

This is the standard TransIP page for reserved domain names. No website has been published for this domain. Are you still seeing. This after publishing your website? Please make sure you upload your website to the /www directory and clear your browser cache before reloading this page. Domains and Web hosting. Dit domein is gereserveerd. U kijkt naar de standaardpagina van TransIP. Voor deze domeinnaam is nog geen website gepubliceerd. Heeft u de bestanden van. Dit domein is gereserveerd.