Ali A. Reihani

Fuzzy Logic

Introduction: Fuzzy logic, a captivating branch of artificial intelligence, is gaining prominence for its ability to handle uncertainty and imprecision in decision-making. In this blog post, we’ll explore the fundamentals of fuzzy logic, its applications, and how it’s revolutionizing various industries. What is Fuzzy Logic? Fuzzy logic is a mathematical...

Unveiling the Astonishing World of Quantum Locking

Have you ever heard of an object defying gravity and levitating above a magnetic surface without any visible means of support? Welcome to the mind-bending phenomenon known as “quantum locking.” 🪄🔮 Quantum locking, also referred to as the “Meissner effect,” is a captivating manifestation of quantum physics that seems like...

Crafting a Strong Foundation: The Power of a Literature Review

When embarking on your research journey, a crucial step lies in presenting a comprehensive understanding of your subject area and the existing body of knowledge in your chosen field. The key to achieving this lies in crafting an effective literature review, serving multiple purposes that significantly shape the trajectory of...

Comparison of Optimisation Methods for The Knapsack Problem: Steepest Ascent Hill Climbing vs. Simulated Annealing

I have published my paper “Comparison of Optimisation Methods for The Knapsack Problem: Steepest Ascent Hill Climbing vs. Simulated Annealing” on ResearchGate. The paper explores the application of optimization algorithms, specifically Hill Climbing and Simulated Annealing, to solve the knapsack problem. The knapsack problem is a well-known combinatorial optimization problem...

Harnessing the Power of Shell Code

Linux shell scripting is a powerful tool that allows users to automate tasks, execute commands, and create complex workflows using simple scripts. Shell scripts are written in a shell programming language, such as Bash (Bourne Again Shell), which is the most common shell used in Linux distributions. This article provides...