Introduction to Naive Bayes Classification and implementation in Python
https://medium.com/@tenishatenisha18/introduction-to-naive-bayes-classification-and-implementation-in-python-fc7858287fea
https://medium.com/@tenishatenisha18/introduction-to-naive-bayes-classification-and-implementation-in-python-fc7858287fea
Medium
Introduction to Naive Bayes Classification and implementation in Python
Naive Bayes Classification
ORM, Object-Relational Mapping, Shoplazza geekZone
https://medium.com/@lucchanqc/orm-object-relational-mapping-shoplazza-geekzone-8c5f0233cd23
https://medium.com/@lucchanqc/orm-object-relational-mapping-shoplazza-geekzone-8c5f0233cd23
Medium
ORM, Object-Relational Mapping, Shoplazza geekZone
ORMs are popular and controversial at the same time. Advocates of ORMs claim they increase productivity, improve application design, reuse…
Finding number of character in a string
https://medium.com/@me.unagii/finding-number-of-character-in-a-string-619a5cbcae02
https://medium.com/@me.unagii/finding-number-of-character-in-a-string-619a5cbcae02
Medium
Finding number of character in a string
Me Unagii ·Just now
How to Detect Image Differences With Python
https://pub.towardsai.net/how-to-detect-image-differences-with-python-9ea04859084c
https://pub.towardsai.net/how-to-detect-image-differences-with-python-9ea04859084c
Medium
How to Detect Image Differences With Python
I. Downloading your Image
Ruby vs. Python comes down to the for loop
https://softwaredoug.com/blog/2021/11/12/ruby-vs-python-for-loop.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://softwaredoug.com/blog/2021/11/12/ruby-vs-python-for-loop.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Doug Turnbull's Blog
Ruby vs Python comes down to the for loop
Contrasting how each language handles iteration helps understand how to work effectively in either.
How to Perform Speech Recognition with Python
https://towardsdatascience.com/speech-recognition-python-assemblyai-bb5024d322d8
https://towardsdatascience.com/speech-recognition-python-assemblyai-bb5024d322d8
Medium
How to Perform Speech Recognition with Python
Performing Speech-to-Text with AssemblyAI API in Python
Python One-Liners That Every Programmer Should Know
https://levelup.gitconnected.com/python-one-liners-that-every-programmer-should-know-8bcda529f3f9
https://levelup.gitconnected.com/python-one-liners-that-every-programmer-should-know-8bcda529f3f9
Medium
Python One-Liners That Every Programmer Should Know
Handy one-liners to code like a pro programmer
Why You Should Master SQL Before Calling Yourself Data Scientist
https://levelup.gitconnected.com/why-you-should-master-sql-before-calling-yourself-data-scientist-5b2982b7ff97
https://levelup.gitconnected.com/why-you-should-master-sql-before-calling-yourself-data-scientist-5b2982b7ff97
Medium
Why You Should Master SQL Before Calling Yourself Data Scientist
I don’t call myself a data scientist but I know SQL well
How to handle single quotes “ ‘ “ dictionary to json as double quotes ‘ “ ‘?
https://medium.com/@karankajrolkar/how-to-handle-single-quotes-dictionary-to-json-as-double-quotes-9a83a76d36b2
https://medium.com/@karankajrolkar/how-to-handle-single-quotes-dictionary-to-json-as-double-quotes-9a83a76d36b2
Medium
How to handle single quotes “ ‘ “ dictionary to json as double quotes ‘ “ ‘? OR How to handle Escaped un escaped characters in…
While working on json in python I got multiple issue while creating json from pandas data frame, again collect multiple data frames to…
Performance: Improving memory needs and dict lookup time with string interning
https://medium.com/@javiercmz/performance-improving-memory-needs-and-dict-lookup-time-with-string-interning-2122c2a3bb88
https://medium.com/@javiercmz/performance-improving-memory-needs-and-dict-lookup-time-with-string-interning-2122c2a3bb88
Medium
Python Performance: Improving memory needs and dict lookup time with string interning
In this article I will talk about the method called string interning and how it can help us to reduce the memory consumed when we need to handle a big amount of strings with a lot of repeated…
Modeling uncertainty in neural networks with TensorFlow Probability
https://towardsdatascience.com/modeling-uncertainty-in-neural-networks-with-tensorflow-probability-a706c2274d12
https://towardsdatascience.com/modeling-uncertainty-in-neural-networks-with-tensorflow-probability-a706c2274d12
Medium
Modeling uncertainty in neural networks with TensorFlow Probability
Part 2: Aleatoric uncertainty
Automatic License Plate Detection & Recognition using deep learning
https://18it134.medium.com/automatic-license-plate-detection-recognition-using-deep-learning-81ad772410ac
https://18it134.medium.com/automatic-license-plate-detection-recognition-using-deep-learning-81ad772410ac
Medium
Automatic License Plate Detection & Recognition using deep learning
OpenCV: OpenCV is a library of programming functions mainly aimed at real-time computer vision plus its open-source, fun to work with and…