• Stars
    star
    3
  • Rank 3,943,878 (Top 79 %)
  • Language
    Python
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

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

Repository Details

Automatic Part-of-Speech Tagging (labelling words as noun, verb, adjective, etc.) using Hidden Markov Model, trained on Brown Corpus

More Repositories

1

Movie-Review-Sentiment-Analysis-LSTM-Pytorch

Classifying movie reviews as positive or negative using Word2Vec Embeddings & LSTM network
Python
73
star
2

SkipGram_with_NegativeSampling_Pytorch

Implementation of Word2Vec: Skip Grams with Negative Sampling method in Pytorch to generate context words from vocabulary given a single input word
Jupyter Notebook
22
star
3

VisionTransformer-PyTorch

ViT fine-tuning and iterative erasing prediction algorithm using self-attention weights in PyTorch
Jupyter Notebook
9
star
4

WaveGAN-Speech-Synthesis

Implementation of WaveGAN using PyTorch to generate artificially-made human voices uttering digits "0" to "9".
Python
9
star
5

Bahdanau-Attention-in-Pytorch

Simple Concatenative Atttention implemented in Pytorch
Python
8
star
6

Machine-Translation-Seq2Seq-Keras

machine translation from English to French senteces of small vocabulary size (200~300 words) using encoder-decoder seq2seq model in Keras
Jupyter Notebook
4
star
7

OpenAI-Monte-Carlo-Control-for-Blackjack

Implementation of constant-alpha Monte Carlo Control Method to construct an optimal policy for playing the game of Blackjack
Python
4
star
8

CycleGAN-in-Pytorch

Implementation of CycleGAN using PyTorch, for transforming horse images into zebra images
Python
3
star
9

Facial-Keypoints-Detector

Facial Keypoints Detection + Applying Snapchat-like Filter with CNN in Pytorch & CV2
Python
2
star
10

Face-Generation-with-DCGAN-in-Pytorch

Face Generation in Pytorch using DCGAN with a discriminator and a generator composed of CNN blocks
Python
2
star
11

Topic-Modelling-using-LDA

Using Latent Drichlet Allocation (LDA) to predict underlying topics in a corpus of new headlines. Pre-processing of raw headline texts are performed beforehand.
Python
2
star
12

Transfer-Learning-with-ResNet50

Jupyter Notebook
2
star
13

English-Text-Normalization-for-TTS

Python
1
star
14

FeatureMapVisualizer

(PyPi package) Decoding Black Box of CNNs Using Feature Map Visualizations
Jupyter Notebook
1
star
15

ML-Papers-Keypoints

Summaries of important machine learning papers throughout history
1
star
16

Automatic-Speech-Recognition

Automatic Speech Recognition in Keras, done as a project for Udacity's NLP nanodegree
Jupyter Notebook
1
star
17

Neural-Style-Transfer

Pytorch Implementation of Style Transfer using Deep Convolutional Network
Python
1
star
18

DQN-for-Lunar-Lander

DQN in Pytorch for training OpenAI's Lunar Lander
Python
1
star
19

Sentence-Segmentation-w-Seq2Seq

when inputted a body of text, segments it into a meaningful units to be inserted in to a TTS model
Python
1
star
20

Crop-White-Background-from-Images

Simple algorithm to crop the white background from an image that contains a single object
Jupyter Notebook
1
star
21

Kaggle-Cuisine-Prediction-Scala

Predicting cuisine type of a dish, given its list of ingredients (Kaggle dataset)
Scala
1
star
22

7-Different-Shaders-Using-GLSL

A shader is program that decides the colour of each pixel rendered for an object. I implemented 7 different shaders in OpenGL Shading Language (GLSL). Each shader used vertex shader and fragment shader that incorporated ambient, diffuse, and specular lighting.
GLSL
1
star
23

Adversarial-Discriminative-Domain-Adaptation-in-PyTorch

Google Colab notebook containing step-by-step instructions to train Adversarial Discriminative Domain Adaptation (ADDA) framework using multi-label data
Jupyter Notebook
1
star