Skip to content

RITIK-02/ML

Repository files navigation

ML


news1.py - Abstractive Summarization Model using LSTM layers extractivesum_tfidf.py - Extractive Summarization Model

Python packages required:

  1. Matplotlib
  2. Numpy
  3. Pandas
  4. Mlxtend (in knn_raw.py)
  5. Sklearn

All these packages can be found in PyPi

knn.py

This is a Python program that uses sci-kit KNearestNeighbour algorithm to first train the model and then predict results. The plotting of graph takes some time please be patient and also some Matplotlib warnings would arise (I am working on fixing it) but atleast the graph would be shown.


knn_raw.py

This Python program builds KNN algorithm from scratch implementing the distance function to be euclidean distance. Here graph is plotted using different method.

train.csv

Data for training the model


test.csv

Data used to predict result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published