Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,15 @@ tags:
|
|
| 8 |
- mandelbrot
|
| 9 |
- function-learning
|
| 10 |
- math
|
| 11 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- mandelbrot
|
| 9 |
- function-learning
|
| 10 |
- math
|
| 11 |
+
---
|
| 12 |
+
Neural Networks can learn any function, even capturing fractal level details.
|
| 13 |
+
|
| 14 |
+
Approximated the hashtag#Mandelbrot set, a classic chaotic fractal, an infinitely complex boundary generated by a simple formula in the complex plane. Every zoom reveals more intricate detail, forever.
|
| 15 |
+
|
| 16 |
+
In this small-scale project, I trained a neural network to learn the fractal shape from pixel coordinates using PyTorch, NumPy, and Matplotlib. This isn’t curve-fitting. This is pure function learning.
|
| 17 |
+
|
| 18 |
+
- Added positional encodings to represent spatial patterns
|
| 19 |
+
- Increasing epochs and depth for better generalization
|
| 20 |
+
- And tuning resolution + loss functions
|
| 21 |
+
|
| 22 |
+
The model approximated the Mandelbrot set with stunning accuracy, no image inputs, just math.
|