├── Complexity of Feedback Loops ├── AccessingDataset.md ├── Blogpost-NM3 │ └── README.md ├── How-to-Design-Modeling-Experiment │ ├── README.md │ ├── Slide1.png │ ├── Slide2.png │ ├── Slide3.png │ ├── Slide4.png │ ├── Slide5.png │ └── Slide6.png ├── IBL_dataloading.ipynb ├── Working with Data │ ├── project-overview.md │ └── variable-description.md └── how-to-set-up-data.ipynb ├── Epistemological Directory ├── Bayesian Thinking │ ├── Bayesian Brain │ │ └── README.md │ ├── Bayesian Surprise │ │ └── README.md │ ├── README.md │ └── Tutorial │ │ ├── Slide1.png │ │ ├── Slide10.png │ │ ├── Slide11.png │ │ ├── Slide12.png │ │ ├── Slide13.png │ │ ├── Slide14.png │ │ ├── Slide15.png │ │ ├── Slide16.png │ │ ├── Slide17.png │ │ ├── Slide18.png │ │ ├── Slide19.png │ │ ├── Slide2.png │ │ ├── Slide20.png │ │ ├── Slide21.png │ │ ├── Slide22.png │ │ ├── Slide23.png │ │ ├── Slide24.png │ │ ├── Slide3.png │ │ ├── Slide4.png │ │ ├── Slide5.png │ │ ├── Slide6.png │ │ ├── Slide7.png │ │ ├── Slide8.png │ │ ├── Slide9.png │ │ └── tutorial-slideshow.md ├── Causality │ ├── Causality Discussion for OBMH │ │ └── README.md │ └── README.md ├── Coding Tutorials │ ├── Machine learning tutorials │ │ └── Numpy.md │ └── README.md ├── Deep Learning │ └── README.md ├── Information Theory │ ├── README.md │ └── Tutorial │ │ ├── Slide1.png │ │ ├── Slide10.png │ │ ├── Slide11.png │ │ ├── Slide12.png │ │ ├── Slide13.png │ │ ├── Slide14.png │ │ ├── Slide15.png │ │ ├── Slide16.png │ │ ├── Slide17.png │ │ ├── Slide18.png │ │ ├── Slide19.png │ │ ├── Slide2.png │ │ ├── Slide3.png │ │ ├── Slide4.png │ │ ├── Slide5.png │ │ ├── Slide6.png │ │ ├── Slide7.png │ │ ├── Slide8.png │ │ ├── Slide9.png │ │ └── tutorial-slideshow.md ├── Modeling │ ├── How-To-Model │ │ └── README.md │ └── README.md ├── Neural Networks │ └── README.md ├── Neuroscience - General Intro Material │ ├── Aging and Life-History │ │ ├── Slide1.png │ │ ├── Slide10.png │ │ ├── Slide11.png │ │ ├── Slide12.png │ │ ├── Slide13.png │ │ ├── Slide14.png │ │ ├── Slide15.png │ │ ├── Slide16.png │ │ ├── Slide17.png │ │ ├── Slide18.png │ │ ├── Slide19.png │ │ ├── Slide2.png │ │ ├── Slide20.png │ │ ├── Slide21.png │ │ ├── Slide3.png │ │ ├── Slide4.png │ │ ├── Slide5.png │ │ ├── Slide6.png │ │ ├── Slide7.png │ │ ├── Slide8.png │ │ ├── Slide9.png │ │ └── tutorial-slideshow.md │ └── README.md ├── Open Distributed Education │ └── README.md ├── Philosophy │ └── README.md ├── README.md ├── Reinforcement Learning │ ├── Behaviorism │ │ └── README.md │ └── README.md └── Version Control │ └── git-tutorial.md ├── ML-DL Meta-science └── README.md ├── Precourse ├── Code of Conduct.md ├── NMA Interactive Track Roles and Responsibilities.md └── README.md ├── README.md ├── Slow NMA Pod └── README.md ├── Students ├── Andrea Cumpelik │ └── README.md ├── Angela Pang │ └── README.md ├── Anson Lim │ └── README.md ├── Bobby Tromm │ └── README.md ├── Jesse Parent │ ├── Machine Learning │ │ └── README.md │ ├── NeuromatchAcademy_W1D1_Tutorial1.ipynb │ └── README.md ├── Maike Mustin │ └── README.md ├── README.md ├── Rebecca Lang │ └── README.md ├── Sebin Sabu │ └── README.md ├── Sunidhi Sharma │ └── README.md └── Tian Season Qui │ └── README.md └── code-of-conduct.md /Complexity of Feedback Loops/AccessingDataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/AccessingDataset.md -------------------------------------------------------------------------------- /Complexity of Feedback Loops/Blogpost-NM3/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/README.md -------------------------------------------------------------------------------- /Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide1.png -------------------------------------------------------------------------------- /Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide2.png -------------------------------------------------------------------------------- /Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide3.png -------------------------------------------------------------------------------- /Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide4.png -------------------------------------------------------------------------------- /Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide5.png -------------------------------------------------------------------------------- /Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/How-to-Design-Modeling-Experiment/Slide6.png -------------------------------------------------------------------------------- /Complexity of Feedback Loops/IBL_dataloading.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/IBL_dataloading.ipynb -------------------------------------------------------------------------------- /Complexity of Feedback Loops/Working with Data/project-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/Working with Data/project-overview.md -------------------------------------------------------------------------------- /Complexity of Feedback Loops/Working with Data/variable-description.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/Working with Data/variable-description.md -------------------------------------------------------------------------------- /Complexity of Feedback Loops/how-to-set-up-data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Complexity of Feedback Loops/how-to-set-up-data.ipynb -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Bayesian Brain/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Bayesian Surprise/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide1.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide10.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide11.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide12.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide13.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide14.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide15.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide16.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide17.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide18.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide19.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide2.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide20.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide21.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide22.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide23.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide24.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide3.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide4.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide5.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide6.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide7.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide8.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/Slide9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/Slide9.png -------------------------------------------------------------------------------- /Epistemological Directory/Bayesian Thinking/Tutorial/tutorial-slideshow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Bayesian Thinking/Tutorial/tutorial-slideshow.md -------------------------------------------------------------------------------- /Epistemological Directory/Causality/Causality Discussion for OBMH/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Causality/Causality Discussion for OBMH/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Causality/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Causality/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Coding Tutorials/Machine learning tutorials/Numpy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Coding Tutorials/Machine learning tutorials/Numpy.md -------------------------------------------------------------------------------- /Epistemological Directory/Coding Tutorials/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Epistemological Directory/Deep Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Deep Learning/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide1.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide10.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide11.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide12.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide13.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide14.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide15.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide16.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide17.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide18.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide19.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide2.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide3.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide4.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide5.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide6.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide7.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide8.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/Slide9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/Slide9.png -------------------------------------------------------------------------------- /Epistemological Directory/Information Theory/Tutorial/tutorial-slideshow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Information Theory/Tutorial/tutorial-slideshow.md -------------------------------------------------------------------------------- /Epistemological Directory/Modeling/How-To-Model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Modeling/How-To-Model/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Modeling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Modeling/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Neural Networks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neural Networks/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide1.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide10.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide11.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide12.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide13.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide14.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide15.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide16.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide17.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide18.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide19.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide2.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide20.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide21.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide3.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide4.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide5.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide6.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide7.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide8.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/Slide9.png -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/tutorial-slideshow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/Aging and Life-History/tutorial-slideshow.md -------------------------------------------------------------------------------- /Epistemological Directory/Neuroscience - General Intro Material/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Neuroscience - General Intro Material/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Open Distributed Education/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Epistemological Directory/Philosophy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Philosophy/README.md -------------------------------------------------------------------------------- /Epistemological Directory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Reinforcement Learning/Behaviorism/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Epistemological Directory/Reinforcement Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Reinforcement Learning/README.md -------------------------------------------------------------------------------- /Epistemological Directory/Version Control/git-tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Epistemological Directory/Version Control/git-tutorial.md -------------------------------------------------------------------------------- /ML-DL Meta-science/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/ML-DL Meta-science/README.md -------------------------------------------------------------------------------- /Precourse/Code of Conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Precourse/Code of Conduct.md -------------------------------------------------------------------------------- /Precourse/NMA Interactive Track Roles and Responsibilities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Precourse/NMA Interactive Track Roles and Responsibilities.md -------------------------------------------------------------------------------- /Precourse/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Precourse/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/README.md -------------------------------------------------------------------------------- /Slow NMA Pod/README.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Students/Andrea Cumpelik/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Andrea Cumpelik/README.md -------------------------------------------------------------------------------- /Students/Angela Pang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Angela Pang/README.md -------------------------------------------------------------------------------- /Students/Anson Lim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Anson Lim/README.md -------------------------------------------------------------------------------- /Students/Bobby Tromm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Bobby Tromm/README.md -------------------------------------------------------------------------------- /Students/Jesse Parent/Machine Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Jesse Parent/Machine Learning/README.md -------------------------------------------------------------------------------- /Students/Jesse Parent/NeuromatchAcademy_W1D1_Tutorial1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Jesse Parent/NeuromatchAcademy_W1D1_Tutorial1.ipynb -------------------------------------------------------------------------------- /Students/Jesse Parent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Jesse Parent/README.md -------------------------------------------------------------------------------- /Students/Maike Mustin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Maike Mustin/README.md -------------------------------------------------------------------------------- /Students/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/README.md -------------------------------------------------------------------------------- /Students/Rebecca Lang/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Rebecca Lang/README.md -------------------------------------------------------------------------------- /Students/Sebin Sabu/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Sebin Sabu/README.md -------------------------------------------------------------------------------- /Students/Sunidhi Sharma/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Sunidhi Sharma/README.md -------------------------------------------------------------------------------- /Students/Tian Season Qui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/Students/Tian Season Qui/README.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Orthogonal-Research-Lab/Neuromatch-Academy/HEAD/code-of-conduct.md --------------------------------------------------------------------------------