NITISH MUTHA
A 'Deep Learning' learner
-
How to map Equirectangular projection to Rectilinear projection
What is Equirectangular Projection? The projection obtained by a sphere mesh un-wraped on a flat rectangular plane surface is known as equirectangular projection of the sphere (Weisstein [9]). It is the direct mapping of the sphere latitude and longitude on the horizontal and vertical coordinate system respectively. It is also...
-
Install TensorFlow with GPU for Windows 10
On November 9, 2015 Google open sourced a software library called TensorFlow. TensorFlow is a software library used for Machine learning and Deep learning for numerical computation using data flow graphs. It can run on multiple CPUs and GPUs. Since deep learning algorithms runs on huge data sets, it is...