Ali A. Reihani (BSc, MSc)
Greetings, Welcome to my website 🙂 I am Ali, also known as "Al1nuX," an engineer and computer scientist with a passion for the Linux operating system 🐧 and the world of computing. I thoroughly enjoy working with computers, electronics, artificial intelligence, robotics, and exploring the wonders of science and nature. On this website, you will find a collection of my projects and explorations, serving as my personal corner of the internet. I hope you enjoy your visit and find value in the knowledge shared here. Thank you for visiting.

Knowledge, Decrypted 📚

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...

Exploring AI Optimizers: Enhancing Model Performance and Efficiency

Introduction Artificial Intelligence (AI) optimizers play a crucial role in training and fine-tuning machine learning models. These optimization algorithms are designed to improve model performance, enhance convergence, and efficiently use computational resources. In this article, we will delve into the world of AI optimizers, exploring their importance, popular types, and...