Skip to content

CSC-522: Implemented Citation KNN which is one of the most popular algorithms for solving multiple-instance learning (MIL) problems. It is a lazy learning algorithm which tries to classify a bag of instances by using labelled bags of instances.

Notifications You must be signed in to change notification settings

arjunssharma/Citation-KNN

Repository files navigation

Solving the Multiple-Instance Problem: A Lazy Learning Approach# Citation-KNN

To Run the code

python main.py

About

CSC-522: Implemented Citation KNN which is one of the most popular algorithms for solving multiple-instance learning (MIL) problems. It is a lazy learning algorithm which tries to classify a bag of instances by using labelled bags of instances.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages