|
You are here |
e2eml.school | ||
| | | | |
pythonprogramming.net
|
|
| | | | | Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free. | |
| | | | |
rasbt.github.io
|
|
| | | | | A library consisting of useful tools and extensions for the day-to-day data science tasks. | |
| | | | |
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. | |
| | | | |
ericlathrop.com
|
|
| | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | ||