maven Permgen OutOfMemory in scala spark
05 Jan 2017Trying to increase test coverage on one of my spark scala project using maven to compile, I just encountered a weird error: java.lang.OutOfMemoryError: PermGen space . Let’s talk a bit about it.
Trying to increase test coverage on one of my spark scala project using maven to compile, I just encountered a weird error: java.lang.OutOfMemoryError: PermGen space . Let’s talk a bit about it.
Notes from Y. LeCun lessons at College de France on Deep Learning.
When working with dynamic libraries we can sometimes wonder where does some dependencies come from! In this post, we will explore this issue and present the commands ldd and readelf to get more informations about dynamic libraries.
In machine learning and statistics, dimensionality reduction or dimension reduction is the process of reducing the number of random variables under consideration, via obtaining a set of “uncorrelated” principal variables. It can be divided into feature selection and feature extraction.