Analyzing Marketing Campaigns with pandas Lecture 4: A/B test
https://medium.com/@u0808b100/analyzing-marketing-campaigns-with-pandas-lecture-4-a-b-test-ad1ed596aa41
https://medium.com/@u0808b100/analyzing-marketing-campaigns-with-pandas-lecture-4-a-b-test-ad1ed596aa41
Medium
Analyzing Marketing Campaigns with pandas Lecture 4: A/B test
How A/B test is used within marketing department.
Hook Up a PyTorch Environment to PyCharm on x86 Mac OS
https://medium.com/@matthew.pecko/hook-up-a-pytorch-environment-to-pycharm-on-x86-mac-os-1581f13e0124
https://medium.com/@matthew.pecko/hook-up-a-pytorch-environment-to-pycharm-on-x86-mac-os-1581f13e0124
Medium
Hook Up a PyTorch Environment to PyCharm on x86 Mac OS
In this tutorial, we’re going to set up a Conda environment on Mac OS, and hook it up with PyCharm. This tutorial assumes the reader is…
Regular Expressions (RegEx) in Python : Advanced Concepts
https://medium.com/@hrishikesh.pe/regular-expressions-regex-in-python-advanced-concepts-69b25d0d023e
https://medium.com/@hrishikesh.pe/regular-expressions-regex-in-python-advanced-concepts-69b25d0d023e
Medium
Regular Expressions (RegEx) in Python : Advanced Concepts
Expand your regex skills by learning grouping, backreferencing, lookaround assertions, and more.
Everything you need to know about : Named Entity Recognition
https://medium.com/geekculture/everything-you-need-to-know-about-named-entity-recognition-50823d1313b0
https://medium.com/geekculture/everything-you-need-to-know-about-named-entity-recognition-50823d1313b0
Medium
Everything you need to know about : Named Entity Recognition
Theory and implementation of named entity recognition systems
Data Visualization of Kendrick Lamar’s Albums
https://medium.com/@chadwick1/data-visualization-and-sentiment-analysis-of-kendrick-lamars-albums-a33a57495e94
https://medium.com/@chadwick1/data-visualization-and-sentiment-analysis-of-kendrick-lamars-albums-a33a57495e94
Medium
Data Visualization of Kendrick Lamar’s Albums
Kendrick Lamar is arguably the voice of today’s generation, and the most influential rapper of the 2010s.
Build a quick inference CLI for your machine learning model
https://medium.com/@sthacruz/build-a-quick-inference-cli-for-your-machine-learning-model-be649cf675be
https://medium.com/@sthacruz/build-a-quick-inference-cli-for-your-machine-learning-model-be649cf675be
Medium
Build a quick inference CLI for your machine learning model
Convert your machine learning python script to a quick CLI tool in a modern python style using fire and poetry
Albumentations: A Python library for advanced Image Augmentation strategies
https://medium.com/mlearning-ai/albumentations-a-python-library-for-advanced-image-augmentation-strategies-752bff3a3da0
https://medium.com/mlearning-ai/albumentations-a-python-library-for-advanced-image-augmentation-strategies-752bff3a3da0
Medium
Albumentations: A Python library for advanced Image Augmentation strategies
A gentle overview of this fast open-source with examples from the Pokemon dataset with Pytorch
Lambda Functions in Python — Filter, Map & Reduce
https://medium.com/@coucoucamille/lambda-functions-in-python-filter-map-reduce-c6dab32c607
https://medium.com/@coucoucamille/lambda-functions-in-python-filter-map-reduce-c6dab32c607
Medium
Lambda Functions in Python — Filter, Map & Reduce
Anonymous function with syntax lambda args: expression.