Course Content
Introduction
Python provides numerous functionalities to implement machine learning, with the help of different python libraries.
0/7
NumPy
    About Lesson

    Installing Ubuntu/ Linux

    NumPy can be installed with conda, with pip, or with a package manager on macOS and Linux.

    sudo apt update -y  
    sudo apt upgrade -y  
    sudo apt install python3-tk python3-pip -y  
    sudo pip install numpy -y

    Installing Windows

    pip install numpy