Coder Social home page Coder Social logo

somaco's Introduction

SomAco

This repo presents a new algorithm that combines the meta-heuristics from ant colony optimization with the self-organizing feature map algorithm (SomAco) in the attempt of addressing the issue of slow training.

This algorithm was initially developed for my honours research module (COS700) at the University of Pretoria, under the supervision of Dr Christopher Cleghorn and Will van Heerden in the year 2018.

Developed by Keoagile M. Dinake

Copyright © 2019 Aistariot (Pty) Ltd.

Research Proposal

This browser does not support PDFs. Download the SomAco research proposal for offline usage.

somaco's People

Contributors

kmdinake avatar

Watchers

James Cloos avatar  avatar

somaco's Issues

New Stopping Condition

The algorithm tends to converge to a Lowest Std.Dev Training Error at around the 400th cycle. This leads me to wonder whether there should not be a 3rd stopping condition: one that will check for value convergence.

For instance, if the Lowest Std.Dev Training Error has been "constant" for the past arbitrarily chosen yet a reasonable number of epochs, then the Lowest Std.Dev Training Error has converged on a particular value as is unlikely to change even if the training goes beyond 1000 epochs (max number of epochs). As a result, the training should halt on that value.

Thus the new stopping condition is based on the following:

  1. 0 <= Lowest Std.Dev Training Error <= 0.6 (hard constraint)
  2. Epoch counter has reached the maximum number of epochs (soft constraint)
  3. Lowest Std.Dev Training Error has reached convergence (hard constraint)

Early termination

The algorithm suffers from

early termination

due to the fact that the maximum number of epochs was insufficient

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.