Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / gboduljak 29 repositories

gboduljak/clrs-implementations

This is a repository of pseudocode implementations discussed in the main text of a classic - 📖Introduction to Algorithms, known as CLRS. All implementations are written in C. The repository is a result of self study of algorithms discussed in CLRS.

Language: C - Size: 429 KB - Last synced: about 1 month ago - Pushed: almost 4 years ago - Stars: 4 - Forks: 3

gboduljak/stanford-compilers-coursework

This is a repository of coursework project for the Stanford Compilers MOOC course. The result is a fully-working compiler for the COOL Programming Language.

Language: C++ - Size: 6.69 MB - Last synced: 2 months ago - Pushed: over 1 year ago - Stars: 42 - Forks: 28

gboduljak/mlx-examples Fork of ml-explore/mlx-examples

Examples in the MLX framework

Language: Python - Size: 2.84 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 1

gboduljak/mlx-data Fork of ml-explore/mlx-data

Efficient framework-agnostic data loading

Size: 716 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

gboduljak/mlx Fork of ml-explore/mlx

MLX: An array framework for Apple silicon

Language: C++ - Size: 1.05 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

gboduljak/lagan

Lightweight attentional GAN for unpaired image-to-image-translation.

Language: Jupyter Notebook - Size: 2.85 MB - Last synced: 7 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

gboduljak/group-equivariant-cnns-vs-spatial-transformers

Language: Jupyter Notebook - Size: 148 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

gboduljak/pytorch-CycleGAN-and-pix2pix Fork of junyanz/pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch

Language: Python - Size: 8.06 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

gboduljak/contrastive-unpaired-translation Fork of taesungp/contrastive-unpaired-translation

Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)

Language: Python - Size: 17.6 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

gboduljak/pixel-da

pixel da

Size: 0 Bytes - Last synced: 9 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

gboduljak/MUNIT Fork of NVlabs/MUNIT

Multimodal Unsupervised Image-to-Image Translation

Size: 5.97 MB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

gboduljak/MDMM Fork of HsinYingLee/MDMM

Learning multi-domain multi-modality I2I translation

Size: 4.73 MB - Last synced: 9 months ago - Pushed: over 5 years ago - Stars: 0 - Forks: 0

gboduljak/query-selected-attention Fork of sapphire497/query-selected-attention

Official implementation for "QS-Attn: Query-Selected Attention for Contrastive Learning in I2I Translation" (CVPR 2022)

Size: 14.3 MB - Last synced: 9 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

gboduljak/Generate_To_Adapt Fork of yogeshbalaji/Generate_To_Adapt

Implementation of "Generate To Adapt: Aligning Domains using Generative Adversarial Networks"

Size: 14.6 KB - Last synced: 9 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

gboduljak/cool-compiler-1 Fork of afterthat97/cool-compiler

Stanford CS1/CS143 Compilers Course Project - Cool compiler

Size: 8.76 MB - Last synced: 9 months ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

gboduljak/prettyprinter Fork of quchen/prettyprinter

A modern, extensible and well-documented prettyprinter.

Size: 813 KB - Last synced: 9 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

gboduljak/cross-tasky

Cross Tasky is a simple cross platform task managment app. Written in C++ and Qt framework. Built for purposes of learning Qt.

Language: C++ - Size: 457 KB - Last synced: 9 months ago - Pushed: over 9 years ago - Stars: 0 - Forks: 0

gboduljak/mnist-digit-recognition

A simple feed forward neural network implementation for predicting handwritten digits.

Language: JavaScript - Size: 2.93 MB - Last synced: 9 months ago - Pushed: almost 7 years ago - Stars: 1 - Forks: 2

gboduljak/postgrest-starter-kit Fork of subzerocloud/postgrest-starter-kit

Starter Kit and tooling for authoring REST API backends with PostgREST

Size: 1.15 MB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

gboduljak/cool-compiler-2 Fork of ilstam/cool-compiler

COOL compiler implementation for Stanford's CS143 open course

Size: 4.12 MB - Last synced: 9 months ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

gboduljak/CLRS Fork of walkccc/CLRS

📚 Solutions to Introduction to Algorithms Third Edition

Size: 9.05 MB - Last synced: 9 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

gboduljak/machine-learning

A repository of machine learning projects made for Kaggle competition and practicing machine learning models.

Language: Jupyter Notebook - Size: 451 MB - Last synced: 9 months ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

gboduljak/mnist-from-scratch

MNIST done with paper, pencil and Numpy

Language: Python - Size: 13.2 MB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

gboduljak/functional-pearls

Implementations of functional pearls (https://wiki.haskell.org/Research_papers/Functional_pearls) I read.

Language: Haskell - Size: 15.6 KB - Last synced: 9 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

gboduljak/graph-attention-networks

An implementation of Graph Attention Networks (GAT) paper accompanied with the analysis of attention scores.

Language: Jupyter Notebook - Size: 107 MB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

gboduljak/dft

A quick and dirty implementation of Discrete Fourier transform (DFT) in Haskell. Tested on Polynomial Multiplication.

Language: Haskell - Size: 12.7 KB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

gboduljak/calc

A console based calculator written in Haskell.

Language: Haskell - Size: 221 KB - Last synced: 9 months ago - Pushed: almost 4 years ago - Stars: 6 - Forks: 1

gboduljak/NICE-GAN-pytorch Fork of alpc91/NICE-GAN-pytorch

Official PyTorch implementation of NICE-GAN: Reusing Discriminators for Encoding: Towards Unsupervised Image-to-Image Translation

Language: Python - Size: 45.4 MB - Last synced: 9 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

gboduljak/stargan-v2 Fork of clovaai/stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)

Language: Python - Size: 38 MB - Last synced: 9 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

gboduljak/CyCADA Fork of tkhkaeio/CyCADA

A PyTorch implementation of CyCADA

Language: Python - Size: 4.62 MB - Last synced: 9 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

gboduljak/DRIT Fork of HsinYingLee/DRIT

Learning diverse image-to-image translation from unpaired data

Language: Python - Size: 65.8 MB - Last synced: 9 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

gboduljak/LeafGAN Fork of IyatomiLab/LeafGAN

Size: 5.11 MB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

gboduljak/SoloGAN Fork of EMI-Group/SoloGAN

Official implementation of SoloGAN

Language: Python - Size: 5.55 MB - Last synced: 9 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

gboduljak/UGATIT-pytorch Fork of znxlwm/UGATIT-pytorch

Official PyTorch implementation of U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation

Language: Python - Size: 7.3 MB - Last synced: 9 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

gboduljak/Android-ToolkitV2

Android Toolkit is an app for an Android device managment and modification. It has built in ADB Tools, Fastboot Tools and custom recovery flasher and much more. There is also support for remote ADB control. Version V2 is being written in MVVM for perfomance, architecture and code improvement .

Language: C# - Size: 73 MB - Last synced: 9 months ago - Pushed: almost 10 years ago - Stars: 10 - Forks: 8

gboduljak/uscheme

μscheme (micro Scheme) is a toy interpreter for the Scheme programming language, implementing a relatively (large) subset of R5RS language specification.

Language: Haskell - Size: 264 KB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

gboduljak/seam-carving

This is my implementation of the simplified version of the seam carving - an algorithm developed by S.Avidan and A.Shamir. Seam carving is an algorithm for 'content-aware' image resizing. The main idea is to resize an image by removing only the least noticeable pixels. I have also made a small web app used to generate interesting results.

Language: JavaScript - Size: 17.2 MB - Last synced: 9 months ago - Pushed: about 2 years ago - Stars: 7 - Forks: 2

gboduljak/bsc-thesis

The thesis is "On universality of fully-connected neural networks". This thesis aims to present key results in the approximation theory of artificial neural networks assuming only undergraduate mathematics. This research field studies necessary and sufficient conditions under which neural networks can approximate certain functions.

Language: TeX - Size: 1.27 MB - Last synced: 9 months ago - Pushed: over 1 year ago - Stars: 4 - Forks: 0

gboduljak/mcc

mcc is a toy compiler compiling a (relatively) large subset of C language to LLVM IR.

Language: Haskell - Size: 1.02 MB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 0

gboduljak/Android-Toolkit

Android Toolkit is an app for an Android device managment and modification. It has built in ADB Tools, Fastboot Tools and custom recovery flasher and much more. There is also support for remote ADB control

Language: JavaScript - Size: 36.5 MB - Last synced: 9 months ago - Pushed: about 10 years ago - Stars: 2 - Forks: 2