Tagged in

Machine Learning


Parsing Thorn Delimiters In R & Python

The Thorn characters — Þ, þ - are largely unkown outside of the modern Icelandic Alphabet…


Python virtualenv and understanding the AWS Deep Learning AMI.

In a previous blog we saw how to setup the AWS Deep Learning AMI and brief reference to python virtualenv.

ie:

[ec2-user@ip-172–31–43–77 ~]$ source activate python3


3 Main Areas of AI Businesses Are Investing In

The artificial intelligence (AI) industry is growing at a furious rate, with a recent Narrative Science survey discovering that at least 38% of enterprises are investing in the technology. In 2016, the AI market was worth an estimated $8 billion, a…


Publications

  • Predicting Cancer Heterogeneity from One-shot Biopsy ,2017, ICML(International Conference on Machine Learning) Workshop on Computational Biology
  • “Visualizing Cancer Heterogeneity with Dynamic Flow”, 2017, ICML(International Conference on Machine Learning) Workshop on…

Curated ressources to make it in machine learning 6.1

Addition and Scalar Multiplication

Addition and subtraction are element-wise, so you simply add or subtract each corresponding element:
[acbd]+[wyxz]=[a+wc+yb+xd+z]