Unsupervised Data Augmentation
https://medium.com/towards-artificial-intelligence/unsupervised-data-augmentation-6760456db143
  https://medium.com/towards-artificial-intelligence/unsupervised-data-augmentation-6760456db143
Long Short-Term Memory: From Zero to Hero with PyTorch
Just like us, Recurrent Neural Networks (RNNs) can be very forgetful. This struggle with short-term ...
https://blog.floydhub.com/long-short-term-memory-from-zero-to-hero-with-pytorch/
  Just like us, Recurrent Neural Networks (RNNs) can be very forgetful. This struggle with short-term ...
https://blog.floydhub.com/long-short-term-memory-from-zero-to-hero-with-pytorch/
vpj / python_autocomplete
A simple neural network for python autocompletion
https://github.com/vpj/python_autocomplete
  
  A simple neural network for python autocompletion
https://github.com/vpj/python_autocomplete
GitHub
  
  GitHub - vpj/python_autocomplete: A simple neural network for python autocompletion
  A simple neural network for python autocompletion. Contribute to vpj/python_autocomplete development by creating an account on GitHub.
  sherlock-project / sherlock
🔎 Find usernames across social networks
https://github.com/sherlock-project/sherlock
  
  🔎 Find usernames across social networks
https://github.com/sherlock-project/sherlock
GitHub
  
  GitHub - sherlock-project/sherlock: Hunt down social media accounts by username across social networks
  Hunt down social media accounts by username across social networks - sherlock-project/sherlock
  How Python saves memory when storing strings
Since Python 3, the str type uses Unicode representation. Unicode strings can take up to 4 bytes ...
http://rushter.com/blog/python-strings-and-memory/
  
  Since Python 3, the str type uses Unicode representation. Unicode strings can take up to 4 bytes ...
http://rushter.com/blog/python-strings-and-memory/
Artem Golubin
  
  How Python saves memory when storing strings | Artem Golubin
  
  Data visualization with Plotly
https://towardsdatascience.com/data-visualization-with-plotly-71af5dd220b5
  https://towardsdatascience.com/data-visualization-with-plotly-71af5dd220b5
HelloZeroNet / ZeroNet
ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
https://github.com/HelloZeroNet/ZeroNet
  
  ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
https://github.com/HelloZeroNet/ZeroNet
GitHub
  
  GitHub - HelloZeroNet/ZeroNet: ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
  ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network - HelloZeroNet/ZeroNet
  What are Eigenvalues and Eigenvectors?
A must-know concept for Machine Learning
https://medium.com/fintechexplained/what-are-eigenvalues-and-eigenvectors-a-must-know-concept-for-machine-learning-80d0fd330e47
  A must-know concept for Machine Learning
https://medium.com/fintechexplained/what-are-eigenvalues-and-eigenvectors-a-must-know-concept-for-machine-learning-80d0fd330e47
A Beginner’s Guide on Recurrent Neural Networks with PyTorch
Recurrent Neural Networks(RNNs) have been the answer to most problems dealing with sequential data ...
https://blog.floydhub.com/a-beginners-guide-on-recurrent-neural-networks-with-pytorch/
  Recurrent Neural Networks(RNNs) have been the answer to most problems dealing with sequential data ...
https://blog.floydhub.com/a-beginners-guide-on-recurrent-neural-networks-with-pytorch/
Time Complexities Of Python Data Structures
An Important Article For Everyone Using Python Programming…
https://medium.com/fintechexplained/time-complexities-of-python-data-structures-ddb7503790ef
  An Important Article For Everyone Using Python Programming…
https://medium.com/fintechexplained/time-complexities-of-python-data-structures-ddb7503790ef
Celery Python Guide: Basics and Examples
https://levelup.gitconnected.com/celery-python-guide-basics-and-examples-8795933400ef
  https://levelup.gitconnected.com/celery-python-guide-basics-and-examples-8795933400ef
Extracting text from HTML in Python: a very fast approach
When working on NLP problems, sometimes you need to obtain a large corpus of text. The internet ...
http://rushter.com/blog/python-fast-html-parser/
  
  When working on NLP problems, sometimes you need to obtain a large corpus of text. The internet ...
http://rushter.com/blog/python-fast-html-parser/
Artem Golubin
  
  Extracting text from HTML in Python: a very fast approach | Artem Golubin
  How to speed up text extraction from HTML web pages using selectolax.
  PythonHub Weekly Digest for 2019-08-11
Popular, important and interesting in Python World
https://pythonhub.dev/digest/2019-08-11/
  
  Popular, important and interesting in Python World
https://pythonhub.dev/digest/2019-08-11/
pythonhub.dev
  
  PythonHub Weekly Digest for 2019-08-11
  Interesting links and news about Python programming.
  uber / ludwig
Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
https://github.com/uber/ludwig
  
  Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models without the need to write code.
https://github.com/uber/ludwig
GitHub
  
  GitHub - ludwig-ai/ludwig: Low-code framework for building custom LLMs, neural networks, and other AI models
  Low-code framework for building custom LLMs, neural networks, and other AI models - ludwig-ai/ludwig
  plotly / plotly.py
An open-source, interactive graphing library for Python ✨
https://github.com/plotly/plotly.py
  
  An open-source, interactive graphing library for Python ✨
https://github.com/plotly/plotly.py
GitHub
  
  GitHub - plotly/plotly.py: The interactive graphing library for Python :sparkles:
  The interactive graphing library for Python :sparkles: - plotly/plotly.py
  Keras Learning Rate Finder
In this tutorial, you will learn how to automatically find learning rates using Keras. This guide ...
https://www.pyimagesearch.com/2019/08/05/keras-learning-rate-finder/
  In this tutorial, you will learn how to automatically find learning rates using Keras. This guide ...
https://www.pyimagesearch.com/2019/08/05/keras-learning-rate-finder/
Program that paths how many clicks it takes to get from one sub to an nsfw sub
https://www.reddit.com/r/Python/comments/cltkgl/program_that_paths_how_many_clicks_it_takes_to/
  
  https://www.reddit.com/r/Python/comments/cltkgl/program_that_paths_how_many_clicks_it_takes_to/
reddit
  
  r/Python - Program that paths how many clicks it takes to get from one sub to an nsfw sub
  759 votes and 55 comments so far on Reddit
  99 ways to extend the Jupyter ecosystem
The Jupyter ecosystem is very modular and extensible, so there are lots of ways to extend it. This blog post aims to provide a quick summary of the most common ways to extend Jupyter.
https://blog.jupyter.org/99-ways-to-extend-the-jupyter-ecosystem-11e5dab7c54
  The Jupyter ecosystem is very modular and extensible, so there are lots of ways to extend it. This blog post aims to provide a quick summary of the most common ways to extend Jupyter.
https://blog.jupyter.org/99-ways-to-extend-the-jupyter-ecosystem-11e5dab7c54
The 10 Most Influential Programming Languages of the Last 50 years and Their Creators
https://medium.com/better-programming/the-10-most-influential-programming-languages-of-the-last-50-years-and-their-creators-6559bb9ce224
  https://medium.com/better-programming/the-10-most-influential-programming-languages-of-the-last-50-years-and-their-creators-6559bb9ce224
Understand TensorFlow by mimicking its API from scratch
https://medium.com/@d3lm/understand-tensorflow-by-mimicking-its-api-from-scratch-faa55787170d
  https://medium.com/@d3lm/understand-tensorflow-by-mimicking-its-api-from-scratch-faa55787170d
