Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 379 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 379 Bytes

Decision_Tree

Synopsis

Decision Tree implementation, in Machine Learning.

Implementation

The algorithm is implemented in C++. It took a lot of time :(

Problem Specification

The problem specification is described in the Assignment1.pdf. This project will learn by generating decision tree from some sample data and with this tree it will predict some circumstances.