Code Monkey home page Code Monkey logo

ir-sys-a3's Introduction

IR-Assignment # 2

Implementation:

  • Classify and Cluster Given Documents of BBC Sport using a Knn and K-means.

Files:

Jupyter Notebook:

The Notebook Contains a KNN and K-means Implementation.

  • Check Notebook : IR-A3-K173654.ipynb

KNN Algorithm

Approach: Supervised

A k-nearest-neighbor is a data classification algorithm that attempts to determine what group a data point is in by looking at the data points around it.

An algorithm, looking at one point on a grid, trying to determine if a point is in group A or B, looks at the states of the points that are near it. The range is arbitrarily determined, but the point is to take a sample of the data. If the majority of the points are in group A, then it is likely that the data point in question will be A rather than B, and vice versa.

K-Mean Algorithm

Approach: Unsupervised K-means clustering is a method used for clustering analysis, especially in data mining and statistics. It aims to partition a set of observations into a number of clusters (k), resulting in the partitioning of the data into Voronoi cells. It can be considered a method of finding out which group a certain object really belongs to.

Desktop System:

A GUI Based Executable is present that provides a Desktop Interface to the Django based web server which holds the implementation of KNN and Kmeans hosted on Heroku. It can classify and cluster documents and return results.

  • Check Zip File For Desktop GUI Code : IR-SYS-A3

  • Check Folder For Desktop GUI Executable : IR-APP-A3

  • Check Folder For Python Django Web Server : IR-SERVER-A3

Web System:

A Web Application is hosted at https://ira3.netlify.com/#/ .

  • Check Folder for Web Interface Code : IR-WEB-A3

ScreenShots:

References:

http://mlg.ucd.ie/datasets/bbc.html

Built Using:




Template:

ir-sys-a3's People

Contributors

dependabot[bot] avatar eishamazhar avatar hassan11196 avatar

Watchers

 avatar  avatar

Forkers

eishamazhar

ir-sys-a3's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.