|
You are here |
mika-s.github.io | ||
| | | | |
www.paepper.com
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Previously, I shared an article using multi-GPU training strategies to speed up the finetuning of large language models. Several of these strategies include... | ||