Giter Site home page Giter Site logo

elec3810-final-project-2023's Introduction

Neural Network to Classify a Rat's Lever-Press State Based on Neural Firing Information

Final Project for ELEC3810 (Data Science for Neural Engineering) at HKUST in Fall 2023

Experiment Paradigm

When there is a start cue, the rat is supposed to press the lever. Then a water reward will be given to him.

Objective

Classify the rat's lever-press state (press or rest) from his neural firing information (spike).

Data Description

trainSpike (16 * 13145) - The rows represents different channels. The columns represent the time sequence of the experiment. Each column means 100ms, so our training experiment lasts for 1314.5s. The value of the matrix represents the spike count in that time window.

trainState (1 * 14152) - The column represents the same meaning as that of trainSpike. The value 0 means, at that time, the rat is in the rest state, 1 means the rat is in press state, and NaN means the rat'e state is not clear.

testSpike (16 * 3656) - The row represents different channel. The column represents the time sequence of the experiment. Each column means 100 ms. The value of the matrix represents the spike count in that time window. You need to decode the rat’s state for all the timestamp in testSpike (3656 states in total).

elec3810-final-project-2023's People

Contributors

tararelan avatar

Watchers

 avatar

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.