feature-vectors
There are 16 repositories under feature-vectors topic.
cvxgrp/pymde
Minimum-distortion embedding with PyTorch
Aquila-Network/aquila
An easy to use Neural Search Engine. Index latent vectors along with JSON metadata and do efficient k-NN search.
nielstenboom/recurring-content-detector
Unsupervised detection of opening / closing credits, recaps, and previews in video files 🎥🍿🎬
sandialabs/tracktable
Tracktable: moving object trajectory analysis in C++ and Python
dr-costas/SEDLM
Language modelling for sound event detection
salmanee/Librarian
Librarian: An Empirical Study of Security Updates in Android Apps’ Native Code
Defcon27/Content-Based-Image-Retrieval-CBIR-using-Image-Feature-Extraction
This is a Content Based Image Retrieval System(CBIR) where the program takes some input images and extracts the image feature vectors and stores them. When another image is given as a query image to the program it searches for all similar images that are given as input
Defcon27/Image-Search-using-Parallel-Computing
CRISP is a Fast Image Search application that retrieves similar images from a database based on the query image by using Parallel computing paradigm.
ken-power/CVND-ComputerVisionExercises
Computer Vision and Deep Learning exercises from Udacity's Computer Vision Nanodegree
aviralchharia/Neural-Image-Captioning
In this project, we use a Deep Recurrent Architecture, which uses CNN (VGG-16 Net) pretrained on ImageNet to extract 4096-Dimensional image feature Vector and an LSTM which generates a caption from these feature vectors.
Kedhar034/Recommedation-system-project
recommendation engine project
somjit101/BERT-Question-Answering
A study on encoding english sentences to tensorflow vectors or tensors using pre-trained BERT model from the Hugging Face Library.
jsnctl/hypervector
Test fixtures for data science
yas-sim/face-feature-visualization
This program demonstrates how to plot face feature vectors on a 2-D chart using t-SNE method to compress dimension of the vectors
Arunangshu-Nandy/CNN-with-Transfer-Learning-for-Animal-Images
CNN with transfer learning for animal image detection
chandnii7/Text-Classification-BERT
Program performs text classification using BERT vector with Logistic Regression and Neural Network Models.