Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# MSU-DL-IFC
# ML and LLM for Code Analysis

This 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
└── ...
```