Coder Social home page Coder Social logo

ivanshpotenko's Projects

char-rnn-tensorflow icon char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow

chunks icon chunks

Generator that yields successive n-sized chunks from iterable. Each yilded chunk is a generator of size=chunk_size (). That means you have to empty (iterate over) current chunk in order to get the right result Last chunk will be sized as is and will not be padded with any value. ABCDEFGH -> ABC, DEF, GH for item in chunks(range(25), n=7): print(list(item))

fluxter icon fluxter

High-performance and reliable InfluxDB writer for Elixir

ga3c-cpp icon ga3c-cpp

A C++ implementation of the asynchronous advantage actor-critic (A3C) algorithm

holybob icon holybob

A simple chat(bot) that receives a name, uses angular/flask to pass name and return response with some random adjective

plug_attack icon plug_attack

A plug building toolkit for blocking and throttling abusive requests

rollbax icon rollbax

Exception tracking and logging from Elixir to Rollbar

stash icon stash

A small and user-friendly ETS wrapper for caching in Elixir

tensorflow icon tensorflow

Computation using data flow graphs for scalable machine learning

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.