• Stars
    star
    26
  • Rank 926,780 (Top 19 %)
  • Language
    Python
  • Created about 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

It uses Latent Dirichlet Allocation algorithm to discover hidden topics from the articles. It is trained on 60,000 articles taken from simple wikipedia english corpus. Finally, It can extract the topic of the given input text article.

More Repositories

1

Change-Detection-in-Satellite-Imagery

It employes Principal Component Analysis (PCA) and K-means clustering techniques over difference image to detect changes in multi temporal images satellite imagery.
Python
145
star
2

Mail-Spam-Filtering

It uses machine learning models (Multinomial NB & SVM) to predict whether the email is spam or ligitimate on two corpus namely Ling-spam corpus and Euron-spam corpus.
Python
82
star
3

Speaker-identification-using-GMMs

It uses GMM to train a speaker identification model. The training and testing has been done on subset (34 speakers) from VoxForge data corpus.
Python
53
star
4

FaceEmotion_ID

Detects Face using Haarcascades and further detects emotion in bounded face (trained a CNN emotion detector model)
Python
48
star
5

Face_ID

Face Recognition using MTCNN face detector and FaceNet (pre-trained by davidsandberg) based identification.
Python
33
star
6

finbert_embedding

Token and sentence level embeddings from FinBERT model (Finance Domain)
Python
30
star
7

Image-compression-with-Kmeans-clustering

A lossy compression to illustrate an application of K-means clustering algorithm
Python
20
star
8

PyGender-Voice

It uses GMM to train a gender detector model. The testing has been done on subset of Google's AudioSet corpus.
Python
20
star
9

Text-classification-and-clustering

It demonstrates the example of text classification and text clustering using K-NN and K-Means models based on tf-idf features.
Python
14
star
10

Object-recognition-CIFAR-10

It is object recognition task on CIFAR-10 dataset using CNN. It shows how to achieve 90% accuracy.
Python
13
star
11

Sentiment-Analysis-using-tf-idf---Polarity-dataset

It uses term frequency and inverse document frequency to do sentiment polarity analysis on movie reviews.
Python
7
star
12

Food-Classification-Task-Transfer-learning

The application demonstrates the advantage of using transfer learning for smaller datasets. Food-11 is a small dataset with 11K images for 11 categories of food. It uses features learnt by already trained VGG16 on large Imagenet data to train a classifier for Food Classification Task..
Jupyter Notebook
6
star
13

Predict-the-Happiness-HackerEarth-Challenge

It uses 2-layered fully connected/Dense Neural network model to predict whether the hotel reviews at TripAdvisor site are positive sentiment or negative sentiment.
Python
5
star
14

tf-fashionMNIST

A tensorflow tutorial on Fashion MNIST Dataset. The aim is to showcase an implementation of tensorflow based deep learning model from scratch.
Python
5
star
15

QA-system-memory-networks-bAbI-dataset

Building a question and answering system using single layer memory network model on bAbI dataset by facebook. Currently, It is done only for single supporting fact task.
Jupyter Notebook
4
star
16

NER_Disease_Extraction_Hackathon

"Innoplexus Online Hiring Hackathon: Saving lives with AI" where disease name has to be extracted from documents. The solution employes a Time distributed BI-LSTM model to perform Named Entity Recognition with 77.8% F1 score.
Jupyter Notebook
4
star
17

WNS-DS-Hackathon

It's a hackathon problem where we have to predict whether an employee will be promoted or not based on features. (HR Analytics)
Jupyter Notebook
4
star
18

NL2SQL

Tutorials for converting natural language to SQL (NL2SQL) to fetch required data.
Jupyter Notebook
3
star
19

Language-Detection-From-Text---Bi-gram-based

A bi-gram based language model used for language detection task from text
Python
3
star
20

Web-Crawling-Scrapping-Bot

An application to showcase usage of selenium and beautifulsoup to crawl a website and scrap the desired page in order to extract required infromation
Jupyter Notebook
3
star
21

Toxic_Comment_Classification_Challenge

Building a multi-label classification model which predict a probability for each of the six possible types of comment toxicity (toxic, severe_toxic, obscene, threat, insult, identity_hate)
Python
1
star