From 17a529de49becb4e3ee1a7b4a0c7659c7d087f68 Mon Sep 17 00:00:00 2001 From: Maciej Szankin Date: Wed, 13 Jul 2022 10:59:36 -0700 Subject: [PATCH] Replace old link with WebArchive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bae20e9..53f28cf 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Python**: _Write SMS-spam detector with Scikit-learn_](https://medium.com/@kopilov.vlad/detect-sms-spam-in-kaggle-with-scikit-learn-5f6afa7a3ca2) * [**Python**: _A Simple Content-Based Recommendation Engine in Python_](http://blog.untrod.com/2016/06/simple-similar-products-recommendation-engine-in-python.html) * [**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://web.archive.org/web/20220511033729/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**: _Learn ML Algorithms by coding: Decision Trees_](https://lethalbrains.com/learn-ml-algorithms-by-coding-decision-trees-439ac503c9a4) * [**Python**: _JSON Decoding Algorithm_](https://github.com/cheery/json-algorithm)