Deep Learning Model to Classify Banana Ripening Process
https://medium.com/@mastijaci99/deep-learning-model-to-classify-banana-ripening-process-c7a83b4042df
https://medium.com/@mastijaci99/deep-learning-model-to-classify-banana-ripening-process-c7a83b4042df
Medium
Deep Learning Model to Classify Banana Ripening Process
This project aims to classify banana images according to their maturity using a deep learning model. It involves data preprocessing, model…
NLP: Text Vectorization Methods with SciKit Learn
https://admantium.medium.com/nlp-text-vectorization-methods-with-scikit-learn-4ada4e845a73
https://admantium.medium.com/nlp-text-vectorization-methods-with-scikit-learn-4ada4e845a73
Medium
NLP: Text Vectorization Methods with SciKit Learn
SciKit Learn is an extensive library for machine learning projects, including several classifier and classifications algorithms, methods…
Python’s random.choice() Function: Retrieving Random Elements from an Array
https://python.plainenglish.io/pythons-random-choice-function-retrieving-random-elements-from-an-array-52e6e4787524
https://python.plainenglish.io/pythons-random-choice-function-retrieving-random-elements-from-an-array-52e6e4787524
Medium
Python’s random.choice() Function: Retrieving Random Elements from an Array
In Python, there are times when we need to retrieve a random element from an array. While we can create our own implementation for this…
Analyzing the quality of Human Point Clouds using Deep Learning Techniques.
https://medium.com/@tanishk_rane/analyzing-the-quality-of-human-point-clouds-using-deep-learning-techniques-32e5e2c0482f
https://medium.com/@tanishk_rane/analyzing-the-quality-of-human-point-clouds-using-deep-learning-techniques-32e5e2c0482f
Medium
Analyzing the quality of Human Point Clouds using Deep Learning Techniques.
In the market, there are various 3D models in deep learning specifically designed for the purpose of classification of the point cloud into…
How Many Medium Articles (And Tweets) Will It Take To Be a Multi-Millionaire?
https://medium.com/@sebastiansblog/how-many-medium-articles-and-tweets-will-it-take-to-be-a-multi-millionaire-27cecfae96cd
https://medium.com/@sebastiansblog/how-many-medium-articles-and-tweets-will-it-take-to-be-a-multi-millionaire-27cecfae96cd
Medium
How Many Medium Articles (And Tweets) Will It Take To Be a Multi-Millionaire?
It’s a lot. But now you will know thanks to Python.
BDD — Python | pytest-bdd | Let’s understand basics and implementation | Interview Question
https://medium.com/@imvikasmishra/bdd-python-pytest-bdd-lets-understand-basics-and-implementation-interview-question-7c4895ead07c
https://medium.com/@imvikasmishra/bdd-python-pytest-bdd-lets-understand-basics-and-implementation-interview-question-7c4895ead07c
Medium
BDD — Python | pytest-bdd | Let’s understand basics and implementation | Interview Question
We often came across with the question that why we need BDD in testing? What is the alternative in python as market is bombarded with Java…
How I Outsmarted a Government Exam with 75 Lines of Python and ChatGPT as a High-Schooler
https://medium.com/@nehanarora/how-i-outsmarted-a-government-exam-with-75-lines-of-python-and-chatgpt-as-a-high-schooler-06071f3d64d3
https://medium.com/@nehanarora/how-i-outsmarted-a-government-exam-with-75-lines-of-python-and-chatgpt-as-a-high-schooler-06071f3d64d3
Medium
How I Outsmarted a Government Exam with 75 Lines of Python and ChatGPT as a High-Schooler
This is how I used ChatGPT to complete the majority of Transport Canada's online drone exams fully autonomously
Writing Medium posts with Jupyter Notebooks or Markdown, Python and the Medium API
https://python.plainenglish.io/writing-medium-posts-with-jupyter-notebooks-or-markdown-python-and-the-medium-api-398daf81eefc
https://python.plainenglish.io/writing-medium-posts-with-jupyter-notebooks-or-markdown-python-and-the-medium-api-398daf81eefc
Medium
Writing Medium posts with Jupyter Notebooks or Markdown, Python and the Medium API
Are you a programmer, a data scientist/analyst/engineer and you use Jupyter Notebooks at work? Or do you use Obsidian or any other Markdown (or HTML) editor to write your posts? Do you also write…
Credit Risk Analytics with Naive Bayes Algorithm
https://medium.com/@egasrilestari27/credit-risk-analytics-with-naive-bayes-algorithm-bbda54719f19
https://medium.com/@egasrilestari27/credit-risk-analytics-with-naive-bayes-algorithm-bbda54719f19
Medium
Credit Risk Analytics with Naive Bayes Algorithm
As a data analyst in a big company, I still have analytics about credit risk to get our customers' labels. I want to share with you some…
Understanding Python Syntax: A Comprehensive Guide for Python Programming
https://raphealenike.medium.com/understanding-python-syntax-a-comprehensive-guide-for-python-programming-08c969160ecd
https://raphealenike.medium.com/understanding-python-syntax-a-comprehensive-guide-for-python-programming-08c969160ecd
Medium
Understanding Python Syntax: A Comprehensive Guide for Python Programming
In this article, we’ll be looking at Python Programming Syntax.
Do Simple Trading Strategies Work? with Python
https://medium.com/quant-factory/do-simple-trading-strategies-work-with-python-4a9e2fa3eac5
https://medium.com/quant-factory/do-simple-trading-strategies-work-with-python-4a9e2fa3eac5
Medium
Do Simple Trading Strategies Work? with Python
In this article I am trying to figure out, if a simple trading strategy is able to produce good risk-adjusted returns.
Hosting Jupyter Hub on Google Cloud using GCE VM
https://kloudkraft.medium.com/hosting-jupyter-hub-on-google-cloud-using-gce-vm-8c3d537a2ff3
https://kloudkraft.medium.com/hosting-jupyter-hub-on-google-cloud-using-gce-vm-8c3d537a2ff3
Medium
Hosting Jupyter Hub on Google Cloud using GCE VM
Welcome to this comprehensive execution guide for setting up a Jupyter Lab on Google Cloud Platform (GCP). In this step-by-step tutorial…