NLP-02 Words and Sentences Tokenization using spaCy
https://jabirjamal.medium.com/nlp-02-words-and-sentences-tokenization-using-spacy-6a2227defea9
https://jabirjamal.medium.com/nlp-02-words-and-sentences-tokenization-using-spacy-6a2227defea9
Medium
NLP-02 Words and Sentences Tokenization using spaCy
In spaCy, every NLP application consists of several steps of processing the text. when we call “nlp ” on our text, spaCy apply some…
Introduction to Equity Pair Trading
https://medium.com/@jas0nram/introduction-to-equity-pair-trading-b61cf28db62a
https://medium.com/@jas0nram/introduction-to-equity-pair-trading-b61cf28db62a
Medium
Introduction to Equity Pair Trading
This article will cover the Equity Pair trading use case and go from a single pair example to an industrialised search process with commonly used statistical tests, combinatoric generators and…
Actor-Critic: Value Function Approximations
https://medium.com/geekculture/actor-critic-value-function-approximations-b8c118dbf723
https://medium.com/geekculture/actor-critic-value-function-approximations-b8c118dbf723
Medium
Actor-Critic: Value Function Approximations
In my previous post, I discussed a way to reduce variance by using the generalized policy update equation, which is derived from the policy…
A beautiful python and terminal setup for your beautiful M1 Macbook
https://blog.devgenius.io/a-beautiful-python-and-terminal-setup-for-your-beautiful-m1-macbook-58486c95df4
https://blog.devgenius.io/a-beautiful-python-and-terminal-setup-for-your-beautiful-m1-macbook-58486c95df4
Medium
A beautiful python and terminal setup for your beautiful M1 Macbook
A simple but elegant terminal for python development
Is your database GDPR proof? How can we use python and NLP tools to check it?
https://aronasztalos.medium.com/is-your-database-gdpr-proof-how-can-we-use-python-and-nlp-tools-to-check-it-5599bcca8fae
https://aronasztalos.medium.com/is-your-database-gdpr-proof-how-can-we-use-python-and-nlp-tools-to-check-it-5599bcca8fae
Medium
Is your database GDPR proof? How can we use python and NLP tools to check it?
Of course, everybody tries to anonymize sensitive information although it is not such an easy task. Sometimes we make mistakes.
PyVista:一款Python的三维可视化软件 - DECHIN
http://www.cnblogs.com/dechinphy/p/pyvista.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/dechinphy/p/pyvista.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
PyVista:一款Python的三维可视化软件 - DECHIN - 博客园
本文通过对pyvista这一相对“冷门”的python三维可视化工具的摸索,总结了安装与基本的使用示例,包括单模块、多模块、静态图、动态画板、gif和mp4视频的导出等。总体来说pyvista是一款渲
Visual Analytics of COVID-19 in Grafana using PostgreSQL (part-1)
https://engrmuhammadusman108.medium.com/visual-analytics-of-covid-19-in-grafana-using-postgresql-part-1-913c71d8ed3
https://engrmuhammadusman108.medium.com/visual-analytics-of-covid-19-in-grafana-using-postgresql-part-1-913c71d8ed3
Medium
Visual Analytics of COVID-19 in Grafana using PostgreSQL (part-1)
Coronavirus disease (COVID-19) is an infectious disease caused by a virus that can spread from person to person.
Python — Different Ways of Getting User Inputs for Competitive Programming
https://python.plainenglish.io/different-ways-of-getting-inputs-from-user-for-competitive-programming-in-python-f28b2e294b9d
https://python.plainenglish.io/different-ways-of-getting-inputs-from-user-for-competitive-programming-in-python-f28b2e294b9d
Medium
Python — Different Ways of Getting User Inputs for Competitive Programming
How to get inputs from different data types in Python
Advanced Computer Vision with OpenCV — Python using Google Colab
https://nirmaniwarakaulla.medium.com/advanced-computer-vision-with-opencv-python-using-google-colab-23458173105d
https://nirmaniwarakaulla.medium.com/advanced-computer-vision-with-opencv-python-using-google-colab-23458173105d
Medium
Advanced Computer Vision with OpenCV — Python using Google Colab
Introduction
Python libraries and tools to make your scripts suck less
https://medium.com/@murielpicone/python-libraries-and-tools-to-make-your-scripts-suck-less-83cbd4e6aabd
https://medium.com/@murielpicone/python-libraries-and-tools-to-make-your-scripts-suck-less-83cbd4e6aabd
Medium
Python libraries and tools to make your scripts suck less
If you’re an SRE or DevOps engineer, you’ll usually find yourself writing scripts to automate tasks. But a collection of scripts, probably…
NLP-03 Lemmatization and Stemming using spaCy
https://jabirjamal.medium.com/nlp-03-lemmatization-and-stemming-using-spacy-b2829becceca
https://jabirjamal.medium.com/nlp-03-lemmatization-and-stemming-using-spacy-b2829becceca
Medium
NLP-03 Lemmatization and Stemming using spaCy
Lemmatization
Using SHAP to Explain Machine Learning Models
https://kthaisociety.medium.com/using-shap-to-explain-machine-learning-models-3f8f9c3b1f5e
https://kthaisociety.medium.com/using-shap-to-explain-machine-learning-models-3f8f9c3b1f5e
Medium
Using SHAP to Explain Machine Learning Models
Do you understand how your machine learning model works? Despite the ever-increasing usage of machine learning (ML) and deep learning (DL)…