Planet of Bits

Menu

  • Home
  • Machine Learning
    • Statistics
    • Python
    • Linear Algebra
  • SAP
    • SAP Cloud Platform
    • SAPUI5
    • SAP Netweaver AS Java
    • SAP Portal
  • JEE Frameworks
    • Servlet
  • Java SE Core Technologies
    • Core Java
  • Scripting
    • jQuery
  • Others
    • Eclipse
    • JVM

How to select the right API endpoint of SAP Cloud Foundry in SAP Web IDE

It is important to select the right API endpoint of SAP Cloud Foundry to deploy your applications on SAP Cloud Platform. In this blog, I’ll describe exactly how to do that. Logon to your SAP Cloud Foundry trial account by

Nitin Gaur May 7, 2020 SAP Cloud Platform Read more

How to change Jupyter notebook start up folder in Anaconda

In this post I’ll discuss how to change the Jupyter notebook startup folder in Anaconda which is installed on a Windows system. I find it easier to work in a startup folder where I keep all my development workspaces. So

Nitin Gaur May 4, 2019 Machine Learning, Python Read more

What is Pooled Variance and how is it calculated

Definition Pooled Variance is a method to estimate the common variance of two or more populations (the underlying assumption here is that the variance of these populations is the same) by using the sample variances from these populations. Formula Pooled

Nitin Gaur February 10, 2019 Machine Learning, Statistics, Uncategorized Read more

Variance and Standard Error of the Mean – Derivation

Prerequisite concepts Expectation is the probability-weighted mean of the sum of all the possible outcomes of an experiment. It is also known as the expected value, mathematical expectation, EV, average, mean value, mean, or first moment. It is denoted as

Nitin Gaur February 7, 2019 Machine Learning, Statistics Read more

How to check if an enum contains a given string

While programming in Java, there is a frequent requirement to check if an Enum contains a given String value. There are multiple ways to validate this. But I find the EnumUtils class of Apache Commons Lang the most convenient to

Nitin Gaur July 31, 2018 Core Java, Eclipse Read more

How to show line numbers in Eclipse

Although it is seems simple but I’ve seen people struggle with this. Therefore, I decided to put a real quick post on how to show line numbers in Eclipse editor. There are two ways to enable line numbers in Eclipse.

Nitin Gaur July 9, 2018 Core Java, Eclipse, Python Read more

How to set maximum line length in eclipse

To set the maximum line length in Eclipse, open Eclipse and in the menu bar, go to Window -> Preferences and in the pop-up window, go to Java -> Code Style -> Formatter. This will open up the Formatter options

Nitin Gaur July 4, 2018 Eclipse Read more

How to translate between coordinate systems that use different basis vectors

In my previous blogs I talked about Linear Transformations and how can we find the transformation matrix of a linear transformation. In this blog we will try to understand how to translate basis vectors between different coordinate systems with the

Nitin Gaur July 2, 2018 Linear Algebra, Machine Learning, Mathematics Read more

What is the significance of matrix multiplication

It is important to always think of a matrix as a representation of the transformed standard basis vectors rather than just thinking about a matrix as a rectangular array of random real numbers. With this thought, matrix multiplication can be

Nitin Gaur June 27, 2018 Linear Algebra, Machine Learning, Mathematics Read more

How to find the transformation matrix of a linear transformation

The transformation matrix is a representation of the transformed standard basis vectors. For example, in a 2-dimensional coordinate system if the transformed coordinates of the unit vector are, and that of unit vector are, These two basis vectors can be

Nitin Gaur June 25, 2018 Linear Algebra, Machine Learning, Mathematics Read more
  • « Previous

About

planetofbits.com publishes blogs related to Machine Learning, Python, SAPUI5, SAP Netweaver Technology Platform, Enterprise Application Development using Java/JEE and other useful tips and tricks related to software development.

All the code snippets, demo projects provided in the blogs/articles have been tested on local development systems and are free to use and share.

planetofbits.com is created and maintained by Nitin Gaur.

Stay in touch

  • Contact Form

Follow Us

  • Facebook
  • Twitter
  • LinkedIn

Legal

  • Privacy Policy
© 2014-2025 planetofbits.com  All rights reserved