PinnedAbdella SolomonExperimenting with the Bias/Variance Trade-Off in MLLet’s do an experiment around the bias/variance trade-off issue to figure out how they actually occur…Oct 1, 2022Oct 1, 2022
Abdella SolomonLet’s do photo editing with python using NumPy and MatPlotLibThis article tends to explain how photo editing software works in the background. It will help you understand how mathematics is…Apr 9Apr 9
Abdella SolomonLet’s make a trace routing tool from scratch with python.In this article, we will be making a trace routing tool from scratch with python using its low level libraries.Feb 12, 2023Feb 12, 2023
Abdella SolomonTCP vs UDP protocol. Things you need to know!This article briefly does the comparison between TCP and UDP and the use case of each protocols.Jan 18, 2023Jan 18, 2023
Abdella SolomonThe Bias/Variance Trade-Off in MLHello, my fellow readers, I am here with another new article to brief you about the bias/variance trade-off concept in data science and…Sep 25, 2022Sep 25, 2022
Abdella SolomonHow to make a movable control in Avalonia?This article is about how to move controls in their parent field using a mouse pointer. It can also help you understand how to make custom…Mar 20, 2022Mar 20, 2022
Abdella SolomonThe underlying HTTP architecture explanation with implementation in pythonIn this article, we are going through how HTTP protocol works and implementation of small HTTP server using raw sockets.Nov 30, 2021Nov 30, 2021
Abdella SolomonUDP protocol with a header implementation in pythonIn this article, we are implementing(experimenting) UDP headers in UDP protocol with python’s built-in module socket.Oct 20, 20211Oct 20, 20211
Abdella SolomonUDP protocol and header explainedIn this article, I am briefly trying to explain about UDP protocol, headers and how to deal with data corruption.Oct 17, 2021Oct 17, 2021