Anđela Todorović (@andjelatodorovic)

Top repositories

1

DesignPatterns

A solution to some of the previous University exams and homework assignments from the course on the Object Oriented Programming. Some lecture notes are to be uploaded
C++
53
star
2

GeometryPlotting

Manipulations with basic geometrical primitives, such as point, line, plane, sphere, triangle in 3D space: translation and rotation operations, distance calculation, intersections, orthogonal projections of one object into another, etc. The objects can be defined in global or in one of the local coordinate systems and converted form one coordinate system into another. The library was build to be as simple and intuitive as posible. Users do not have to remember the reference coordinate system of each object. The objects store the coordinate system they are defined in and all transformations will be caried out implicitly when necessary.
C#
5
star
3

MachineLearning

My solutions to the complete Machine Learning Course by Andrew Ng on Coursera
MATLAB
2
star
4

AttentionUNet_LungSegmentation

Jupyter Notebook
2
star
5

DesignPatternsJava

Implementation of Gang Of Four Design patterns in Java, as far as some useful books on the topic
Java
2
star
6

GibbsSampler

My implementation of the Gibbs Sampler on NVIDIA Jetson Nano
Cuda
2
star
7

CodeAI

Our solution for predicting soil functional properties at unsampled locations using infrared spectroscopy, georeferencing of soil samples, and earth remote sensing data. Won a first place and a chance to visitWe Are Developers conference in Berlin.
Python
2
star
8

MarkovCluster

Basic implementation represented at Code Camp Macedonia. MCL is unsupervised graph clustering algorithm based on simulation of stochastic flow in graphs.
Python
1
star
9

DeepLearningPurePython3

Pure Python3 codes for the Deep Learning Coursera repositories.
Python
1
star
10

QLearning_MATLAB

Some basic exercises and algorithms of Reinforcement learning, including Feed Forward, Backpropagation, Gradient descent etc.
MATLAB
1
star
11

MLPlayground

Implementation of some basic Machine Learning algorithms in F#. Usually implemented on famous public datasets (Iris, Titanic, MNIST) depending on the problem.
F#
1
star
12

DeepLearningSpecialization

My solutions to the Deep Learning Specialization on Coursera.
Jupyter Notebook
1
star
13

MarkovNetworkOCR

Markov network or undirected graphical model is a set of random variables having a Markov property described by an undirected graph. In other words, a random field is said to be a Markov random field if it satisfies Markov properties. A Markov network or MRF is similar to a Bayesian network in its representation of dependencies; the differences being that Bayesian networks are directed and acyclic, whereas Markov networks are undirected and may be cyclic. Thus, a Markov network can represent certain dependencies that a Bayesian network cannot (such as cyclic dependencies); on the other hand, it can't represent certain dependencies that a Bayesian network can (such as induced dependencies). The underlying graph of a Markov random field may be finite or infinite.
MATLAB
1
star
14

Mathematica11.3_KeyGen

A simple script to generate working product keys for Mathematica 11.3 based upon your MathID and a product key for a trial period. The full description on KeyGens for Mathematica will soon be available at my website
HTML
1
star
15

Autoencoder

Simple autoencoder to compress the MNIST dataset. With autoencoders, we pass input data through an encoder that makes a compressed representation of the input. Then, this representation is passed through a decoder to reconstruct the input data. Generally the encoder and decoder will be built with neural networks, then trained on example data. In another file a convolutional layer is added for better results.
Python
1
star
16

CUDNNSamples

Samples of NVIDIAS' CuDNN. The NVIDIA CUDA® Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned implementations for standard routines such as forward and backward convolution, pooling, normalization, and activation layers.
C++
1
star
17

DCGAN

DCGAN (Deep convolutional generative adversarial networks) is one of the popular and successful network design for GAN. It mainly composes of convolution layers without max pooling or fully connected layers. It uses convolutional stride and transposed convolution for the downsampling and the upsampling. The figure below is the network design for the generator.
Python
1
star
18

roland-river

Implementation of the ROLAND: Graph Learning Framework for Dynamic Graphs suitable to integrate into River
Jupyter Notebook
1
star
19

DatathonIBM

Credit risk prediction model for large logistics & distribution company. The idea behind the solution was to use the Altman Z credit score in order to turn the unsupervised into semi-supervised problem, and then apply self-training methods.
Jupyter Notebook
1
star
20

DataStructures

Demos of the implementation of the basic, both linear and non-linear, data structures in C/C++.
C++
1
star