A project created to explore some of the most important algorithms of the area of Artificial Intelligence by solving some challenges with those learned algorithms.
git clone https://github.com/xvicmanx/artificial-intelligence
cd artificial-intelligence
pip install -r requirements.txt
Some examples of challenges solved with AI can be found in the challenges folder.
-
gym: OpenAI Gym is a toolkit for developing and comparing reinforcement learning algorithms.
-
joblib: Joblib is a set of tools to provide lightweight pipelining in Python
-
matplotlib: Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.
-
numpy: NumPy is the fundamental package needed for scientific computing with Python.
-
numpy: Scikit Learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.