- task: img classification (Simpsons dataset)
- architectures:
- alexnet
- vgg16
- inception_v3
- resnext101_32x8d
- efficientnet-b4
- mobilenet_v3_large
- googlenet
- task: binary semantic segmetation of medical imgs (PH2Dataset)
- SegNet
- IoU metric
- U-Net
- loss:
- BCE
- Dice
- Focal
- Lovasz
- tasks:
- reconstruction
- sampling
- img augs (smiles, glasses)
- denoising
- search for similar imgs
- architectures:
- vanilla autoencoder
- variational autoencoder
- loss: log_likelihood + KL_divergence
- conditional VAE (generating numbers)
Project tasks:
- find a person in a video
- get it's body pose
- take a garment and change it's pose according to bosy pose
- render the garment in a video
3dml.mp4
- ranking task (Stackoverflow questions, cosine similarity)
- Hits@K metric
- Word2Vec
- tokenization
- normalization
- stemming
- lemmatization
- task: semantic classification of Tweets
- Average embedding
- Embeddings for unknown words
- context
- TF-IDF
- classification task: IMDB reviews (positive/negative)
- GRU
- LSTM
- CNN
- task: Part-Of-Speech Tagging
- HiddenMarkovModel
- NLTK
- Rnnmorph
- BiLSTMTagger
- task: russian to english
- Seq2Seq
- Encoder RNN
- Decoder RNN
- Attention
- Teacher forcing
- Bleu metric
Source: в доме имеется кухня .
Target original: the unit is fitted with a kitchen .
Target generated: the unit is equipped with a kitchen .
- Transformers
- task: classification (sentiment analysis of tweets)
- HuggingFace
- fine-tuning
- attention maps
- lr scheduler with warmup
- fine-tuning
- Summatization
- Audio
- Project







