From 8b0481eeebee153b5cfb31c58c93498b12a1baa1 Mon Sep 17 00:00:00 2001 From: "Amr M. Kayid" Date: Sat, 18 Aug 2018 02:33:17 +0200 Subject: [PATCH 1/3] Add tutorial for Building a Deep Learning Library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04d21a9..fc7024a 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,7 @@ * [**Node.js**: _Build a static site generator in 40 lines with Node.js_](https://medium.com/douglas-matoso-english/build-static-site-generator-nodejs-8969ebe34b22) * [**PHP**: _Write your own MVC from scratch in PHP_ ](https://chaitya62.github.io/2018/04/29/Writing-your-own-MVC-from-Scratch-in-PHP.html) * [**PHP**: _Make your own blog_](https://ilovephp.jondh.me.uk/en/tutorial/make-your-own-blog) +* [**Python**: _Build a Deep Learning Library_](https://www.youtube.com/watch?v=o64FV-ez6Gw) [video] * [**Python**: _How to Build a Kick-Ass Mobile Document Scanner in Just 5 Minutes_](https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/) * [**Python**: _Continuous Integration System_](http://aosabook.org/en/500L/a-continuous-integration-system.html) * [**Python**: _Recommender Systems in Python: Beginner Tutorial_](https://www.datacamp.com/community/tutorials/recommender-systems-python) From 9c252896a33aab579f67f763aa36cbef84230db3 Mon Sep 17 00:00:00 2001 From: Sandoche ADITTANE Date: Sat, 18 Aug 2018 11:00:19 +0200 Subject: [PATCH 2/3] Add Cryptocurrency proof of stake tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04d21a9..1ce8eb8 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ * [**Python**: _Let’s Build the Tiniest Blockchain_](https://medium.com/crypto-currently/lets-build-the-tiniest-blockchain-e70965a248b) * [**Ruby**: _Programming Blockchains Step-by-Step (Manuscripts Book Edition)_](https://github.com/yukimotopress/programming-blockchains-step-by-step) * [**TypeScript**: _Naivecoin: a tutorial for building a cryptocurrency_](https://lhartikk.github.io/) +* [**TypeScript**: _NaivecoinStake: a tutorial for building a cryptocurrency with the Proof of Stake consensus_](https://naivecoinstake.learn.uno/) #### Build your own `Bot` From 5dcdf25eae95fef6680f9ce3e2b8c1b800e7b8f5 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Mon, 20 Aug 2018 13:50:39 +0200 Subject: [PATCH 3/3] Add tutorial #246 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfa4455..7e2d989 100644 --- a/README.md +++ b/README.md @@ -405,6 +405,7 @@ * [**Python**: _Stock Market Predictions with LSTM in Python_](https://www.datacamp.com/community/tutorials/lstm-python-stock-market) * [**Python**: _Build your own error-correction fountain code with Luby Transform Codes_](https://franpapers.com/en/algorithmic/2018-introduction-to-fountain-codes-lt-codes-with-python/) * [**Python**: _Building a simple Generative Adversial Network (GAN) using Tensorflow_](https://blog.paperspace.com/implementing-gans-in-tensorflow/) +* [**Python**: _JSON Decoding Algorithm_](https://github.com/cheery/json-algorithm) * [**Ruby**: _A Pedometer in the Real World_](http://aosabook.org/en/500L/a-pedometer-in-the-real-world.html) * [**Ruby**: _Creating a Linux Desktop application with Ruby_](https://iridakos.com/tutorials/2018/01/25/creating-a-gtk-todo-application-with-ruby) * [**Rust**: _Let's build a browser engine_](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)