Code Monkey home page Code Monkey logo

Anđela Todorović's Projects

autoencoder icon 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.

awesome-persian-nlp-ir icon awesome-persian-nlp-ir

Curated List of Persian Natural Language Processing and Information Retrieval Tools and Resources

batchnormalization icon batchnormalization

Batch normalization was introduced in Sergey Ioffe's and Christian Szegedy's 2015 paper Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift. The idea is that, instead of just normalizing the inputs to the network, we normalize the inputs to layers within the network. It's called "batch" normalization because during training, we normalize each layer's inputs by using the mean and variance of the values in the current mini-batch.

bottleneck icon bottleneck

Code for the paper: "On the Bottleneck of Graph Neural Networks and Its Practical Implications"

chessdatabase icon chessdatabase

University project of a Chess Club Database, scripted in SQL and PHP, given a certain model to implement

codeai icon 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.

conf-mc icon conf-mc

Conformalized matrix completion - reproduction and personal efforts

connect4ai icon connect4ai

The Ai that learns to play Connect4 by using Markov Chains Monte Carlo Method.

cudademo icon cudademo

Basic coding examples in C/C++ using CUDA on NVIDIA Jetson Nano.

cudnnsamples icon 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.

datastructures icon datastructures

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

datathonibm icon 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.

dbscan icon dbscan

Density-based spatial clustering of applications with noise (DBSCAN) is a well-known data clustering algorithm that is commonly used in data mining and machine learning.

dcgan icon 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.

deeplearningdemo icon deeplearningdemo

These are some of the IPython Notebooks that I've been working on, and follow-up pure Python3 code will be released in separate repositories.

designpatterns icon 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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.