Skip to content

GabrielJospin/Ia_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Algorithms

To run

To run, you will need firstly config the config.json. The attributes of the file is:

  • path: the path of the file .csv where is the database
  • separator: the type of separator used in .csv
  • numOut: number of outs in expected
  • classifier: The Classifier you want to use

after this run this on terminal:

python main.py

The Result

You can read the result of the run in ./log/${classifier}/${datetime}

Classifiers Avaible

  • Decision Tree as DecisionTree
  • Linear Regression as LinearRegression

Theory

My Annotationns of the Prof. Dr. Valdinei Regis da Silva classes is available to read.
P.S.: Maybe in the future I can write some mediums, but that's not priorized to now

To Future

  • New Classifiers
  • Files to explain all algorithms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages