forked from ichatnun/brainCodeCamp2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
152 lines (140 loc) · 7.27 KB
/
_toc.yml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Brain Building Blocks
chapters:
- file: Fundamentals/BrainBuildingBlocks/Session1/S1_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session1/S1L1_HelloBrain
- file: Fundamentals/BrainBuildingBlocks/Session1/S1L2_EssentialNeuroanatomy
- file: Fundamentals/BrainBuildingBlocks/Session1/S1L3_FunctionalAreaAndNetwork
- file: Fundamentals/BrainBuildingBlocks/Session1/S1L4_LanguageOfTheBrain
- file: Fundamentals/BrainBuildingBlocks/Session2/S2_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session2/S2L1_IntroBrainScienceToolbox
- file: Fundamentals/BrainBuildingBlocks/Session2/S2L2_EraOfLocalization
- file: Fundamentals/BrainBuildingBlocks/Session2/S2L3_MeasuringImmeasurable
- file: Fundamentals/BrainBuildingBlocks/Session2/S2L4_SneakPeekInsideTheBlackBox
- file: Fundamentals/BrainBuildingBlocks/Session2/S2L5_JourneyIntoTheBrain
- file: Fundamentals/BrainBuildingBlocks/Session3/S3_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session3/S3L1_ConnectingBrainAndBehavior
- file: Fundamentals/BrainBuildingBlocks/Session3/S3L2_SingleNeuronStudies
- file: Fundamentals/BrainBuildingBlocks/Session3/S3L3_EEGStudies
- file: Fundamentals/BrainBuildingBlocks/Session3/S3L4_fMRIStudies
- file: Fundamentals/BrainBuildingBlocks/Session4/S4_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session4/S4L1_SolveTheBrainSignal
- file: Fundamentals/BrainBuildingBlocks/Session4/S4L2_NeuralFiring
- file: Fundamentals/BrainBuildingBlocks/Session4/S4L3_EEGSignal
- file: Fundamentals/BrainBuildingBlocks/Session4/S4L4_fMRISignal
- file: Fundamentals/BrainBuildingBlocks/Session5/S5_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session5/S5L1_TopographicOrganization
- file: Fundamentals/BrainBuildingBlocks/Session5/S5L2_BiologicalNeuron
- file: Fundamentals/BrainBuildingBlocks/Session5/S5L3_NeuralPopulationTuning
- file: Fundamentals/BrainBuildingBlocks/Session5/S5L4_NeuralRepresentation
- file: Fundamentals/BrainBuildingBlocks/Session6/S6_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session6/S6L1_DataHandlingAndExploration
- file: Fundamentals/BrainBuildingBlocks/Session6/S6L2_GoalsOfModeling
- file: Fundamentals/BrainBuildingBlocks/Session6/S6L3_TypesOfModeling
- file: Fundamentals/BrainBuildingBlocks/Session6/S6L4_ModelEvaluation
- file: Fundamentals/BrainBuildingBlocks/Session7/S7_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session7/S7L1_AIAndBI
- file: Fundamentals/BrainBuildingBlocks/Session7/S7L2_AIAndBI2
- file: Fundamentals/BrainBuildingBlocks/Session7/S7L3_SupervisedDeepLearning
- file: Fundamentals/BrainBuildingBlocks/Session7/S7L4_ReinforcementLearning
- file: Fundamentals/BrainBuildingBlocks/Session7/S7L5_UnsupervisedLearning
- file: Fundamentals/BrainBuildingBlocks/Session7/S7L6_LanguageModels
- file: Fundamentals/BrainBuildingBlocks/Session8/S8_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session8/S8L1_DiagnosisAndMonitoring
- file: Fundamentals/BrainBuildingBlocks/Session8/S8L4_ComputationalNeuropsychiatry
- file: Fundamentals/BrainBuildingBlocks/Session9/S9_Intro
sections:
- file: Fundamentals/BrainBuildingBlocks/Session9/S9L2_BrainComputerInterface
- caption: Prerequisites
chapters:
- file: Fundamentals/Prereqs/00_basic_python
title: Python
- file: Fundamentals/Prereqs/01_numpy
title: Numpy
- caption: Welcome to Brain Code Camp! (Week 1)
chapters:
- file: Fundamentals/WelcomeToBrainCodeCamp/Intro
- caption: Computational Neuroscience (Week 2)
chapters:
- file: Fundamentals/ComputationalNeuroscience/Intro
- caption: Intro to Modeling and Model Selection (Week 3)
chapters:
- file: Fundamentals/IntroToModeling/modeling_intro
- file: Fundamentals/IntroToModeling/modeling_part1_simple_linear_model
- file: Fundamentals/IntroToModeling/modeling_part2_poly_overfit_regularization
- file: Fundamentals/IntroToModeling/modeling_part3_data_splitting
- file: Fundamentals/IntroToModeling/modeling_outro
- caption: Dimensionality Reduction (Week 4)
chapters:
- file: Fundamentals/DimensionalityReduction/dim_reduct_intro
- file: Fundamentals/DimensionalityReduction/dim_reduct_part1_basics
- file: Fundamentals/DimensionalityReduction/dim_reduct_part2_pca
- file: Fundamentals/DimensionalityReduction/dim_reduct_part3_pca_CDT_images
- file: Fundamentals/DimensionalityReduction/dim_reduct_part4_nonlinear_methods
- file: Fundamentals/DimensionalityReduction/dim_reduct_outro
- caption: Machine Learning (Weeks 5-6)
chapters:
- file: Fundamentals/MachineLearning/ml_part1_intro
title: ML Part 1 (Week 5)
sections:
- file: Fundamentals/MachineLearning/intro_to_machine_learning
title: Introduction to Machine Learning
- file: Fundamentals/MachineLearning/logistic_regression
title: Logistic Regression
- file: Fundamentals/MachineLearning/svm
title: Support Vector Machines
- file: Fundamentals/MachineLearning/ml_part2_intro
title: ML Part 2 (Week 6)
sections:
- file: Fundamentals/MachineLearning/decision_tree_random_forest
title: Decision Trees and Random Forest
- file: Fundamentals/MachineLearning/knn
title: K-Nearest Neighbors
- file: Fundamentals/MachineLearning/eeg_supervised_learning
title: EEG Analysis
- file: Fundamentals/MachineLearning/ml_part2_outro
- caption: Deep Learning (Week 7)
chapters:
- file: Fundamentals/DeepLearning/deep_learning_intro
- file: Fundamentals/DeepLearning/intro_pytorch
title: Pytorch
- file: Fundamentals/DeepLearning/intro_to_convolutional_nn
title: CNN
- file: Fundamentals/DeepLearning/thai_food_classification_transformers
title: Image Classification
- file: Fundamentals/DeepLearning/object_detection_transformer
title: Object Detection
- file: Fundamentals/DeepLearning/breast_cancer_segmentation_transformers
title: Image Segmentation
- file: Fundamentals/DeepLearning/deep_learning_outro
- caption: Signal Processing (Week 8)
chapters:
- file: Fundamentals/SignalProcessing/signal_processing_intro
- file: Fundamentals/SignalProcessing/signal_processing_part1_sampling_averaging
- file: Fundamentals/SignalProcessing/signal_processing_part2_dft
- file: Fundamentals/SignalProcessing/signal_processing_part3_STFT
- file: Fundamentals/SignalProcessing/signal_processing_part4_application
- file: Fundamentals/SignalProcessing/signal_processing_outro
- caption: Applications (Weeks 9-11)
chapters:
- file: Applications/EEG/EEG_Intro
title: EEG (Week 9)
sections:
- file: Applications/EEG/motor_imagery_part1
- file: Applications/EEG/motor_imagery_part2
- file: Applications/NeuralSpiking/Intro
title: Neural Spiking (Week 10)
- file: Applications/fMRI/Intro
title: fMRI (Week 11)