Avaliação de Métodos Preditivos aplicados ao IBOVESPA

Keras Tensor Flow Python

Sobre:

  • Faculdade de Tecnologia - UNICAMP
  • Trabalho de Conclusão de Curso
  • Bacharelado em Sistemas de Informação I
  • Orientado por Prof. Dr. Guilherme Palermos Coelho.
  • Coorientador por Prof. Dr. Ana Estela Antunes da Silva.

Documentação:

  • Relatorio_Arthur_B_Gini.pdf

Instalação:

Click to show
  1. Installation
  • Download/clone this repository. Then open terminal (make sure you are in the project's directory).
  • Create a virtual environment using the command py -m venv yourVenvName and activate it using yourVenvName\Scripts\activate.bat.
  • Then run the following command pip install -r requirements.txt. With this, all the dependencies will be installed in your virtual environment.

Note: If any dependency is missing or an error shows up, install it using pip install moduleName.