• Stars
    star
    2
  • Language
    JavaScript
  • Created over 10 years ago
  • Updated almost 10 years ago

Reviews

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

Repository Details

More Repositories

1

tinyhttp

An implementation of a HTTP Server Framework written in java. I started this project, because I couldn't find a Tiny HTTP Server framework suitable for my necessities, such as Session, Cookies, HTTP/HTTPS, Asynchronous IO, etc.
Java
6
star
2

som

SOM - Self organizing Map is a Swing application that implements the Self organizing map algorithm. Self-organizing map (SOM) is a type of artificial neural network that is trained using unsupervised learning to produce low-dimensional representation of the training samples while preserving the topological properties of the input space. Self-Organizing Map showing US Congress voting patterns visualized in Synapse Self-Organizing Map showing US Congress voting patterns visualized in Synapse This makes SOM useful for visualizing low-dimensional views of high-dimensional data, akin to multidimensional scaling. The model was first described as an artificial neural network by the Finnish professor Teuvo Kohonen, and is sometimes called a Kohonen map. Like most artificial neural networks, SOMs operate in two modes: training and mapping. Training builds the map using input examples. It is a competitive process, also called vector quantization. Mapping automatically classifies a new input vector.
Java
6
star
3

exercises

C++
4
star
4

kermit

A full implementation of kermit protocol over UDP.
C
4
star
5

findgenepattern

Perl
2
star
6

mk_parser

C++
1
star
7

hunT

A C++ implementation of the HunT application
C++
1
star
8

sort

Sort Algorightms in C
C
1
star
9

Stock

Java
1
star
10

zip

Scala
1
star
11

nsfp

NSFP Charite Project
Java
1
star
12

lockfree

C++ Lock free structure Implementations
C++
1
star