Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmitryduev/ay119
Materials for the Ay119 class at Caltech
https://github.com/dmitryduev/ay119
Last synced: 17 days ago
JSON representation
Materials for the Ay119 class at Caltech
- Host: GitHub
- URL: https://github.com/dmitryduev/ay119
- Owner: dmitryduev
- Created: 2020-05-03T06:48:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T17:52:27.000Z (over 3 years ago)
- Last Synced: 2024-10-07T12:42:08.606Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 16.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Ay119 class materials
Start up:
```bash
git clone https://github.com/dmitryduev/ay119.git && cd ay119
jupyter lab
```## NoSQL databases
- [Quick intro](databases/Ay119_NoSQL_databases.pdf)
- [Exercise](databases/mongodb.ipynb)## Deep learning
- [Dima's tutorial on deep learning from Astroinformatics-2019](https://www.youtube.com/watch?v=xP0EmroyOFg&)
and the corresponding [Jupyter notebook](https://github.com/dmitryduev/braai/blob/master/nb/braai_train.ipynb)
- [Assignment](deep_learning/rbp.ipynb)