Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 359 Bytes

VTU-ML-Lab-Manual

The machine learning lab manual for VTU 7th sem CS students.

Programs 1-4 and 10 are built without using any additional libraries, others mostly rely on Scikit-learn

Program -4:

Artifitial Neural network with backpropagation (without using any libraries/APIs)

Program -6:

Naive Bayes Classifier

Program -9:

KNN Algorithm