Explore >> Select a destination


You are here

e2eml.school
| | pythonprogramming.net
4.6 parsecs away

Travel
| | Python Programming tutorials from beginner to advanced on a massive variety of topics. All video and text tutorials are free.
| | rasbt.github.io
5.6 parsecs away

Travel
| | A library consisting of useful tools and extensions for the day-to-day data science tasks.
| | www.paepper.com
3.7 parsecs away

Travel
| | [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
27.4 parsecs away

Travel
| 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.