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

machine learning

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

May 4, 2019 Nitin Gaur 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

February 10, 2019 Nitin Gaur 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

February 7, 2019 Nitin Gaur Machine Learning, Statistics 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

July 2, 2018 Nitin Gaur 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

June 27, 2018 Nitin Gaur 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

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

Introduction to Linear Transformations

What is a Linear Transformation? It is a function (the word ‘transformation‘ means the same thing as the word ‘function‘) which takes vectors as inputs and produces vectors as outputs. Linear transformation is also called ‘Linear Map‘ or ‘Linear Mapping‘.

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

How to create a vector in Python using numpy

Mathematically, a vector is a tuple of n real numbers where n is an element of the Real (R) number space. Each number n (also called a scalar) represents a dimension. For example, the vector v = (x, y, z)

June 18, 2018 Nitin Gaur Machine Learning, Python Read more

How to install Python PyDev plugin in Eclipse

Eclipse is a favourite tool for Java/JEE developers (including me 🙂 ). When I started learning Python, I wanted to use Eclipse as my preferred IDE for Python development. I found out that PyDev is one good open source plugin

June 6, 2018 Nitin Gaur Eclipse, Machine Learning, Python Read more

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