Coder Social home page Coder Social logo

p-o-issp-2020's Introduction

Phase 2: P&O ISSP: Brain-computer interface voor sturing van een directionele akoestische zoom

Main dependencies

This code is written in python. To use it you will need:

  • Python 3.7
  • Keras 2.3.1
  • Tensorflow 2.1.0
  • Numpy 1.18.1
  • Scipy 1.1.0
  • Matplotlib
  • H5py
  • JupyterLab
  • Jupyter Notebook

Getting started

  • This code can be executed in jupyter/ipython notebook environment.
  • Clone the repository, you can directly clone it from inside the jupyter notebook environment using: git clone https://github.com/abskjha/p-o-issp-2020.git
  • Online services like Google Colaboratory, Kaggle etc also provide jupyter notebook environments.

To open these notebooks in Google Colab:

  • Login to your Google Colab account.
  • Open a new notebook. In code cell enter: !git clone https://github.com/abskjha/p-o-issp-2020.git

Note: Google Colab allow active session upto 12hrs. After 12 hrs, the session expires and all the data in the environment is deleted. Therefore, ALWAYS keep backup. Another way to solve this is by saving code and data in google drive and mounting google drive on colab:

from google.colab import drive
drive.mount('/content/drive')
  • The notebooks provided here contain images. In case you are running the code from google drive mount, those links may appear to be broken, change the image path accordingly in the respective markdown cells.

  • To run the EEG experiments, you would require to download the dataset from the source directly sent to you.

Sequence

(There's no sequence as such regarding which tutorial to run first. If you are new to python you can follow the following sequence:)

  • Basics_Python.ipynb
  • Basics_Visualization_matplotlib.ipynb
  • Basic_keras.ipynb
  • MNIST_digit_classification_using_keras.ipynb
  • CNN_S_D.ipynb

Disclaimer

This sample code is only a sample and is NOT guaranteed to be bug-free and production quality. The code provided here is solely for the purpose of learning. This is NOT intended to be used in production environment. You must adapt the code to work with your custom application.

We don't endorse or promote any of the 3rd party services. All the liabilities rest with the end-user.

Some parts of this code have been adapted/added from other sources. Proper references and credits have been provided inside the notebooks. Intimation of any missing source will be appreciated.

p-o-issp-2020's People

Contributors

abskjha avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.