Managing the Date Format With Pandas
https://medium.com/python-pandemonium/managing-the-date-format-with-pandas-a00b1a39137e
https://medium.com/python-pandemonium/managing-the-date-format-with-pandas-a00b1a39137e
Medium
Managing the Date Format With Pandas
Working with dates holds very unwelcome surprises due to the different formats they can take. In this short article, we will see how to…
A Complete Guide: Implementing Aroon Indicators Using Python
https://medium.com/@jasperc09/a-complete-guide-implementing-aroon-indicators-using-python-1fe79e4bede6
https://medium.com/@jasperc09/a-complete-guide-implementing-aroon-indicators-using-python-1fe79e4bede6
Medium
A Complete Guide: Implementing Aroon Indicators using Python
Let’s discuss and implement this trend-based indicator widely used in the technical analysis of stocks!
Want to Learn a Programming Language? Here’s the best place to make a choice.
https://hammadsid14.medium.com/want-to-learn-a-programming-language-heres-the-best-place-to-make-a-choice-839831f5cbd6
https://hammadsid14.medium.com/want-to-learn-a-programming-language-heres-the-best-place-to-make-a-choice-839831f5cbd6
Medium
Want to Learn a Programming Language? Here’s the best place to make a choice.
Nowadays, it has become important to learn programming languages. Anyone connected to technology must have strong command on at least one…
Different ways to calculate Cosine Similarity in Python
https://tracyrenee61.medium.com/different-ways-to-calculate-cosine-similarity-in-python-ae5bb28c372c
https://tracyrenee61.medium.com/different-ways-to-calculate-cosine-similarity-in-python-ae5bb28c372c
Medium
Different ways to calculate Cosine Similarity in Python
The last several posts that I have written on have been about cosine similarity, which is an important function relating to natural…
Building a Portable Data Science Environment using Docker (2021)
https://towardsdatascience.com/building-a-portable-data-science-environment-using-docker-2021-6d533fe2b86a
https://towardsdatascience.com/building-a-portable-data-science-environment-using-docker-2021-6d533fe2b86a
Medium
Building a Portable Data Science Environment using Docker (2021)
A Docker-powered Virtual Environment for beginners to use whenever, wherever
Visualizing Python modules and dependencies with Neo4j
https://itnext.io/visualizing-python-modules-and-dependencies-with-neo4j-d90cd86c1f3f
https://itnext.io/visualizing-python-modules-and-dependencies-with-neo4j-d90cd86c1f3f
Medium
Visualizing Python modules and dependencies with Neo4j
I am taking a short break from the Blockchain Programming series and writing this post because I found it pretty interesting.
Show HN: Simple Image encrypt/decrypt using Python
https://github.com/s3nh/img-cryptor#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://github.com/s3nh/img-cryptor#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
GitHub
GitHub - s3nh/img-cryptor: Image AES256 crypt-decrypt
Image AES256 crypt-decrypt . Contribute to s3nh/img-cryptor development by creating an account on GitHub.
Data Pre-processing using Scikit-learn
https://preet-parikh.medium.com/data-pre-processing-using-scikit-learn-4af1066f3d71
https://preet-parikh.medium.com/data-pre-processing-using-scikit-learn-4af1066f3d71
Medium
Data Pre-processing using Scikit-learn
नमस्ते मित्रो, In this blog we are going to learn about data preprocessing using python. so let's begin this blog by getting little…
Introduction PyTorch Tensors — Tutorial 01
https://aadhil-imam.medium.com/introduction-pytorch-tensors-tutorial-01-9dca5b4a1590
https://aadhil-imam.medium.com/introduction-pytorch-tensors-tutorial-01-9dca5b4a1590
Medium
Introduction PyTorch Tensors — Tutorial 01
Hi , Today I am going to write about PyTorch , what is Tensors and what are the tensor arithmetic operations we can do. PyTorch is the…
Celebrity Doppelganger Finder Using VGG Face Dataset, Dlib, and OpenCV
https://towardsdatascience.com/celebrity-doppelganger-finder-using-vgg-face-dataset-dlib-and-opencv-30ea1806200
https://towardsdatascience.com/celebrity-doppelganger-finder-using-vgg-face-dataset-dlib-and-opencv-30ea1806200
Medium
Celebrity Doppelganger Finder Using VGG Face Dataset, Dlib, and OpenCV
In this article, we will explore how to create a program that returns the name of the celebrity that looks the most like the input image.
Confusion Matrix: A Measure of Classifier Performance
https://medium.com/@juliebutlerhartley/confusion-matrix-a-measure-of-classifier-performance-d438082e0b29
https://medium.com/@juliebutlerhartley/confusion-matrix-a-measure-of-classifier-performance-d438082e0b29
Medium
Confusion Matrix: A Measure of Classifier Performance
A brief introduction to using confusion matrices to measure the performance of binary and multi-class classifiers.