GithubHelp home page GithubHelp logo

icnap_hackathon's Introduction

ICNAP_Hackathon

Task3/Process Monitoring/Classification This the task 3 of ICNAP Hackathon in Aachen on 25-27 Okt 2019

Try in the competition

Main goal is to classify the given time series data, the labeled training data is provided. During the 33 hours competition time, we managed to apply the Random Tree Classificator to classify the unkonwn data, to decide which types (0,1,2) it belongs, and how many gaussian distributions are mixtured in it's probablity distribution.

We tried to divide the whole time series data, and calculate the mean, variance and 10,25,50,75,90 percentile of the divided groups. Those vaules of each group were used as the features to feed into the Randomtree.

In the end, the both subtask we have achieved a accuracy of 80%.

New Try a week later

A week later, I reconsidered the problem, and think a neuroal network might also works well for the data. Since the time series data are different in length, I calculate the min length of all the training and testing data, and have only taken the min length into account.

All the average values of time series data are eliminated and normalized of area [-1,1]. All the 900 data are given into a simplest NN as input. And the accuracy reaches over 90% for first subtask, the classification of types (0,1,2). The accuracy reaches over 82% for second subtask.

Can be done: Deeper NN with more hidden layers

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.