beginner

All posts tagged beginner by Linux Bash
  • Posted on
    Featured Image
    Command-line, Linux-first guide to building a minimal, reproducible AI lab: install core system deps via apt/dnf/zypper, create a Python venv, add NumPy/Pandas/Matplotlib/scikit-learn/JupyterLab, and CPU-only PyTorch. Walkthrough trains and saves an Iris classifier with joblib, runs CLI predictions, automates experiments with Bash, versions envs with requirements.txt and Git, and outlines next steps, including optional GPU setup.
  • Posted on
    Featured Image
    Learn the fundamentals of Bash scripting with this beginner's guide designed for automating tasks on Linux and macOS. Start by setting up your environment, then proceed to write and execute your first script. The tutorial covers basic commands, script execution, and provides additional resources for advanced learning. Perfect for newcomers eager to explore system automation through scripting.