• Stars
    star
    1
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

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

Repository Details

How does Word2Vec work ?

More Repositories

1

Stock-Price-Prediction

Stock price prediction using LSTM and 1D Convoltional Layer implemented in keras with TF backend on daily closing price of S&P 500 data from Jan 2000 to Aug 2016
Python
137
star
2

Face-Recognition-Algorithms

Implemented and evaluated four basic face recognition algorithms: Eigenfaces, Fisherfaces, Support Vector Machine (SVM), and Sparse Representation-based Classification (SRC) on YaleB dataset
MATLAB
18
star
3

Model-Compression

Reduce the model complexity by 612 times, and memory footprint by 19.5 times compared to base model, while achieving worst case accuracy threshold.
Jupyter Notebook
4
star
4

Sequence-Models

Course 5 from deeplearning.ai
Jupyter Notebook
3
star
5

scene-clustering

Clustering scenes
Python
3
star
6

Face-Recognition

In this thesis, we study two problems based on clustering algorithms. In the first problem, we study the role of visual attributes using an agglomerative clustering algorithm to whittle down the search area where the number of classes is high to improve the performance of clustering. We observe that as we add more attributes, the clustering performance increases overall. In the second problem, we study the role of clustering in aggregating templates in a 1:N open set protocol using multi-shot video as a probe. We observe that by increasing the number of clusters, the performance increases with respect to the baseline and reaches a peak, after which increasing the number of clusters causes the performance to degrade. Experiments are conducted using recently introduced unconstrained IARPA Janus IJB-A, CS2, and CS3 face recognition datasets.
MATLAB
3
star
7

ComputationalPhotography

Implemented Texture Synthesis and Image Inpainting algorithms
MATLAB
2
star
8

Temperature-Prediction

Temperature prediction from images
Jupyter Notebook
2
star
9

Player-Tracking

Tracks the wide receiver from a single shot video clip, where the offensive team is to left
Python
2
star
10

Unified-Face-Landmark-and-Gender-Recognition

Face Detection, landmark detection and gender classification in a unified workflow
Python
2
star
11

Camera-Caliberation

Calibrate the camera of a robot vehicle for 3d and 2d camera caliberation.
MATLAB
2
star
12

Eclectic-Nets

Collection of most popular Deep Learning architechtures trained with tensorflow, keras
Python
2
star
13

Ethnicity-Classifier

This classifier uses the sub-strings of size 3 to learn probability associated with each substring such that it belongs to a particular ethnic group using the census 2000 data. When a new string is presented, it is broken down into sub-strings of size 3, and prediction is done on each of the sub-string using the model computed before. The output accuracy of the predictor is 85%. The model can be improved by balancing the sub-strings and the across the ethnic groups. The model follows the Naive Bayes assumption of conditional independence
Python
2
star
14

k-Nearest-Neighbors

Nearest Neighbor classification for CIFAR-10
Python
2
star
15

Convolutional-Neural-Networks

Course 4 on deeplearning.ai
Jupyter Notebook
1
star
16

openai-api-short

Short course on Generative AI from DeepLearning AI
Jupyter Notebook
1
star
17

Coordinate-Gradient-Descent

Lasso is implemented on CIFAR-10 dataset via Co-ordinate Gradient descent algorithm.
MATLAB
1
star
18

Classifiers

Project for CS-520(Intro to AI) at Rutgers University
MATLAB
1
star
19

Practical_Aspect_of_Deep_Learning

Course 2 on deeplearning.ai
Jupyter Notebook
1
star
20

RAG

RAG, and Adavanced RAG methods
Jupyter Notebook
1
star
21

Learning-To-Represent-Text

Learning to represent text using Word2Vec
Jupyter Notebook
1
star
22

KernelPerceptron

Classification on the Web Spam Dataset using Percepton and Kernel Perceptron with Polynomial, Gaussian, Exponential and Laplacian Kernels.
MATLAB
1
star