Recursos-neuro icon indicating copy to clipboard operation
Recursos-neuro copied to clipboard

Repositorio con recursos de Neurociencia Cognitiva y computacional con amplitud temática.

Recursos-neuro 🧠

Repo para ir agregando recursos en Neurociencia Cognitva, computacional y temas relacionados (estadística, métodos de análisis, Machine Learning, etc). Enfocado a cursos/tutoriales en español e inglés. Solo contenido gratuito.

Si conocés a alguien a quien le pueda servir, compartilo y si te gustó dale una estrella :star:

Si deseas agregar un recurso podés hacer un pull request (si no sabes cómo fijate acá)

Temas

  • EEG
  • fMRI
  • Eye/gaze tracking
  • Software para crear experimentos (online y offline)
  • Neurociencia computacional
  • Neuroanatomía
  • Herramientas matemáticas / ciencia de datos
  • Programacion en Python
  • Programacion en R
  • Ciencias Cognitivas
  • Machine Learning
  • Deep Learning

EEG

fMRI

Eyetracking

  • PyGaze: Open-source toolbox for eye tracking in Python

    • La principal opcion para analizar movimientos oculares en Python
  • Gaze tracking estimation video by learnopencv Youtube Channel

    • In this video, we explain the problem of gaze estimation, current methods for collecting ground truth data, public datasets, and current methods for solving the gaze estimation/tracking problem.
    • blog post
  • WebGazer.js

    • WebGazer.js is an eye tracking library that uses common webcams to infer the eye-gaze locations of web visitors on a page in real time. The eye tracking model it contains self-calibrates by watching web visitors interact with the web page and trains a mapping between the features of the eye and positions on the screen. WebGazer.js is written entirely in JavaScript and with only a few lines of code can be integrated in any website that wishes to better understand their visitors and transform their user experience. WebGazer.js runs entirely in the client browser, so no video data needs to be sent to a server, and it requires the user's consent to access their webcam.

Neurociencia computacional

  • Todo el material de la escuela de verano neurociencia computacional Neuromatch Academy 2020

    • Incluye videos de las clases, notebooks en Google Colab, etc.
  • Fleur Zeldenrust COMPUTATIONAL NEUROSCIENCE resources

    • "Almost no-one coming to computational neuroscience has a degree in computational neuroscience: most have degrees in biology, physics, mathematics or AI. Therefore, I often receive the question what good introductory material is. Here, I compiled a list of some introductory material I like."
  • Repositorio: awesome-neuroscience

    • Lista curada de bibliotecas de neurociencia, software y cualquier contenido relacionado con el tema.
  • Essentials of Neuroscience with MATLAB by Mike X Cohen

  • STATS320: Machine Learning Methods for Neural Data Analysis 2021

    • Repo de la materia de Stanford University. Algunos de los temas: Spike sorting algorithm , Kilosort: Spike sorting by Deconvolution, CNMF: Calcium deconvolution via constrained NMF, DeepLabCut: Markerless pose tracking with CNNs, DeepRetina: Deep encoding models of retinal spike trains, Kalman Smoothers: Decoding movement from neural data, MoSeq: Autoregressive HMMs for animal movements, SLDS: Switching LDS model of neural data

Neuroanatomia

Experimentos

Herramientas

Ciencias Cognitivas

Machine Learning

Deep Learning

Python

R

  • "Learn R for free"

    • Tiene todo tipo de recursos (libros, videos, sitios web interactivos, artículos) para aprender R. Algunos son para principiantes y comienzan desde el proceso de instalación de R.
    • Tiene versión en español!
  • Iniciación en R para científicos - Miguel Rojas

    • Intro muy completa a R desde un vistazo a la interfaz de RStudio hasta pruebas de hipótesis, pasando por graficación y estructura de datos. Miguel es estudiante de la licenciatura en biología de la Facultad de Ciencias de la Universidad Central de Venezuela.