Posts by Tag
Browse by tag
- altair 1
- attention 1
- barnsley fern 1
- bash 2
- bifurcation 1
- Brownian Motion 9
- calculus 4
- cellular automata 1
- chaos 1
- chatbots 4
- ChatGPT 4
- cifar10 1
- convolution 3
- d3 1
- data science 1
- deep learning 1
- derivation 1
- fractals 6
- geometry 1
- gradients 1
- graph visualization 1
- gsoc 3
- integration 3
- iris 2
- jax 1
- julia set 2
- keras 1
- koch snowflake 1
- large language models 1
- line_profiler 1
- machine learning 7
- mandelbrot 2
- math 9
- memory_profiler 1
- mnist 1
- Monte Carlo 1
- neural networks 5
- nlp 1
- pandas 1
- parallel coordinates 2
- plotting 4
- probability 1
- profilers 1
- pyinstrument 1
- Random Processes 11
- Random Walk 2
- recommendation systems 1
- scatter plot 2
- shell 2
- sierpinski triangle 1
- snakeviz 1
- statistics 1
- sytoscape 1
- umap 1
- unix 2
- walrus operator 1
#altair 1 post
↑ Back to top#attention 1 post
↑ Back to top#barnsley fern 1 post
↑ Back to top#bash 2 posts
- Understanding unix commands was never easer. Here's how! Using the explainshell tool to understand the unix command and decrypt the myriad of arguments
- Boiler plate code? Enter cht.sh command line! You don't need GitHub Copilot to find boilerplate code.
#bifurcation 1 post
↑ Back to top#Brownian Motion 9 posts
- Reflection Principle of Brownian Motion Visualization of the Brownian Motion Reflection Principle with Matplotlib
- The million possible paths of a single random process Monte Carlo simulation of a single Geometric Brownian Motion
- Zero Mean, Infinite Variance The Geometric Brownian Motion can have zero mean and infinite variance
- Forget Determinism, see Randomness in Action: How to Model Stock Price Geometric Brownian Motion in Python with Matplotlib
- Volatile Brownian Motion Animation of Brownian Motion with Volatility with Matplotlib
- Biased Brownian Motion Animation of Brownian Motion only with Drift with Matplotlib
- Random Walks Have Never Been Funnier: Drifted Brownian Motion in Python Simulation and Animation of Brownian Motion with Drift and Volatility in Python with Matplotlib
- Brownian Motion Construction Convergence of the Simple Random Walk to a Brownian Motion with Matplotlib
- Animated Visualization of Brownian Motion in Python Animation and visualization of Brownian Motion in Python with Matplotlib
#calculus 4 posts
- Integrals are Fun: Illustrated Riemann-Stieltjes Integral Illustrated examples of the Riemann-Stieltjes Integration in Python with Matplotlib
- Calculation of the Circle's Area Explained Visually How to numerically calculate the area of a circle in Python
- Riemann Sums Animated Visualization of the Riemann Sums using Matplotlib
- Integrals are Easy: Visualized Riemann Integration in Python Animated Visualization of the Riemann Numerical Integration in Python with Matplotlib
#cellular automata 1 post
↑ Back to top#chaos 1 post
↑ Back to top#chatbots 4 posts
- Can ChatGPT differentiate and code it in Python? It seems so! Asking ChatGPT to calculate the differential of a funtion step by step and implement it in Python
- Can ChatGPT turn LaTeX equations into Python code? Turning the attention equation from 'Attention is All you Need' into code using ChatGPT
- The 100-page ChatGPT Generated Python Tutorial For Absolute Beginners How I used ChatGPT to generate a tutorial for Python beginners
- Intro to Goal-Oriented (GO) Dialogue Systems Demystifying GO Chatbots
#ChatGPT 4 posts
- Can ChatGPT differentiate and code it in Python? It seems so! Asking ChatGPT to calculate the differential of a funtion step by step and implement it in Python
- Can ChatGPT turn LaTeX equations into Python code? Turning the attention equation from 'Attention is All you Need' into code using ChatGPT
- Convergence of T-distribution to Normal Distribution. Visualized! How the t-distribution approaches the normal distribution as the degrees of freedom increase.
- The 100-page ChatGPT Generated Python Tutorial For Absolute Beginners How I used ChatGPT to generate a tutorial for Python beginners
#cifar10 1 post
↑ Back to top#convolution 3 posts
- GSoC Final Submission GSoC '17 has ended. Time for the last submission.
- Deep Learning Module in TMVA The development of a Deep Learning Module in TMVA
- Google Summer of Code '17 Accepted for the Google Summer of Code '17 for CERN-HSF
#d3 1 post
↑ Back to top#data science 1 post
↑ Back to top#deep learning 1 post
↑ Back to top#derivation 1 post
↑ Back to top#fractals 6 posts
- The Barnsley Fern: Ferns Seen as Fractals (not only as plants) Ferns can also be fractals. Generate and plot the Barnsley Fern fractal in Python using Matplotlib
- Sierpiński Triangle: Fractal Christmas Tree Ho Ho Ho! Mery Christmas!
- Animate Your Own Fractals in Python with Matplotlib What are Fractals and How to Make Your Own
- Julia Set: Animate your own in Python with Matplotlib The mind-gobbling properties of the Julia Set through the prism of visualization
- Visualized Koch Snowflake in Python with Matplotlib How to mathematically construct a perfect snowflake?
- This is why the Mandelbrot sets are amazing! Implement and make a visualization of the Mandelbrot set. All in Python with Matplotlib
#geometry 1 post
↑ Back to top#gradients 1 post
↑ Back to top#graph visualization 1 post
↑ Back to top#gsoc 3 posts
- GSoC Final Submission GSoC '17 has ended. Time for the last submission.
- Deep Learning Module in TMVA The development of a Deep Learning Module in TMVA
- Google Summer of Code '17 Accepted for the Google Summer of Code '17 for CERN-HSF
#integration 3 posts
- Integrals are Fun: Illustrated Riemann-Stieltjes Integral Illustrated examples of the Riemann-Stieltjes Integration in Python with Matplotlib
- Riemann Sums Animated Visualization of the Riemann Sums using Matplotlib
- Integrals are Easy: Visualized Riemann Integration in Python Animated Visualization of the Riemann Numerical Integration in Python with Matplotlib
#iris 2 posts
- Focus on what instead of how to plot your data Using the Altair Python API we can focus on what instead of how to visualize the data
- Understand high-dimensional data with three lines of code Using 3 different types of plots from the Pandas plotting API we can understand any multivariate data
#jax 1 post
↑ Back to top#julia set 2 posts
- Animate Your Own Fractals in Python with Matplotlib What are Fractals and How to Make Your Own
- Julia Set: Animate your own in Python with Matplotlib The mind-gobbling properties of the Julia Set through the prism of visualization
#keras 1 post
↑ Back to top#koch snowflake 1 post
↑ Back to top#large language models 1 post
↑ Back to top#line_profiler 1 post
↑ Back to top#machine learning 7 posts
- Beyond Personalization: How LLMs are Revolutionizing Recommendation Systems Walkthrough over the recommendation system landscape using LLMs
- Batch vs Layer Normalization in Deep Neural Nets. The Illustrated Way! Intuitive illustration of the batch and layer normalization techniques in neural networks with PyTorch implementation
- Make the learning curve of an ML model more informative Track the loss per class per epoch when training a machine learning model to reveal the learning curve for different classes.
- Neural Networks Hyperparameter Search, the Visualized Way Track and visualize Machine Learning experiments using HiPlot Parallel Coordinates Plot in Python
- The new normal that changes the way we do AI. Here is how, with illustrated examples Illustrated examples on how and why to use and adopt the BERT-like models
- The Delicacy of Data Augmentation in Natural Language Processing Explore how to overcome the difficulties of data augmentation in NLP
- Intro to Goal-Oriented (GO) Dialogue Systems Demystifying GO Chatbots
#mandelbrot 2 posts
- Animate Your Own Fractals in Python with Matplotlib What are Fractals and How to Make Your Own
- This is why the Mandelbrot sets are amazing! Implement and make a visualization of the Mandelbrot set. All in Python with Matplotlib
#math 9 posts
- Can ChatGPT differentiate and code it in Python? It seems so! Asking ChatGPT to calculate the differential of a funtion step by step and implement it in Python
- Convergence of T-distribution to Normal Distribution. Visualized! How the t-distribution approaches the normal distribution as the degrees of freedom increase.
- The holy grail of mathematics: animated visualization of the Riemann Zeta zeros Not an ordinary function, animating the zeros of the Riemann Zeta function in Python using Matplotlib
- Chaotic Beauty: Bifurcation Diagram Animation with Matplotlib It is strange how seemingly simple things turn out to be so chaotic.
- Integrals are Fun: Illustrated Riemann-Stieltjes Integral Illustrated examples of the Riemann-Stieltjes Integration in Python with Matplotlib
- Julia Set: Animate your own in Python with Matplotlib The mind-gobbling properties of the Julia Set through the prism of visualization
- Calculation of the Circle's Area Explained Visually How to numerically calculate the area of a circle in Python
- Riemann Sums Animated Visualization of the Riemann Sums using Matplotlib
- Integrals are Easy: Visualized Riemann Integration in Python Animated Visualization of the Riemann Numerical Integration in Python with Matplotlib
#memory_profiler 1 post
↑ Back to top#mnist 1 post
↑ Back to top#Monte Carlo 1 post
↑ Back to top#neural networks 5 posts
- Batch vs Layer Normalization in Deep Neural Nets. The Illustrated Way! Intuitive illustration of the batch and layer normalization techniques in neural networks with PyTorch implementation
- Make the learning curve of an ML model more informative Track the loss per class per epoch when training a machine learning model to reveal the learning curve for different classes.
- GSoC Final Submission GSoC '17 has ended. Time for the last submission.
- Deep Learning Module in TMVA The development of a Deep Learning Module in TMVA
- Google Summer of Code '17 Accepted for the Google Summer of Code '17 for CERN-HSF
#nlp 1 post
↑ Back to top#pandas 1 post
↑ Back to top#parallel coordinates 2 posts
- Understand high-dimensional data with three lines of code Using 3 different types of plots from the Pandas plotting API we can understand any multivariate data
- Parallel Coordinates Laptops Visualization Laptop Visualizations using Parallel Coordinates plot generated with D3 JS
#plotting 4 posts
- Focus on what instead of how to plot your data Using the Altair Python API we can focus on what instead of how to visualize the data
- Understand high-dimensional data with three lines of code Using 3 different types of plots from the Pandas plotting API we can understand any multivariate data
- Interactive Graph Visualization at its Finest JDK class dependency as an interactive graph using Cytoscape JS
- Parallel Coordinates Laptops Visualization Laptop Visualizations using Parallel Coordinates plot generated with D3 JS
#probability 1 post
↑ Back to top#profilers 1 post
↑ Back to top#pyinstrument 1 post
↑ Back to top#Random Processes 11 posts
- Reflection Principle of Brownian Motion Visualization of the Brownian Motion Reflection Principle with Matplotlib
- The million possible paths of a single random process Monte Carlo simulation of a single Geometric Brownian Motion
- Zero Mean, Infinite Variance The Geometric Brownian Motion can have zero mean and infinite variance
- Forget Determinism, see Randomness in Action: How to Model Stock Price Geometric Brownian Motion in Python with Matplotlib
- Volatile Brownian Motion Animation of Brownian Motion with Volatility with Matplotlib
- Biased Brownian Motion Animation of Brownian Motion only with Drift with Matplotlib
- Random Walks Have Never Been Funnier: Drifted Brownian Motion in Python Simulation and Animation of Brownian Motion with Drift and Volatility in Python with Matplotlib
- Brownian Motion Construction Convergence of the Simple Random Walk to a Brownian Motion with Matplotlib
- Animated Visualization of Brownian Motion in Python Animation and visualization of Brownian Motion in Python with Matplotlib
- Simple Random Walk Animated visualization of simple random walk with Matplotlib
- Animated Visualization of Random Walks in Python Animation and visualization of random walks with Matplotlib in Python
#Random Walk 2 posts
- Simple Random Walk Animated visualization of simple random walk with Matplotlib
- Animated Visualization of Random Walks in Python Animation and visualization of random walks with Matplotlib in Python
#recommendation systems 1 post
↑ Back to top#scatter plot 2 posts
- Focus on what instead of how to plot your data Using the Altair Python API we can focus on what instead of how to visualize the data
- Understand high-dimensional data with three lines of code Using 3 different types of plots from the Pandas plotting API we can understand any multivariate data
#shell 2 posts
- Understanding unix commands was never easer. Here's how! Using the explainshell tool to understand the unix command and decrypt the myriad of arguments
- Boiler plate code? Enter cht.sh command line! You don't need GitHub Copilot to find boilerplate code.
#sierpinski triangle 1 post
↑ Back to top#snakeviz 1 post
↑ Back to top#statistics 1 post
↑ Back to top#sytoscape 1 post
↑ Back to top#umap 1 post
↑ Back to top#unix 2 posts
- Understanding unix commands was never easer. Here's how! Using the explainshell tool to understand the unix command and decrypt the myriad of arguments
- Boiler plate code? Enter cht.sh command line! You don't need GitHub Copilot to find boilerplate code.