/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mika-s.github.io
| | www.paepper.com
4.6 parsecs away

Travel
| | [AI summary] This article explains how to train a simple neural network using Numpy in Python without relying on frameworks like TensorFlow or PyTorch, focusing on the implementation of ReLU activation, weight initialization, and gradient descent for optimization.
| | glowingpython.blogspot.com
2.2 parsecs away

Travel
| | And here's a function to plot a compact calendar with matplotlib: import calendar import numpy as np from matplotlib.patches import Rectan...
| | senthil.learntosolveit.com
3.1 parsecs away

Travel
| | This is a coin flip simulator. It compare theoretical binomial distribution with experimental results. listings/python/coinflip.py (Source) import random import math import matplotlib.pyplot as plt
| | sebastianraschka.com
12.7 parsecs away

Travel
| Previously, I shared an article using multi-GPU training strategies to speed up the finetuning of large language models. Several of these strategies include...