Hi! My name is Vladimir, or Vlad in short. I am working as a Data Scientist mainly in NLP. I am the author of iSquared where I am bringing the science closer to the readers.
🐻❄️
$whoami?
Data scientist during the day. Content creator during the night. Author of iSquared bringing the science closer to you.
-
Frontiers
- Switzerland
- https://isquared.digital/
- @VladOsaurus
- in/vilievski
Pinned Loading
-
Amusive-Blogging-N-Coding
Amusive-Blogging-N-Coding PublicOpen source code from the blog posts at
-
geometric_brownian_motion.py
geometric_brownian_motion.py 1def geometric_brownian_motion(G0, mu, sigma, N, T):
2"""Simulates a Geometric Brownian Motion.
34:param float G0: initial value
5:param float mu: drift coefficient
-
animate_julia_set.py
animate_julia_set.py 1import numpy as np
2import matplotlib.pyplot as plt
3import matplotlib.animation as animation
45x_start, y_start = -2, -2 # an interesting region starts here
-
Implementation of the Riemann-Stielt...
Implementation of the Riemann-Stieltjes Integration in Python 12def derivative(f, a, h=0.01):
3'''Approximates the derivative of the function f in a
45:param function f: function to differentiate
-
Approximating Pi using Monte Carlo M...
Approximating Pi using Monte Carlo Method 1{
2"cells": [
3{
4"cell_type": "markdown",
5"metadata": {},
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.