Skip to content

Instantly share code, notes, and snippets.

View littlebenlittle's full-sized avatar
👋
Looking for gigs

Ben Little littlebenlittle

👋
Looking for gigs
View GitHub Profile
@giuseppebonaccorso
giuseppebonaccorso / sanger.py
Last active February 13, 2024 19:34
Sanger's rule (Hebbian Learning)
import numpy as np
from sklearn.datasets import make_blobs
from sklearn.preprocessing import StandardScaler
# Set random seed for reproducibility
np.random.seed(1000)
# Create and scale dataset
X, _ = make_blobs(n_samples=500, centers=2, cluster_std=5.0, random_state=1000)
@miguelmota
miguelmota / README.md
Last active May 15, 2024 07:48
Multiple accounts with Mutt E-Mail Client (gmail example)

How to set up multiple accounts with Mutt E-mail Client

Thanks to this article by Christoph Berg

Instructions

Directories and files

~/