Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)