|
You are here |
www.roelpeters.be | ||
| | | | |
stribny.name
|
|
| | | | | Several ways to debugging Python code with illustrated examples. | |
| | | | |
eerielinux.wordpress.com
|
|
| | | | | Part 1 of this series covered Python fundamentals, signal handling and logging. We wrote an init script as well as a program that can be daemonized by daemon(8). In the previous part we modified the program as well as the init script so that it can daemonize itself using the Python daemon module. I also... | |
| | | | |
martinheinz.dev
|
|
| | | | | Even if you write clear and readable code, even if you cover your code with tests, even if you are very experienced developer, weird bugs will inevitab... | |
| | | | |
sirupsen.com
|
|
| | | [AI summary] The article provides an in-depth explanation of how to build a neural network from scratch, focusing on the implementation of a simple average function and the introduction of activation functions for non-linear tasks. It discusses the use of matrix operations, the importance of GPUs for acceleration, and the role of activation functions like ReLU. The author also outlines next steps for further exploration, such as expanding the model, adding layers, and training on datasets like MNIST. | ||