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 numpypip install matplotlibpip install pandas
Or install the dependencies with the requirements.txt:
pip install requirements.txt