A repository containing all files used for assignments of Machine Intelligence - UE18CS303
- Calculate entropy of dataset
- Calculate average Information gain of columns
Implementation of :
- Depth First Search
- Uninformed Cost Search
- A Star Search
- Implement a ANN from scratch using only numpy.
- Dataset is provided and can be processed with pandas and sklearn