Senad Kurtiši (senadkurtisi)

senadkurtisi

Geek Repo

Company:Microsoft

Location:Belgrade, Serbia

Home Page:https://www.linkedin.com/in/senad-kurtisi/

Github PK Tool:Github PK Tool

Senad Kurtiši's starred repositories

applied-ml

📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.

License:MITStargazers:26050Issues:0Issues:0

nanoGPT

The simplest, fastest repository for training/finetuning medium-sized GPTs.

Language:PythonLicense:MITStargazers:32245Issues:0Issues:0

AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

Language:JavaScriptLicense:MITStargazers:162043Issues:0Issues:0

ML-Notebooks

:fire: Machine Learning Notebooks

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:3232Issues:0Issues:0

flamingo-pytorch

Implementation of 🦩 Flamingo, state-of-the-art few-shot visual question answering attention net out of Deepmind, in Pytorch

Language:PythonLicense:MITStargazers:1154Issues:0Issues:0

altair

Declarative statistical visualization library for Python

Language:PythonLicense:BSD-3-ClauseStargazers:8965Issues:0Issues:0

spectral-estimation

Various algorithms for spectral estimation. Based on the book "Modern Spectral Estimation - Theory & Application", Steven M. Kay.

Language:PythonLicense:MITStargazers:8Issues:0Issues:0

augmix

Implementation of the AugMix paper

Language:PythonStargazers:1Issues:0Issues:0

Speech-Emotion-Classification-with-PyTorch

This repository contains PyTorch implementation of 4 different models for classification of emotions of the speech.

Language:Jupyter NotebookStargazers:178Issues:0Issues:0

get-started-with-JAX

The purpose of this repo is to make it easy to get started with JAX, Flax, and Haiku. It contains my "Machine Learning with JAX" series of tutorials (YouTube videos and Jupyter Notebooks) as well as the content I found useful while learning about the JAX ecosystem.

Language:Jupyter NotebookLicense:MITStargazers:571Issues:0Issues:0

ML-For-Beginners

12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all

Language:HTMLLicense:MITStargazers:67247Issues:0Issues:0

pytorch-learn-reinforcement-learning

A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for learning about RL. How to visualize, debug and solve RL problems. I've additionally included playground.py for learning more about OpenAI gym, etc.

Language:PythonLicense:MITStargazers:145Issues:0Issues:0

Twitter-Sentiment-Analysis-RoBERTa

Sentiment Analysis of tweets written in underused Slavic languages (Serbian, Bosnian and Croatian) using pretrained multilingual RoBERTa based model XLM-R on 2 different datasets.

Language:Jupyter NotebookStargazers:20Issues:0Issues:0

Long-texts-Sentiment-Analysis-RoBERTa

PyTorch implementation of Sentiment Analysis of the long texts written in Serbian language (which is underused language) using pretrained Multilingual RoBERTa based model (XLM-R) on the small dataset.

Language:Jupyter NotebookStargazers:24Issues:0Issues:0

pytorch-GAT

My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!

Language:Jupyter NotebookLicense:MITStargazers:2309Issues:0Issues:0

transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

Language:PythonLicense:Apache-2.0Stargazers:126119Issues:0Issues:0

PlotNeuralNet

Latex code for making neural networks diagrams

Language:TeXLicense:MITStargazers:21241Issues:0Issues:0

dagger

A fully-featured, modern game engine made for educational purposes.

Language:C#Stargazers:11Issues:0Issues:0

gans

Generative Adversarial Networks implemented in PyTorch and Tensorflow

License:MITStargazers:4Issues:0Issues:0

OpenFace

OpenFace – a state-of-the art tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation.

License:NOASSERTIONStargazers:4Issues:0Issues:0

first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:3Issues:0Issues:0

Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time

Language:PythonLicense:NOASSERTIONStargazers:8Issues:0Issues:0

pytorch-neural-style-transfer

Reconstruction of the original paper on neural style transfer (Gatys et al.). I've additionally included reconstruction scripts which allow you to reconstruct only the content or the style of the image - for better understanding of how NST works.

Language:PythonLicense:MITStargazers:350Issues:0Issues:0

pytorch-deepdream

PyTorch implementation of DeepDream algorithm (Mordvintsev et al.). Additionally I've included playground.py to help you better understand basic concepts behind the algo.

Language:Jupyter NotebookLicense:MITStargazers:355Issues:0Issues:0

pytorch-neural-style-transfer-johnson

Reconstruction of the fast neural style transfer (Johnson et al.). Some portions of the paper have been improved by the follow-up work like the instance normalization, etc. Checkout transformer_net.py's header for details.

Language:PythonLicense:MITStargazers:112Issues:0Issues:0

pytorch-naive-video-neural-style-transfer

Create naive (no temporal loss) NST for videos with person segmentation. Just place your videos in data/, run and you get your stylized and segmented videos.

Language:PythonLicense:MITStargazers:76Issues:0Issues:0

pytorch-GANs

My implementation of various GAN (generative adversarial networks) architectures like vanilla GAN (Goodfellow et al.), cGAN (Mirza et al.), DCGAN (Radford et al.), etc.

Language:PythonLicense:MITStargazers:369Issues:0Issues:0

pytorch-original-transformer

My implementation of the original transformer model (Vaswani et al.). I've additionally included the playground.py file for visualizing otherwise seemingly hard concepts. Currently included IWSLT pretrained models.

Language:Jupyter NotebookLicense:MITStargazers:937Issues:0Issues:0

WGAN-GP-for-Face-Generation

Keras implementation of WGAN GP for face generation. The model is trained on CelebA dataset.

Language:Jupyter NotebookStargazers:9Issues:0Issues:0

Variational-Autoencoder-for-Face-Generation

Keras implementation of Variation Autoencoder for face generation. Analysis of the distribution of the latent space of the VAE. Vector arithemtic in the latent space. Morphing between the faces. The model was trained on CelebA dataset

Language:Jupyter NotebookStargazers:13Issues:0Issues:0