MahdiDictionary 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…Apr 20Apr 20
MahdiBrief 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…Apr 2Apr 2
MahdiMastering 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…Apr 2Apr 2
MahdiFedAvg simplifiedFederated learning is a machine learning technique that enables multiple devices, such as smartphones or edge devices, to collaboratively…Dec 19, 2022Dec 19, 2022
MahdiHow 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…Dec 19, 2022Dec 19, 2022
MahdiRedistricting, 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…Nov 30, 2021Nov 30, 2021
MahdiA brief note on HypergraphsGraphs in a traditional sense are made up of vertices and edges. Edges establish connections between two vertices. Graphs provide an…Oct 31, 2021Oct 31, 2021
MahdiA 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…Oct 17, 2021Oct 17, 2021
MahdiSimulating 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…Oct 5, 2021Oct 5, 2021
MahdiClassifying 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…Oct 5, 2021Oct 5, 2021