AI MaverickRunning a Script in the Background and Scheduling with nohupRunning scripts in the background and scheduling them to execute at specific intervals can be essential for various tasks, such as periodic…Nov 15, 2023Nov 15, 2023
AI MaverickConnecting to a Remote Service Using SSH Tunneling and cURLIntroductionNov 20, 2023Nov 20, 2023
AI MaverickHow to write our own Grid search in bash scriptGrid Search is a model hyperparameter tuning technique in machine learning. It is used to find the best set of hyperparameters for a given…Feb 5, 2023Feb 5, 2023
AI MaverickHow to SpeedUp Hill Climb Search in Python?Hill Climbing is an optimization technique used in Artificial Intelligence and other fields to find a solution to a problem by…Jan 28, 2023Jan 28, 2023
AI MaverickHow to install Miniconda on Linux using SLURM (Step-by-step)Many developers and researchers use resource management for their calculation tasks. One of the well-known resource management is SLURM…Jan 25, 2023Jan 25, 2023
AI MaverickConda commands — All in oneIn this article, I collected all of the conda’s commands from basic to advance;Jan 25, 2023Jan 25, 2023
AI MaverickPyTorch, Tensors, and deep-learning frameworks (A complete tutorial)In this article, we will learn about the basic concepts of the tensors, NumPy arrays, torch, and deep models on PyTorch, and we will build…Nov 28, 2022Nov 28, 2022
AI MaverickA quick guide to publishing Python Package on PyPIA quick guide to publishing Python Package on PyPIMay 19, 2022May 19, 2022
AI MaverickHow to make data frames from different CSV files in PythonIn this review, I included an approach to building a data frame from different stored CSV files. The files have different sizes, so you…May 13, 2022May 13, 2022
AI MaverickHow to import and use Cython in PythonIn this review, I talk about the useful tips to use the *.pyx Cython files in the python package. You can find the related links to install…Mar 17, 2022Mar 17, 2022
AI MaverickJupyter MarkDown cheatsheet — Part 1Jupyter MarkDown cheatsheet by Seyedsaman_EmamiFeb 5, 2022Feb 5, 2022