Coder Social home page Coder Social logo

Andreas Hadjiprocopis's Projects

cartesian icon cartesian

Enumerate an n-dimensional list of integers providing an optional selector. For example for a 3D list from 0 to 3 the enumeration is 000, 001, 002, 010, 011, 012, ... 222. A selector on this list is 0,1:2,* which will fix the first dimension to 0, the second to all integers between 1 and 2 and the last dimesnion would span the whole 0-3 range of the Cartesiabn.

containers icon containers

Implements an n-dimensional sparse or "full" array backed on a 1D flat array. It depends on the 'Cartesian' package which can be downloaded from my repository (e.g. https://github.com/hadjiprocopis/containers)

data-random-structure-utf8 icon data-random-structure-utf8

Perl module to create random nested data structures, arbitrarily deep and with unicode support for keys, values, elements

data-roundtrip icon data-roundtrip

convert between Perl data structures, YAML and JSON with unicode support (I believe ...)

genetic-algorithm-search-2d-grid icon genetic-algorithm-search-2d-grid

Uses Genetic Algorithms to plan a route over a 2D grid optimising for maximum score and minimum distance. In Perl and using Algorithm::Evolutionary by J. J. Merelo-Guervós

genetic-solutions icon genetic-solutions

This is an example of how I use JGAP (genetic algorithms library) in order to solve a set of equations. Proof-of-concept.

histocurse icon histocurse

A Java implementation of a multidimensional histogram backed on dense/conventional OR sparse array. Extremely efficient when number of dimensions is large and back-store is sparse array. This module depends on other projects which can be found on my repo here. See README below to see what you need to download.

medical-image-analysis icon medical-image-analysis

Various programs and libraries for the analysis of MRI brain scans (UNC and ANALYZE formats). From my work at the Institute of Neurology.

neural-parser icon neural-parser

np is a language to create neural networks and connect them together in order to create entities of neural networks. (C, bash and perl). It depends on my Neural Network Engine (see NNengine in this repository).

nnengine icon nnengine

A Feed Forward Neural Network library and stand-alone executables. Written in C for utmost efficiency.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.