smartcorelib / smartcore

A comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.
https://smartcorelib.org/
Apache License 2.0
698 stars 75 forks source link

Implement LEURN #254

Open Mec-iS opened 1 year ago

Mec-iS commented 1 year ago

I'm submitting a

In this paper is presented a simple but effective neural network for tabular data analysis based on decision trees that could probably be implemented using existing tools in the library. This would be a great addition to our algorithms.

Please comment here if interested and to get help into breaking down the implementation into tasks.

EDIT: code here