← one-piece

svaiter@nice:~/one-piece/src$ tree --dirsfirst

. ├── blender/ │ ├── cayley-singular-cubic.blend │ ├── moebius-strip.blend │ └── whitney-umbrella.blend ├── fig/ │ ├── data/ │ │ ├── boat-original.png │ │ └── t8.shakespeare.txt │ ├── argmin-discontinuities.py │ ├── basic-game-of-life.py │ ├── berry-essen.py │ ├── bfs-vs-dfs.py │ ├── bigram-model.py │ ├── bilevel-amortized-1d.py │ ├── brownian-motion-2d-time.py │ ├── cucker-smale.py │ ├── cumulative-quantile-gaussian.py │ ├── cumulative-quantile.py │ ├── drawing_mlp.py │ ├── entropy-two-elements.py │ ├── erdos_renyi.py │ ├── gauss-lucas-iterated.py │ ├── gauss-lucas.py │ ├── gd_nag_sgd.py │ ├── gradient-descent-stepsize.py │ ├── graham-scan.py │ ├── hammersley-random-polynomial.py │ ├── harmonic-function.py │ ├── heat-equation.py │ ├── heavy-ball.py │ ├── histogram_equalization.py │ ├── implicit_bias_lars.py │ ├── implicit-bias.py │ ├── law_large_numbers.py │ ├── lojasiewicz-inequality.py │ ├── lorenz_attractor.py │ ├── lower_semicontinuous_functions.py │ ├── main-bulb-mandelbrot.py │ ├── mandelbrot.glsl │ ├── mandelbrot.html │ ├── markchenko-pastur.py │ ├── mathematical-morphology-operators.py │ ├── monge-problem.py │ ├── nadaraya-watson-gaussian.py │ ├── nesterov-vs-gs.py │ ├── perlin-noise.py │ ├── poisson-process.py │ ├── popcorn.py │ ├── positional-encodings.py │ ├── prim-algorithm.py │ ├── projection-convex-sets.py │ ├── random-graph-models.py │ ├── README.md │ ├── resnet-vs-node.py │ ├── rudin-osher-fatemi.py │ ├── sierpinski-triangle.py │ ├── signed-distance-function-blend.py │ ├── signed-distance-function.py │ ├── single-head-attention-heatmap.py │ ├── sinkhorn.py │ ├── smooth_function_on_examples.py │ ├── smoothstep.py │ ├── softmax-temperature.py │ ├── spherical-geometry.py │ ├── spirograph.py │ ├── stochastic_block_model.py │ ├── svd.py │ ├── takacs_function.py │ ├── thom_conjecture.py │ ├── time-complexity-classical.py │ ├── todo-chaotic-logistic-map.py │ ├── uat-shallow-network.py │ ├── vandepol_oscillator.py │ ├── voronoi_delaunay.py │ ├── voronoi_diagram.py │ ├── wasserstein_barycenter.py │ ├── weierstrass-theorem.py │ ├── weierstrass.py │ ├── word2vec-embeddings-distance.py │ └── zonotope-zonoid.py └── manim/ ├── byte-pair-encoding.py ├── chordal-slope.py ├── fenchel-conjugate.py ├── gradient.py ├── morley-theorem.py ├── napoleon-problem.py ├── sorting_algorithms.py └── sparse-vectors-ball.py

4 directories, 85 files

svaiter@nice:~/one-piece/src$ cd ~