Vinko Kodžoman (@Weenkus)

Top repositories

1

data-what-now

All codes from the DataWhatNow blog.
Jupyter Notebook
103
star
2

FM-index

A FM index implementation in C made by Zoran Krišto and Vinko Kodžoman. The index supports 3 versions of the FM index by using the different method for rank queries (Matrix, Wavelet Tree 8 byte code, Wavelet Tree bit code). The Suffix Array is constructed by using the libdivsufsort library.
C
9
star
3

sexual-predator-classification-using-ensemble-classifiers

PAN 2012 competition - The goal of this sub-task is to identify classes of authors, namely online predators.
Jupyter Notebook
8
star
4

identicon_generator

Elixir
3
star
5

quora-questions-pairs-kaggle

Jupyter Notebook
3
star
6

toxic-comment-classification-challenge-kaggle

Identify and classify toxic online comments
Jupyter Notebook
3
star
7

Machine-Learning-University-of-Washington

All code used in the Machine Learning specialization from Coursera at https://www.coursera.org/specializations/machine-learning. Assignments are done with jupyter using scikit learn.
Jupyter Notebook
3
star
8

Quora-Insincere-Questions-Classification

In this competition, Kagglers will develop models that identify and flag insincere questions. To date, Quora has employed both machine learning and manual review to address this problem. With your help, they can develop more scalable methods to detect toxic and misleading content.
3
star
9

One-Hump-Iterator-Visualization

Program for one hump iterator visualization. Allows the user to pick a one hump iterator and change the r value while visualizing the result. Four compositions of the iterator are shown to indicate fixed points inheritance between iterator composition. The leading iterator composition is always shown as the thickest line in the graph. Watch how every time a function loses its stability the next iterator composition takes over.
C#
2
star
10

azul

Implementation of Azul board game as an environment for training RL agents.
Rust
2
star
11

LearnOpenGL_tutorial

Following OpenGL tutorial from http://learnopengl.com/.
C
2
star
12

openai-retro-contest

OpenAI's retro contest.
2
star
13

deep-learning-local-enviroment-setup

A tutorial how to setup a local deep learning enviroment. I tend to forget things, therefore this is a remainder how I like doing it.
2
star
14

keras-cake

Collection of community written Keras Layers based on research papers with examples.
Python
2
star
15

GTEngine

Graphic development following a graphics tutorial. Main focus is the GTEngine as well as games using it.
C++
2
star
16

Rentals

Desktop app for managing rentals. Written in C# using Windows Forms and SQLite database with NHibernate OR mapper. The app allows to add new customers and clients as well as rentals. To add a custom rental, inherit from the base Rentals class and implement all the needed logic as well as presentation or database logic.
C#
2
star
17

book_problems

Book: Problem Solving with Algorithms and Data Structures using Python
Python
2
star
18

Reference-Genome-Index

RGI (Reference Genome Index) is a index based on a FM index (google BWBBLE for more information) that searches a collection of genomes called the reference genome. The RGI uses Wavelet Tree for rank queries, Suffix Array (libdivsufsort) and BWT (constructed from the SA) to answer search queries. The RGI is explained in detail in my bachelor thesis Memory-Efficient Storage of Multiple Genomes of the Same Species found in this repository as pdf.
C++
2
star
19

Building-Escape

A small Unreal Engine 4 game. The goal is to escape the building.
C++
1
star
20

cards

Cards module created in elixir.
Elixir
1
star
21

Mercedes-Benz-Greener-Manufacturing

Jupyter Notebook
1
star
22

digit_recognizer_kaggle

Python
1
star
23

LabDump

All uni related projects.
Jupyter Notebook
1
star
24

Image-Based-Phylogenetic-Classification

Jupyter Notebook
1
star
25

Phylo-research

Testing different versions of BLAST and other ways to do fast local alignment.
Jupyter Notebook
1
star
26

leaf_classification_kaggle

Jupyter Notebook
1
star
27

hello_app

First app in the rails tutorial from https://www.railstutorial.org/book.
Ruby
1
star
28

Deep-Learning-University-of-Zagreb

Lab assignments from a Deep Learning course at the University of Zagreb.
Python
1
star
29

Competition

Codes used in competitions (sites like Sphere Online Judge...)
C++
1
star
30

on_power_efficient_virtual_network_function_placement_algorithm

Heuristic algorithm as a part of a University of Zagreb course.
Python
1
star
31

cats_vs_dogs_redux_kaggle

Jupyter Notebook
1
star
32

toy_app

Second app in the rails tutorial https://www.railstutorial.org/book/toy_app called toy_app.
Ruby
1
star
33

My-personal-webpage

This application was started by following Ruby on Rails Tutorial: Learn Web Development with Rails written by Michael Hartl. The goal is to make a blog website.
CSS
1
star
34

Machine-Learning-University-of-Zagreb

Lab assignments for course Machine Learning at University of Zagreb.
Jupyter Notebook
1
star
35

Search-Engine

A search engine made in Rails using PostgreSQL and psql's advance text search. The user can choose three versions of search; fuzzy, exact and morphology. To add data to the database use the terminal or do it from the web app.
Ruby
1
star