Code Monkey home page Code Monkey logo

Oleg Zlobin's Projects

adaptive_pooling icon adaptive_pooling

The input to the algorithm is the original image, the coordinates of the foci, the percentage of pixels without sub-sampling, and the compression ratio of the rest of the image. Next, the algorithm pools the image in layers: the strongest compression covers the entire area of the image, and part of the image within the focus remains unprocessed. As a result of the algorithm, a certain number of matrices is obtained, equal to the number of pooling layers, these matrices are rectified into a vector with fewer parameters compared to the original image.

brain icon brain

A model of neurons learning according to the Hebb rule.

covid-charts icon covid-charts

Automatic update of the covid-19 dataset and displaying graphs

gravity icon gravity

Simulation of gravitational interaction

neuroevolution icon neuroevolution

Neuroevolution is a set of algorithms that use artificial evolution to train a neural network. This learning mechanism has a number of advantages over classical methods of model optimization: neuroevolution algorithms do not require calculating the gradient of the loss function; the network architecture can automatically change and adapt to a specific task. It is also effective in reinforcement learning tasks.

vae icon vae

An autoencoder is a combination of two neural networks: an encoder and a decoder. The encoder learns to "compress" input data into a small vector of numbers, highlighting the most important features. The decoder restores the original data from the received features. The autoencoder helps to get a high-level representation of data, which can be used in processing and generating a large amount of information.

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.