This repository contains machine learning and deep learning codes.
All code is written in Python 3
.
Use the package manager pip
to install the dependencies manually:
pip install numpy
pip install matplotlib
pip install pandas
Or install the dependencies with the requirements.txt
:
pip install requirements.txt