Mahdi·Apr 20, 2024Dictionary as Data Structure: What, When, How?In the realm of programming, particularly in Python, dictionaries are a versatile and powerful data structure that facilitate efficient…
Mahdi·Apr 2, 2024Brief Introduction to ScalaScala is a programming language that was created in 2003 by Martin Odersky and his team at the École Polytechnique Fédérale de Lausanne…
Mahdi·Apr 2, 2024Mastering Arrays and Lists in Python: A Comprehensive Guide to Data Manipulation and Interview…This article aims to demystify the complexities of array and list manipulation in Python, empowering you with the knowledge to efficiently…
Mahdi·Dec 19, 2022FedAvg simplifiedFederated learning is a machine learning technique that enables multiple devices, such as smartphones or edge devices, to collaboratively…
Mahdi·Dec 19, 2022How to Create an HTTP Server using PythonIn this document, we will learn how to create a simple HTTP server using python on our local computer. To create a simple HTTP server in…
Mahdi·Nov 30, 2021Redistricting, Courts, Challenges and Potential SolutionsGerrymandering can show up in many forms. It would be beneficial to cover some of the types. Racial gerrymandering involves a minority…
Mahdi·Oct 31, 2021A brief note on HypergraphsGraphs in a traditional sense are made up of vertices and edges. Edges establish connections between two vertices. Graphs provide an…
Mahdi·Oct 17, 2021A Glimpse into the elegance and beauty of Fourier SeriesMathematics is often referred to as the abstract science of numbers, quantities, and space. The power of mathematics lies in its wide range…
Mahdi·Oct 5, 2021Simulating Wireless Communication to study effects of elementary high-powered jamming attacksJamming is a nasty problem to deal with in wireless communication. One of the reasons behind this is that studying jamming can be difficult…
Mahdi·Oct 5, 2021Classifying digital signals as jammed or healthy using a Random Forest Decision Tree AlgorithmThe process of classifying an instance of a digital signal as healthy or jammed involves asking a series of questions about the features of…