Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.26 KB

File metadata and controls

48 lines (31 loc) · 1.26 KB

Image Processing Functions (impro)

This library is dedicated to image processing functions, comprising Machine Learning algorithms in the Intelligence module, and light-tissue interactions simulations in the Monte Carlo module.

Module of Intelligence

With this module you can train and test Machine Learning algorithms, like Random Forest

Use the following code to import this module after install this package:

from impro import intelligence

How to Install

You can install using pip:

pip install impro==0.0.6

If you have a previous version of impro installed, it is a good practice to uninstall it first

pip uninstall impro
pip install impro==0.0.6
  • author: Marlon Rodrigues Garcia
  • contact: marlon.garcia@unesp.br
  • institution: Sao Paulo State University (Unesp)

Scientific Research

This work is the product of the research being conducted at two universities in Brazil:

Sao Paulo State University (Unesp)

  • Dept. of Electronic and Telecommunication Engineering
  • School of Engineering, Campus of Sao Joao da Boa Vista
  • website: https://www.sjbv.unesp.br/

University of São Paulo (USP)