/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mropert.github.io
| | www.cppstories.com
8.4 parsecs away

Travel
| | 2018 is almost over (just a few hours left in Poland till midnight). As in previous years, I did a summary of many things that happened in the C++ community. This year seems to be marked with a solid progress towards the standardisation of C++20, using more and more C++17 and as always the growth in the community.
| | accu.org
8.4 parsecs away

Travel
| | What is C++ and why do people still use it? Bjarne Stroustrup provides a short note answering these questions.
| | herbsutter.com
7.9 parsecs away

Travel
| | On Saturday June 9, the ISO C++ committee completed its summer meeting in beautiful Rapperswil, Switzerland, hosted with thanks by HSR Rapperswil, Zühlke, Netcetera, Bbv, SNV, Crealogix, Meeting C++, and BMW Car IT GmbH. We had some 140 people at the meeting, representing 11 national bodies. As usual, we met for six days Monday through...
| | www.paepper.com
17.4 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.