Tarek Mamdouh (@TarekVito)
  • Stars
    star
    38
  • Global Rank 413,712 (Top 15 %)
  • Followers 18
  • Following 8
  • Registered over 11 years ago
  • Most used languages
    MATLAB
    33.3 %
    C#
    33.3 %
    C++
    33.3 %
  • Location 🇪🇬 Egypt
  • Country Total Rank 833
  • Country Ranking
    MATLAB
    3
    C++
    162
    C#
    216

Top repositories

1

SpectralClustering

Spectral Clustering based on Random Walk (Normalized Laplacian Matrix) (Matlab)
MATLAB
12
star
2

ColorCoherenceVector

Color Coherence Vector is a powerful color-based image retrieval (Matlab)
MATLAB
11
star
3

TempMedianFilter

An efficient c++ implementation for Temporal Median Filter for Background Subtraction
C++
4
star
4

ClusteringUsingVoronoiDiagram

Implementation for a clustering Technique that uses Voronoi Diagram to enhance the output of KMeans algorithm
MATLAB
3
star
5

ParticleSwarmOpt

A C++ Implementation for Particle Swarm Optimization.
C++
1
star
6

Computational-Geometry

A C# implementations for solving many classical problems in Computational Geometry (like Convex Hull, Segment Intersections and Polygon Triangulation)
C#
1
star
7

VoronoiUsingBrushfire

Matlab implementation for constructing Voronoi using Brushfire Algorithm
MATLAB
1
star
8

ParallelLongestCommonSubsequence

A C++ parallel implementation for Longest Common Subsequence (LCS) problem.
C++
1
star
9

PCA_GHA

A C# implementation for performing Principle Component Analysis (Using Generalized Hebbian Algorithm). It is a linear feedforward neural network model for unsupervised learning (PCA)
C#
1
star
10

FractalMandelbrotSet

An efficient C++ parallel implementation for Mandelbrot set (Using OpenMP
C++
1
star
11

KMeansPP

A C# implementation for KMeans++. More accurate and faster than the original KMeans. More details:http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf
C#
1
star
12

MaxFlowFord

A C# implementation for solving Maximum Flow problem using Ford–Fulkerson algorithm
C#
1
star