#
feature-vector
Here are 23 public repositories matching this topic...
Takes 2 images and says how similar they are based on Euclidean distance of feature vectors
-
Updated
May 21, 2018 - Python
Framework for correlating two or more well logs using feature vectors generated from CNN's in Pytorch
python
cnn
pytorch
networkx
feature-vector
sift
geology
interpretation
oil-wells
well-logs
joblib
oil-and-gas
well-correlation
automated-interpretation
-
Updated
Aug 16, 2019 - Python
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
audio
deep-learning
tensorflow
end-to-end
cnn
lstm
speech-recognition
rnn
feature-vector
data-processing
phonemes
timit-dataset
layer-normalization
rnn-encoder-decoder
-
Updated
Mar 29, 2018 - Python
Extract a feature vector for any image and find the cosine similarity for comparison using Pytorch. I have used ResNet-18 to extract the feature vector of images. Finally a Django app is developed to input two images and to find the cosine similarity.
python
django
pytorch
cosine-similarity
feature-vector
resnet-18
imgtovec
img2veccossim-django-pytorch
img2vec
img2vec-cos
img2vec-cos-sim
-
Updated
Jun 8, 2020 - Python
Invariant Superpixel Features for Object Detection
machine-learning
deep-neural-networks
deep-learning
feature-extraction
segmentation
feature-vector
superpixels
-
Updated
Aug 28, 2018 - C++
Dense Bag-of-Temporal-SIFT-Words
time-series
cpp
extraction
classification
bag-of-words
feature-vector
classification-algorithm
time-series-analysis
norm-bow
-
Updated
Jan 10, 2017 - C++
Created a vehicle detection and tracking pipeline with OpenCV, histogram of oriented gradients (HOG), and support vector machines (SVM). Optimized and evaluated the model on video data from a automotive camera taken during highway driving.
-
Updated
Mar 4, 2017 - Jupyter Notebook
image perceptual hash experiment using convolutional neural net models
-
Updated
May 12, 2019 - Jupyter Notebook
Exploring an approach that bridges computer vision and natural language processing by jointly modeling the labels of sequences of noisy character images that form complete words. This is a natural problem for chain-structured CRFs
-
Updated
Mar 20, 2017 - Jupyter Notebook
Self Driving Car ND Project 5 - Vehicle Detection
machine-learning
image-processing
object-detection
support-vector-machine
feature-vector
hog-features
vehicle-detection
svc
udacity-self-driving-car
-
Updated
Apr 14, 2018 - Jupyter Notebook
Generates Caption from sample Images Using Deep Neural Networks
gui
deep-neural-networks
dashboard
encoder
decoder
machine-learning-algorithms
dimensions
cnn
dataset
lstm
image-captioning
feature-vector
tkinter-graphic-interface
giraffe
python-dash
lstm-decoder
-
Updated
Nov 9, 2019 - Python
Computer Vision: Vehicle Detection
python
machine-learning
computer-vision
notebook
python3
feature-extraction
classification
image-recognition
feature-vector
support-vector-machines
hog-features
sliding-windows
moviepy
-
Updated
Mar 22, 2017 - Jupyter Notebook
Vehicle detection on images and video for Self-Driving Car Engineer Nanodegree program
video
heatmap
feature-extraction
frame
feature-vector
extract-features
hog-features
sliding-windows
bounding-boxes
vehicle-detection
-
Updated
Feb 5, 2017 - Python
Vehicle detection in dash cam video
car
udacity
heatmap
feature-extraction
feature-vector
hog-features
sliding-windows
bounding-boxes
vehicle-detection
svm-classifier
classifier-training
-
Updated
Jun 27, 2017 - Python
Programs uses HOG and LBP features to detect human in images. First, use the HOG feature only to detect humans. Next, combine the HOG feature with the LBP feature to form an augmented feature (HOG-LBP) to detect human. A Two-Layer Perceptron (feedforward neural network) will be used to classify the input feature vector into human or no-human.
feature-vector
nueral-networks
lbp-features
hog-lbp
detect-humans
layer-perceptron
lbp-patterns
gradient-magnitude
gradient-angle
-
Updated
Mar 19, 2020 - Python
Discovers new ontological categories (WordNet synsets) for words based on their lexicosyntactic patterns in Wikipedia
-
Updated
Mar 6, 2018 - Python
Calculate Entropy in R
-
Updated
Jun 24, 2018 - HTML
Classify sets of images in the browser
-
Updated
Mar 11, 2016 - JavaScript
The spam classifier classifies the emails into ham or spam depending on the type of mail and based on the Naives bayes machine learning model used in the Project.
-
Updated
Aug 10, 2018 - Python
A project on text classification
nlp
machine-learning
natural-language-processing
text-classification
sklearn
naive-bayes-classifier
feature-vector
-
Updated
Nov 15, 2019 - Python
Creating a function that takes an image, a color space conversion, and the resolution to convert it into a feature vector
-
Updated
Mar 8, 2019 - Jupyter Notebook
-
Updated
May 22, 2019 - Scala
Improve this page
Add a description, image, and links to the feature-vector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature-vector topic, visit your repo's landing page and select "manage topics."
when i run the example which using timit to build a lstm+ctc system,i meet a mistake,the error as follows:

can you give a suggest how to deal with it,thank very much.