DreamTeam/Reading: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(→‎Hopfield nets and RBMs: EEG analysis using stacked RBMs)
Line 67: Line 67:
http://www.cse.buffalo.edu/DBGROUP/bioinformatics/papers/cameraready_xwjiabibe.pdf -- "A Novel Semi-supervised Deep Learning Framework
http://www.cse.buffalo.edu/DBGROUP/bioinformatics/papers/cameraready_xwjiabibe.pdf -- "A Novel Semi-supervised Deep Learning Framework
for Affective State Recognition on EEG Signals"
for Affective State Recognition on EEG Signals"
http://www.cs.toronto.edu/~hinton/absps/guideTR.pdf -- "A Practical Guide to Training Restricted Boltzmann Machines"


==Entrainment==
==Entrainment==

Revision as of 22:09, 14 October 2015

(note wiki contains some useful clues re previous neuro research at Noisebridge ... For example, the Analog_EEG_Amp page describes some project ideas and work done by others here in 2012)

Code

https://github.com/nbdt/gotrain (our ANN code)

https://github.com/nbdt/openbci-golang-server (EEG data acquisition and visualization software for OpenBCI)

Backpropagation

http://www4.rgu.ac.uk/files/chapter3%20-%20bp.pdf (works through simple example)

http://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/

http://page.mi.fu-berlin.de/rojas/neural/chapter/K7.pdf

also see http://page.mi.fu-berlin.de/rojas/neural/neuron.pdf (entire book "Neural Networks - a Systemic Introduction" by Raul Rojas)

http://work.caltech.edu/lectures.html Hoeffding's inequality, VC Dimension and Back Propagation ANN

http://www.cs.stir.ac.uk/research/publications/techreps/pdf/TR148.pdf ("Learning XOR: exploring the space of a classic problem")

Spiking Neural Networks

http://ncs.ethz.ch/projects/evospike/publications/ICONIP2011%20Springer%20LNCS%20Nutta.pdf -- "EEG Classification with BSA Spike Encoding Algorithm and Evolving Probabilistic Spiking Neural Network"

http://dai.fmph.uniba.sk/~benus/confers/CNGM_ICANN05.pdf -- "Computational Neurogenetic Modeling: Integration of Spiking Neural Networks, Gene Networks, and Signal Processing Techniques"

http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.97.3902 -- "Pattern Recognition in a Bucket"

http://www.igi.tugraz.at/maass/psfiles/221.pdf -- "Noise as a Resource for Computation and Learning in Spiking Neural Networks"

http://web.stanford.edu/group/brainsinsilicon/goals.html -- Neurogrid

http://apt.cs.manchester.ac.uk/projects/SpiNNaker/ -- SpiNNaker

http://personalpages.manchester.ac.uk/staff/javier.navaridas/pubs/2012.jpdc.pdf -- more on SpiNNaker

Hierarchical Temporal Memory

https://github.com/numenta/nupic/wiki/Hierarchical-Temporal-Memory-Theory

http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1000532 -- "Towards a Mathematical Theory of Cortical Micro-circuits"

Distributed Neural Networks

https://www.paypal-engineering.com/2015/01/12/deep-learning-on-hadoop-2-0-2/ -- paypal engineering blog, paper describes implementation of neural network as described by Hinton 2006 on Hadoop

http://www.sciencemag.org/content/suppl/2006/08/04/313.5786.504.DC1/Hinton.SOM.pdf -- supplementary material for Hinton 2006

http://www.cs.otago.ac.nz/staffpriv/hzy/papers/pdcs03.pdf -- "Parallelization of a Backpropagation Neural Network on a Cluster Computer"

http://arxiv.org/pdf/1404.5997v2.pdf -- "One weird trick for parallelizing convolutional neural networks"

http://www.ics.uci.edu/~jmoorkan/pub/gpusnn-ijcnn.pdf -- "Efficient Simulation of Large-Scale Spiking Neural Networks Using CUDA Graphics Processors"

Hopfield nets and RBMs

https://class.coursera.org/neuralnets-2012-001/lecture -- Lecture 11 - 15 to aid in understanding of Hinton 2006 paper above

http://www.pnas.org/content/79/8/2554.full.pdf -- "Neural networks and physical systems with emergent collective computational abilities" (Hopfield 1982)

http://page.mi.fu-berlin.de/rojas/neural/chapter/K13.pdf -- "The Hopfield Model" (Rojas 1996)

http://www.seas.upenn.edu/~wulsin/docs/wulsin2010.pdf -- "Semi-Supervised Anomaly Detection for EEG Waveforms Using Deep Belief Nets"

http://www.cse.buffalo.edu/DBGROUP/bioinformatics/papers/cameraready_xwjiabibe.pdf -- "A Novel Semi-supervised Deep Learning Framework for Affective State Recognition on EEG Signals"

http://www.cs.toronto.edu/~hinton/absps/guideTR.pdf -- "A Practical Guide to Training Restricted Boltzmann Machines"

Entrainment

http://www.scirp.org/Journal/PaperDownload.aspx?paperID=33251 -- "Alpha Rhythms Response to 10 Hz Flicker Is Wavelength Dependent"

http://www.brainmachine.co.uk/wp-content/uploads/Herrmann_Flicker.pdf -- "EEG responses to 1–100 Hz flicker: resonance phenomena in visual cortex and their potential correlation to cognitive phenomena"

http://www.jneurosci.org/content/23/37/11621.full.pdf -- "Human Cerebral Activation during Steady-State Visual-Evoked Responses"

http://www.dauwels.com/Papers/CogDyn%202009.pdf -- "On the synchrony of steady state visual evoked potentials and oscillatory burst events"

https://www.tu-ilmenau.de/fileadmin/public/lorentz-force/publications/peer/2012/haueisen2012/Halbleib_JCN_2012_Topographic_analysis_photic_driving.pdf -- "Topographic Analysis of Engagement and Disengagement of Neural Oscillators in Photic Driving: A Combined Electroencephalogram/Magnetoencephalogram Study"

(not necessarilly very) Current Discussion

re Tononi's "Integrated Information Theory" http://www.scottaaronson.com/blog/?p=1799

(19 February 2014) starting to think about possibility for experiments (loosely) related to Visual Evoked Potential research again - for instance:

http://www.biosemi.com/publications/pdf/Bierman.pdf -- Wave function collapse

File:Schak99InstantaneousCoherenceStroopTask.pdf -- "Instantaneous EEG Coherence Analysis During the Stroop Task" -- Schack et al 1999

File:CoherentEEGAmbiguousFigureBinding.pdf -- "Coherent EEG Indicators of Cognitive Binding During Ambiguous Figure Tasks" -- Klemm, Li, and Hernandez 2000

Note these two papers flog coherence measures - not trying to focus so much on that analysis right now, more interested in general understanding of what these experiments are about with possible goal of designing simpler experiments & analysis of similar perceptual/cognitive phenomena.

Here is an article that looks more directly at visual evoked potential measures:

File:ERP Stereoscopic.pdf -- "Evoked Responses to Distinct and Nebulous Stereoscopic Stimuli" -- Dunlop et al 1983


(11 September 2013) more on analysis methods:

http://slesinsky.org/brian/misc/eulers_identity.html

http://www.dspguide.com/ch8/1.htm

File:Fftw3.pdf

File:ParametricEEGAnalysis.pdf

File:ICATutorial.pdf

File:ICAFrequencyDomainEEG.pdf


(21 August 2013) - readings relating statistical (etc math / signal processing / pattern recognition / machine learning) methods for EEG data interpretation. A lot of stuff, a bit of nonsense ... and ... statistics!

Would be good to identify any papers suitable for more in-depth study. Currently have a wide field to graze for selections:

File:DWTandFFTforEEG.pdf "EEG Classifier using Fourier Transform and Wavelet Transform" -- Maan Shaker, 2007

File:Schak99InstantaneousCoherenceStroopTask.pdf -- "Instantaneous EEG Coherence Analysis During the Stroop Task" -- Schack et al 1999

File:KulaichevCoherence.pdf -- "The Informativeness of Coherence Analysis in EEG Studies" -- A. P. Kulaichev 2009 note: interesting critical perspective re limitations, discussion of alternative analytics

File:ContinuousAndDiscreteWaveletTransforms.pdf -- review of (pre-1990) wavelet literature -- Christopher Heil and David Walnut, 1989

File:EEGGammaMeditation.pdf -- "Brain sources of EEG gamma frequency during volitionally meditation-induced, altered states of consciousness, and experience of the self" -- Dietrich Lehman et al 2001

http://neuro.hut.fi/~pavan/home/Hyvarinen2010_FourierICA_Neuroimage.pdf - "Independent component analysis of short-time Fourier transforms for spontaneous EEG/MEG analysis" -- Aapo Hyvarinen, Pavan Ramkumar, Lauri Parkkonen, Riitta Hari - paper published in Neuroimage vol 49 (2010)


OpenSource Machine Learning Algs from NG @MIT
Consumer grade EEG used to see "P300" reponse and for thoes with a short attention span tldr
(discussed at meetup Wednesday 31 July 2013)
"Coherent EEG Indicators of Cognitive Binding During Ambiguous Figure Tasks" Klemm, Li, and Hernandez 2000
File:CoherentEEGAmbiguousFigureBinding.pdf
"We tested the hypothesis that perception of an alternative image in ambiguous figures would be manifest as high-frequency (gamma) components that become synchronized over multiple scalp sites as a "cognitive binding" process occurs."


art, dream, and eeg


mind v brain, hobson v solms
http://en.wikipedia.org/wiki/Activation-synthesis_hypothesis
File:HobsomREMDreamProtoconsciousness.pdf

"Hobson and McCarley originally proposed in the 1970s that the differences in the waking-NREM-REM sleep cycle was the result of interactions between aminergic REM-off cells and cholinergic REM-on cells.[4] This was perceived as the activation-synthesis model, stating that brain activation during REM sleep results in synthesis of dream creation.[1][1] Hobson's five cardinal characteristics include: intense emotions, illogical content, apparent sensory impressions, uncritical acceptance of dream events, and difficulty in being remembered."


Berkeley Labs

Gallant Group
Walker Group
Palmer Group

Sleep Research

Comment on the AASM Manual for the Scoring of Sleep and Associated Events

random tangents

(following previous discussion) - we might select a few to study in more depth (... or not! Plenty more to explore - suggestions (random or otherwise) are welcome.

stereoscopic perception:


some (maybe) interesting background on Information Theory (cool title...)

Claude Shannon: "Communication in the Presence of Noise"
File:Shannon noise.pdf
"We will call a system that transmits without errors at the rate C an ideal system.
 Such a system cannot be achieved with any finite encoding process
 but can be approximated as closely as desired."

wikipedia etc quick reads:

https://en.wikipedia.org/wiki/Eeg
https://en.wikipedia.org/wiki/Neural_synchronization
https://en.wikipedia.org/wiki/Event-related_potentials
http://www.scholarpedia.org/article/Spike-and-wave_oscillations
http://www.scholarpedia.org/article/Thalamocortical_oscillations

Previously

Masahiro's EEG Device/IBVA Software

and ... open source hardware design and kits on instructables.com

Puzzlebox - Opensource BCI Developers

Morgan from GazzLab @ MissionBay/UCSF


https://github.com/gazzlab

Let's ease into a lightweight "journal club" discussion with this technical report from NeuroSky.

Name: A user-friendly SSVEP-based brain-computer interface using a time-domain classifier, Luo A and Sullivan TJ 2010

URL: File:NeuroSkyVEP.pdf

Please add your comments & questions here.

Background Reading

http://nanosouffle.net/ (view into Arxiv.org)

Name: Hunting for Meaning after Midnight, Miller 2007

URL: <http://www.noisebridge.net/pipermail/neuro/attachments/20130501/4b992eb6/attachment-0002.pdf>

Name: Broken mirrors, Ram, VS, & Oberman, LM, 2006, Nov

URL: <http://www.noisebridge.net/pipermail/neuro/attachments/20130501/4b992eb6/attachment-0003.pdf>

Ramachandran Critique

http://blogs.scientificamerican.com/guest-blog/2012/11/06/whats-so-special-about-mirror-neurons/

http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2773693/

Sleep/Dream Studies

http://www.cns.atr.jp/dni/en/publications/

NeuroSky Docs

File:NeuroSkyDongleProtocol.pdf

File:NeuroSkyCommunicationsProtocol.pdf