Gradient Descent In Machine learning For Beginners.
https://anantha-kattani.medium.com/gradient-descent-in-machine-learning-for-beginners-92e940f0f456
https://anantha-kattani.medium.com/gradient-descent-in-machine-learning-for-beginners-92e940f0f456
Medium
Gradient Descent In Machine learning For Beginners.
Gradient descent is an optimization algorithm used commonly in ML which is used to find the local minimum and maximum.
A chunk of code — Transcribe an audio file.
https://medium.com/@e.amiri89/a-chunk-of-code-transcribe-an-audio-file-e55033b88335
https://medium.com/@e.amiri89/a-chunk-of-code-transcribe-an-audio-file-e55033b88335
Medium
A chunk of code — Transcribe an audio file.
Today, I thought of a new feature for our product that involves speech-to-text capability. The development team is always busy and under…
Questions I Got Asked The Most in Python/Django Interviews (I couldn’t answer some . . .)
https://krnk97.medium.com/questions-i-got-asked-the-most-in-python-django-interviews-i-couldnt-answer-some-b4b8cb0bade8
https://krnk97.medium.com/questions-i-got-asked-the-most-in-python-django-interviews-i-couldnt-answer-some-b4b8cb0bade8
Medium
Questions I Got Asked The Most in Python/Django Interviews (I couldn’t answer some . . .)
Here are some of the most frequently asked Python/Django interview questions that I faced in my interviews. I will also be mentioning a…
Getting started with Blockchain and programming it in Python
https://medium.com/@seaflux/getting-started-with-blockchain-and-programming-it-in-python-d7663b7cc3ef
https://medium.com/@seaflux/getting-started-with-blockchain-and-programming-it-in-python-d7663b7cc3ef
Medium
Getting started with Blockchain and programming it in Python
Blockchain for business has been the buzz term for quite some time now, and it has the potential to create great changes in business…
Are You a REAL Python Programmer? Prove It by Mastering These 7 Key Topics
https://medium.com/@alains/are-you-a-real-python-programmer-prove-it-by-mastering-these-7-key-topics-cddadff6bd35
https://medium.com/@alains/are-you-a-real-python-programmer-prove-it-by-mastering-these-7-key-topics-cddadff6bd35
Medium
Are You a REAL Python Programmer? Prove It by Mastering These 7 Key Topics
If You’re Not Mastering These 7 Python Topics, You’re Not a REAL Programmer.
How to Scrape Sports Data and Store it into a Database with Python and PlanetScale — Part II
https://medium.com/@blankpagelabs/how-to-scrape-sports-data-and-store-it-into-a-database-with-python-and-planetscale-part-ii-4b0d1d59a342
https://medium.com/@blankpagelabs/how-to-scrape-sports-data-and-store-it-into-a-database-with-python-and-planetscale-part-ii-4b0d1d59a342
Medium
How to Scrape Sports Data and Store it into a Database with Python and PlanetScale — Part II
Looking to learn how to scrape data and store it in a database? Look no further; Part I & Part II of this walkthrough will introduce you…
How to Scrape Sports Data and Store it into a Database with Python and PlanetScale – Part I
https://medium.com/@blankpagelabs/how-to-scrape-sports-data-and-store-it-into-a-database-with-python-and-planetscale-part-i-7bd4fd89b686
https://medium.com/@blankpagelabs/how-to-scrape-sports-data-and-store-it-into-a-database-with-python-and-planetscale-part-i-7bd4fd89b686
Medium
How to Scrape Sports Data and Store it into a Database with Python and PlanetScale – Part I
Looking to learn how to scrape data and store it in a database? Look no further; Part I & Part II of this walkthrough will introduce you to…
Python for Absolute Beginners: 7 Keys Concepts You MUST Know
https://medium.com/@alains/python-for-absolute-beginners-7-keys-concepts-you-must-know-89edf88ee3c8
https://medium.com/@alains/python-for-absolute-beginners-7-keys-concepts-you-must-know-89edf88ee3c8
Medium
Python for Absolute Beginners: 7 Keys Concepts You MUST Know
7 key concepts for absolute beginners to get started with Python.
Mastering Class & Objects in Python: The Secret to Object-Oriented Programming
https://medium.com/@alains/mastering-class-objects-in-python-the-secret-to-object-oriented-programming-ed800846c8cc
https://medium.com/@alains/mastering-class-objects-in-python-the-secret-to-object-oriented-programming-ed800846c8cc
Medium
Mastering Class & Objects in Python: The Secret to Object-Oriented Programming
You will gain a good understanding of classes and objects in Python after reading this article.
Fixing The Incompatible Dunder Method Error in Mypy
https://cdreimer.medium.com/fixing-the-incompatible-dunder-method-error-in-mypy-4d1ed4f43e5e
https://cdreimer.medium.com/fixing-the-incompatible-dunder-method-error-in-mypy-4d1ed4f43e5e
Medium
Fixing The Incompatible Dunder Method Error in Mypy
When fixing one problem creates another problem in Python.
Building a Hand-written Digit Recognition Web App with Tensorflow
https://medium.com/@talhaquddoos/building-a-hand-written-digit-recognition-web-app-with-tensorflow-8b51b0b95fdf
https://medium.com/@talhaquddoos/building-a-hand-written-digit-recognition-web-app-with-tensorflow-8b51b0b95fdf
Medium
Building a Hand-written Digit Recognition Web App with Tensorflow
Long ago, I built a hand-written digit recognition web app using Flask and TensorFlow. It was my first ML project as a beginner which…
Separate function handler modules when using Python Socketio
https://levelup.gitconnected.com/separate-function-handler-modules-when-using-python-socketio-3b2825b69537
https://levelup.gitconnected.com/separate-function-handler-modules-when-using-python-socketio-3b2825b69537
Medium
Separate function handler modules when using Python Socketio
In this article, I will show you how you can have separate modules for your Socketio event handlers. Rather than keeping them all in the same file. In this example I will be using SocketIO alongside…