• Stars
    star
    7
  • Rank 2,294,772 (Top 46 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated about 3 years ago

Reviews

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

Repository Details

Demonstration of sift algorithm to track objects and observing the effect of each parameter on performance.

More Repositories

1

Audio-Classification-Using-Wavelet-Transform

Classifying audio using Wavelet transform and deep learning
Python
33
star
2

Bird-Song-Classification

Classify bird species based on their songs using SIamese Networks and 1D dilated convolutions.
Python
14
star
3

Siamese-Networks-Tutorial

Python
13
star
4

MultiColor-Shapes-Database

A small database to test different machine learning tasks. It contains simple shapes of different colors.
11
star
5

Image-segmentation-overview

Demonstration of a few useful segmentation algorithms.
Python
6
star
6

Bird-sound-classification

Classify bird's sound using siamese networks and few-shot learning.
Jupyter Notebook
6
star
7

Music-Genre-Classification

Classify music in two categories progressive rock and non-progressive rock using mfcc features, MLP, and CNN.
Python
5
star
8

PCATutorial

A Step-by-step tutorial to implement PCA.
Jupyter Notebook
4
star
9

SpeechEmotionRecognitionPapers

A curated list on the literature of emotion recognition using deep learning.
4
star
10

Gossip-Simulator

Implementation of gossip protocols for information dissemination in a network with different kinds of topologies.
Elixir
4
star
11

Bitcoin-Simulator

Implementation of Bitcoin protocol to simulate bitcoin mining, wallet, and transactions.
Elixir
3
star
12

PCALinearityCheck

A demonstration of how to use PCA to see if data is linear or not
Jupyter Notebook
3
star
13

Tensorboard_visualize

Visualize data on TensorBoard.
Python
3
star
14

Jobscheduler-using-RB-Tree-and-min-heap

Task scheduler using RB tree and min heap.
C++
2
star
15

BirdSoundClassification

Jupyter Notebook
1
star
16

Chord-Protocol

The goal of this project is to implement the Chord protocol using the actor model in elixir
Elixir
1
star
17

Elixir-actor-model

The problem is to find perfect squares that are sums of consecutive squares. A classic example is the Pythagorean identity: 3^2 + 4^2 = 5^2
Elixir
1
star