Pinned Repositories
angular-bootstrap-simple-chat
Simple AngularJS Chat Directive with Bootstrap
bureaucrat
Generate Phoenix API documentation from tests
char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
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))
stash
A small and user-friendly ETS wrapper for caching in Elixir
timer_decorator
IvanShpotenko's Repositories
IvanShpotenko/stash
A small and user-friendly ETS wrapper for caching in Elixir
IvanShpotenko/timer_decorator
IvanShpotenko/angular-bootstrap-simple-chat
Simple AngularJS Chat Directive with Bootstrap
IvanShpotenko/bureaucrat
Generate Phoenix API documentation from tests
IvanShpotenko/char-rnn-tensorflow
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
IvanShpotenko/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))
IvanShpotenko/datasci_course_materials
Public repository for course materials for the Data Science at Scale Specialization at Coursera
IvanShpotenko/ecto_materialized_path
Tree structure & hierarchy for ecto models
IvanShpotenko/elixir
Exercism exercises in Elixir.
IvanShpotenko/elixir_logger_json_file_backend
Logger backend that write a json map per line to a file
IvanShpotenko/fluxter
High-performance and reliable InfluxDB writer for Elixir
IvanShpotenko/GA3C-cpp
A C++ implementation of the asynchronous advantage actor-critic (A3C) algorithm
IvanShpotenko/HolyBob
A simple chat(bot) that receives a name, uses angular/flask to pass name and return response with some random adjective
IvanShpotenko/neural-chatbot
A chatbot based on seq2seq architecture done with tensorflow.
IvanShpotenko/plug_attack
A plug building toolkit for blocking and throttling abusive requests
IvanShpotenko/rollbax
Exception tracking and logging from Elixir to Rollbar
IvanShpotenko/tensorflow
Computation using data flow graphs for scalable machine learning
IvanShpotenko/TensorFlow-Examples
TensorFlow tutorials and code examples for beginners
IvanShpotenko/tf_seq2seq_chatbot