Brando Koch (brandokoch)

brandokoch

Geek Repo

Company:Intelligentia

Location:Croatia

Home Page:https://www.linkedin.com/in/brandokoch/

Github PK Tool:Github PK Tool

Brando Koch's repositories

attention-is-all-you-need-paper

Original transformer paper: Implementation of Vaswani, Ashish, et al. "Attention is all you need." Advances in neural information processing systems. 2017.

Language:Jupyter NotebookLicense:MITStargazers:222Issues:3Issues:0

pytorch-sequence-models

This repository implements a variety of sequence model architectures from scratch in PyTorch. Effort has been put to make the code well structured so that it can serve as learning material.

Language:PythonStargazers:11Issues:1Issues:0

neural-style-transfer-paper

Pytorch Implementation of L. A. Gatys, A. S. Ecker and M. Bethge, "Image Style Transfer Using Convolutional Neural Networks," 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, 2016, pp. 2414-2423, doi: 10.1109/CVPR.2016.265.

Language:PythonLicense:MITStargazers:6Issues:2Issues:0

real-estate-price-prediction

This repository presents an end-to-end process of approaching a machine learning project from data collection to deployment. Problem at hand is price prediction of Cleveland real estate although the underlying code is made flexible enough to provide a structured way of tackling a wide variety of tabular problems with minimal changes.

Language:Jupyter NotebookLicense:MITStargazers:4Issues:1Issues:0

annotated_whisper

This is my refactor of the whisper ASR model by OpenAI. When released the whisper repository had a very complicated function call stack and a lot of boilerplate which was unnecessary. This repo is the result of my exploration of the original whisper codebase during which I was heavily refactoring and removing parts I found redundant.

Language:PythonLicense:MITStargazers:3Issues:0Issues:0

multimodal-emotion-classification

Multimodal emotion classification from the MELD dataset

Language:Jupyter NotebookStargazers:3Issues:3Issues:0

yolov5-synthetic-data

Training/Application of the YOLOv5 object detection algorithm on a synthetic dataset generated in Unity and its Perception module

Language:PythonStargazers:2Issues:1Issues:0

RPSLS-FERIT2022-1st-Place

This repository presents my solution to FERIT's 2022 Rock, Paper, Scissors, Lizard, Spock competition which achieved 1st place with a score of 1942/2000.

Language:PythonStargazers:1Issues:1Issues:0

brandokoch

Repository generating the GitHub cover page

Stargazers:0Issues:0Issues:0
Language:Vim scriptStargazers:0Issues:0Issues:0

GAT

Graph Attention Networks (https://arxiv.org/abs/1710.10903)

License:MITStargazers:0Issues:0Issues:0

gradient-calculation-linear-regression

This repository provides the calculus and linear algebra behind the linear regression gradient calculation. Both vectorized and non-vectorized forms are shown.

Stargazers:0Issues:0Issues:0

petnica-ml7

This repository contains unofficial solutions to Petnica Summer Institute Machine Learning Conference - PSIML7 Assignments required for Acceptance.

Language:PythonStargazers:0Issues: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:0Issues:0Issues:0