├── LICENSE ├── README.md ├── SDT.py ├── main.py └── mnist_exp.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xuyxu/Soft-Decision-Tree/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xuyxu/Soft-Decision-Tree/HEAD/README.md -------------------------------------------------------------------------------- /SDT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xuyxu/Soft-Decision-Tree/HEAD/SDT.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xuyxu/Soft-Decision-Tree/HEAD/main.py -------------------------------------------------------------------------------- /mnist_exp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xuyxu/Soft-Decision-Tree/HEAD/mnist_exp.png --------------------------------------------------------------------------------