-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCompNeuroBioNotes.tex
More file actions
49 lines (34 loc) · 1.19 KB
/
CompNeuroBioNotes.tex
File metadata and controls
49 lines (34 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass[12pt, a4paper]{article}
\usepackage{listings}
\usepackage{color}
\usepackage{enumitem}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{setspace}
\usepackage{graphicx}
\graphicspath{ {./figures/} }
\title{Computational Neuroscience}
\author{William Darko}
\date{Summer 2021}
\pagenumbering{arabic}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\section{About this course}
\paragraph*{}
An introduction to basic computational methods for understanding what nervous
systems do, and determining how they function. An exploration of computational principles
governing various aspects such as vision, learning, memory, sensory-motor control. Represnetation of information by spiking neurons,
processing of information in neural networks, and algorithms for adaptation and learning.
\newpage
\section{Resources}
\begin{itemize}
\item \textbf{Coursera: Computational Neuroscience} taught by professor of
Computer Science and Engineering Rajesh P. N. Rao, and professor of Physiology and Biophysics
Adrienne Fairhall at the University of Washington (https://www.coursera.org/learn/computational-neuroscience)
\end{itemize}
\newpage
\end{document}