mirror of
https://github.com/ltcptgeneral/IdealRMT-DecisionTrees.git
synced 2025-09-06 15:27:23 +00:00
update readme
This commit is contained in:
10
README.md
10
README.md
@@ -20,4 +20,12 @@ Run `extract_all_datasets.py` which will extract the data from each file in `dat
|
|||||||
|
|
||||||
## Training
|
## Training
|
||||||
|
|
||||||
Run `DecisionTree.ipynb`, the tree should be output in `tree`
|
Run `DecisionTree.ipynb`, the tree should be output in `tree.json`
|
||||||
|
|
||||||
|
## Compression
|
||||||
|
|
||||||
|
Run `TreeCompress.ipynb`, the tree should be output in `compressed_tree.json`
|
||||||
|
|
||||||
|
## RMT
|
||||||
|
|
||||||
|
Run `TreeToRMT.ipynb`, it will report the TCAM and SRAM usage of the compressed tree
|
Reference in New Issue
Block a user