Decision Tree + Python
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Decision Tree Prototype Project 01 - Find best feature to split on
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
demo a pre-built version of the application
go over how to find the best attribute to split on
step by step build the application
(Decision Tree Prototype Project 01) + SQLite DB and file storage
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Start by picking up & using downloaded file for Decision Trees 01 w/ Python (Find best feature to split on)
refactor and add db + file storage & retrieval functionality
Decision Tree Prototype Project 02 - generate and use rules
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
generate and use decision rules
use info gain for node splitting
(Decision Tree Prototype Project 02) + SQLite DB and file storage
Download source code @ https://sites.fastspring.com/prototypeprj/instant/ai
Refactor code from Decision Tree Prototype Project 02 - generate & use rules
and add db + file storage & retrieval functionality