28.04.2020 Views

Sách Deep Learning cơ bản

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

1.3 Hướng dẫn cài đặt anaconda 27

Một số thư viện cơ bản

• Numpy: conda install -c anaconda numpy

• Pandas: conda install -c anaconda pandas

• Matplotlib: conda install -c conda-forge matplotlib

• Keras: conda install -c conda-forge keras

Hoặc bạn cũng có thể cài bằng pip trên anaconda prompt

• Numpy: pip install numpy

• Pandas: pip install pandas

• Matplotlib: pip install matplotlib

• Keras: pip install Keras

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!