Khush24Shah
  • Home
  • Blogs
Categories
All (10)
Applied Statistics (1)
Approximation (1)
Data Analysis (1)
Installation (1)
Machine Learning (1)
Mathematics (2)
Optimisation (2)
Python (2)
Reinforcement Learning (1)
Setup (2)
Statistics (2)

Blogs

 

FinRL Installation

Setup
Installation
Reinforcement Learning
FinRL is a library that provides a unified framework for training, evaluating, and deploying deep reinforcement learning models (DRL) for finance. It is built on top of the…
Feb 16, 2025
Khush Shah

 

Central Limit Theorem

Applied Statistics
Statistics
Data Analysis
Python
This is a combined work of Khush Shah and Kajal Panchal.
Sep 15, 2023
Khush Shah, Kajal Panchal

 

Numerical Hygiene

Mathematics
Python
Numerical expressions are vastly used in the field of data science. They are used to perform mathematical operations on data. However sometimes, the results of these…
Jul 9, 2023
Khush Shah

 

Types of Losses and Optimisation

Machine Learning
Optimisation
Loss or Objective Function is a measure of the model’s performance. It is optimised during the training to improve model’s performance.
Jul 3, 2023
Khush Shah

 

Multiple Choice Functions

def sum(a,b):
    return a+b

def subtract(a,b):
    return a-b

def multiply(a,b):
    return a*b

def divide(a,b):
    return (a/b) if b!=0 else "Error"
Jun 12, 2023
Khush Shah

KL-Divergence

Approximation
Optimisation
Mathematics
Statistics
In this blog we want to discuss about the “KL-Divergence”. But first, we need to understand what is “distance”.
Jun 2, 2023
Khush Shah

 

Active Learning Classification

Active learning is a machine learning technique that involves iteratively selecting the most informative samples from a large unlabeled dataset and adding them to a smaller…
May 8, 2023
Khush Shah

Neural Networks Implementation

First we import the necessary libraries
May 1, 2023
Khush Shah

Command Line Utilities in Linux

LS: This command is used for listing contents inside a directory
Apr 26, 2023
Khush Shah

 

Setting Up Development Environment

Setup
  1. Install VS-Code from here.
  2. Set up VS-Code according to your need.
  3. Install Quarto extension in VS-Code.
  4. Download Quarto from here.
  5. Verify the download installer by running …
Apr 25, 2023
Khush Shah
No matching items