Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 617 Bytes

File metadata and controls

19 lines (18 loc) · 617 Bytes

VTU 7th SEM AI&ML LAB 18CSL76

This repo contains all the AI&ML Lab programs for VTU 2018 CBCS Scheme

Prerequites

Use the following command in terminal in the same directory as requirements.txt or just run the installLibraries batch file
    pip install -r requirements.txt

Python Libraries Used(For Individual installation)

pip install "library name"
heuristicsearch -> P1, P2
conceptlearning -> P3
decision-tree-ID3-Algorithm -> P4
backpropagation -> P5
numpy -> P5, P7, P9
scikit-learn -> P6, P7, P8
pandas -> P6, P7
matplotlib -> P7
bokeh -> P9