Skip to content

Instantly share code, notes, and snippets.

View lookfwd's full-sized avatar

Dimitrios Kouzis-Loukas lookfwd

View GitHub Profile
@lookfwd
lookfwd / adex-model-in-python.py
Last active May 13, 2024 20:08
AdEx Model in Python from Essentials of Neuroscience with MATLAB: Module 3
# This is a draft of a Python version of the code of this video: https://www.youtube.com/watch?v=8lDF0acgRdI&list=PLn0OLiymPak1b2aYULx6hDVU7wSGEUJqw&index=17
# Disclaimer: The output looks similar-enough to me. Certainly there are off-by-one differences and there might be other differences too
import math
import numpy as np
import matplotlib.pyplot as plt
# Part 1. Setup
SIMULATION_DURATION = 500 # Simulation time in ms
dt = 0.01 # descretization in ms
@lookfwd
lookfwd / chatgpt-news.ipynb
Last active May 21, 2024 05:40
chatgpt με νέα της ημέρας
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.