Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molodchina/msu-dl-ifc
MSU-CMC-SP Deep Learning inter-faculty course
https://github.com/molodchina/msu-dl-ifc
Last synced: about 8 hours ago
JSON representation
MSU-CMC-SP Deep Learning inter-faculty course
- Host: GitHub
- URL: https://github.com/molodchina/msu-dl-ifc
- Owner: Molodchina
- Created: 2023-12-21T11:06:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-21T13:03:35.000Z (11 months ago)
- Last Synced: 2024-09-11T12:19:33.620Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSU-DL-IFC
# ML and LLM for Code AnalysisThis repository is devoted to **Deep Learning MSU inter-faculty course**.
- 🔗 Useful Links:
- [Cource Link](https://github.com/MSUcourses/Data-Analysis-with-Python/tree/main/Deep%20Learning)* ***Some Notebooks are not available, but will be added in the near future***
## Project Tree
```
├── AutoEncoders and GAN
│  ├── ...
│  └── submission_template10.py
├── Batches and Normalization
│  ├── ...
│  └── DL_MSU_HW03.ipynb
├── CNN
│  ├── ...
│  └── submission04.py
├── CV
│  ├── ...
│  └── submission_template09.py
├── Embeddings, Word2Vec
│  └── ...
├── .gitignore
├── Image Captioning
│  └── ...
├── NLP and RNN
│  └── ...
├── PyTorch Introduction
│  ├── ...
│  ├── DL_MSU_HW02.ipynb
│  └── submisson01.py
├── README.md
├── seq2seq and Attention
│  └── ...
└── Transfer
└── ...
```