Skip to content

A python implementation of HINT algorithm for concept learning.

Notifications You must be signed in to change notification settings

ademkikaj/concept-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HINT Algorithm

HINT Algorithm is a machine learning technique for function decomposation.

Partial implementation of HINT Algorithm in Python.

Set up

Create a virtual environment

python -m venv env

Activate venv

.\env\Scripts\activate

Install requirements

pip install -r .\requirements.txt

Run

python .\App.py

Function

Function must be a CSV file with header included. Check .\function1.csv

About

A python implementation of HINT algorithm for concept learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages