Adam Maus
  • About / Portfolio
  • Research
  • Tutorials
    • Chaos and Nonlinear Dynamics
    • Machine Learning & Optimization
    • Social Network Analysis
  • Script Library

Multidimensional Scaling

By Adam On April 29, 2012 · Leave a Comment

Multidimensional Scaling (MDS) is a linear embedding method used when we only know the pairwise distances between data points. For linear systems, MDS works well with as little as 10 points and the system is 2 dimensional. For this program, you choose the window size or embedding for the system and MDS identifies what the [...]

Continue Reading →

Applications of Particle Swarm Optimization

By Adam On March 4, 2012 · Leave a Comment

Particle swarm optimization can be used in a variety of different applications. A few examples involving nonconvex, multi-objective, discontinuous search spaces and applications in neural networks and support vector machines are mentioned.

Continue Reading →

In-depth details of Particle Swarm Optimization

By Adam On February 5, 2012 · Leave a Comment

I explain and show code to construct the Particle Swarm Optimization in Python. I conclude by optimizing on the Rastrigin function, a function that researchers use to test optimization algorithms on.

Continue Reading →
parabola-2

An Overview of Particle Swarm Optimization

By Adam On January 18, 2012 · 2 Comments

Particle swarm optimization is often used to optimize functions in rather unfriendly non-convex, non-continuous spaces. The idea behind the algorithm involves a swarm of particles flying through a space both collaboratively and independently.

Continue Reading →

Rewiring the RSS icon link for Platform

By Adam On September 8, 2011 · Leave a Comment

Step-by-step instructions for rewiring where your RSS link icon points to within the Platform theme (by PageLines) for Wordpress

Continue Reading →
Lorenz Attractor

Estimating Lyapunov Spectra of ODEs using Python

By Adam On September 3, 2011 · 1 Comment

Python code is shown that estimates the Lyapunov spectra for the Rossler and Lorenz systems. This code is written in a way that makes it adaptable for other continuous-time systems.

Continue Reading →
Example Output

Modelling Chaotic Systems using Support Vector Regression and Python

By Adam On August 17, 2011 · Leave a Comment

Support Vector Regression is a technique in machine learning that can be used to model chaotic data. A program is shown to work on Delayed Henon Map data.

Continue Reading →
\left[\matrix{-2.8x_{n-1}%26.3\cr%201%260}\right]

Lyapunov spectra of inverted discrete dynamical systems

By Adam On July 10, 2011 · Leave a Comment

One can estimate the lyapunov spectrum of dynamical systems and their inverted counterparts using local Jacobian matrices and Wolf’s algorithm.

Continue Reading →

Automatically Link Text using VB.Net

By Adam On June 1, 2011 · Leave a Comment

Automatically add HTML to link any words with http:// or https:// within text using this VB.net script

Continue Reading →
returnmap

Generating Poincaré Sections and Return Maps

By Adam On May 25, 2011 · 2 Comments

Using the iterative 4-th order Runge-Kutta method as described here, we can create low dimensional slices of the system’s attractor known as Poincare Sections, Return maps, or Recurrence maps.

We will use the Rossler attractor for this example,

with a, b, and c set to 0.2, 0.2, and [...]

Continue Reading →
← Previous Entries
  • Archives

    • April 2012
    • March 2012
    • February 2012
    • January 2012
    • September 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • April 2011
    • March 2011
    • February 2011
  • Recent Posts

    • Multidimensional Scaling
    • Applications of Particle Swarm Optimization
    • In-depth details of Particle Swarm Optimization
    • An Overview of Particle Swarm Optimization
    • Rewiring the RSS icon link for Platform
  • Tags

    Betweeness Bonacich C Centrality Chaos Closeness CUDA Delayed Henon Map embedding method Freeman's Degree Centrality Henon Map HTML Integer Programming Invertible Maps Javascript Lorenz Attractor Lyapunov Spectrum Multi-objective optimization Multidimensional Scaling Neural Network ODE Optimization Particle Swarm Optimization PHP Platform Probability Python Rastrigin function Rossler Attractor Script Library Sensitivities Social Network Analysis Subgraph Centrality Support Vector Machines Support Vector Regression Time Series VB.net Wordpress
  • Subscribe to my RSS feed
Platform by PageLines