Developing a Neural Network that can read Handwriting
https://medium.com/@shradznarvekar/developing-a-neural-network-that-can-read-handwriting-dbad39876694
https://medium.com/@shradznarvekar/developing-a-neural-network-that-can-read-handwriting-dbad39876694
Medium
Developing a Neural Network that can read Handwriting
Using MNIST Handwritten Digit Classification Challenge data-set while using Tensor flow and CNN for classification.
Building a Health Bot: Your Personal Health Assistant
https://medium.com/@abhinavv.singh/building-a-health-bot-your-personal-health-assistant-40081dbe4f85
https://medium.com/@abhinavv.singh/building-a-health-bot-your-personal-health-assistant-40081dbe4f85
Medium
Building a Health Bot: Your Personal Health Assistant
In this comprehensive guide, we will walk you through the process of creating a Health Bot — a virtual assistant designed to provide users…
Accessing Hundreds of RDS Databases with AD Credentials Using Python and JDBC
https://blog.prodefense.io/accessing-hundreds-of-rds-databases-with-ad-credentials-using-python-and-jdbc-3573e8815408
https://blog.prodefense.io/accessing-hundreds-of-rds-databases-with-ad-credentials-using-python-and-jdbc-3573e8815408
Medium
Accessing Hundreds of RDS Databases with AD Credentials Using Python and JDBC
Overcoming Network Domain Authentication Challenges to Achieve Large-Scale Database Access
Warehouse Product Segmentation Analysis
https://medium.com/@vitor_xavier14/warehouse-product-segmentation-analysis-161f41f66f13
https://medium.com/@vitor_xavier14/warehouse-product-segmentation-analysis-161f41f66f13
Medium
Warehouse Product Segmentation Analysis
Warehouses are locations where the goodies are stocked to be posteriorly distributed, and plays a crucial role on the supply chain…
Python Data Structures Cheat Sheet: Comprehensive GuideAuto Draft
https://medium.com/@sami.hamdiapps/python-data-structures-cheat-sheet-comprehensive-guideauto-draft-c1bca9d04da0
https://medium.com/@sami.hamdiapps/python-data-structures-cheat-sheet-comprehensive-guideauto-draft-c1bca9d04da0
Medium
Python Data Structures Cheat Sheet: Comprehensive GuideAuto Draft
Introduction
Building a Comprehensive Dataset of 75,000+ Sri Lankan Addresses Using Web Scraping
https://medium.com/@tharindumadhusanka99/building-a-comprehensive-dataset-of-75-000-sri-lankan-addresses-using-web-scraping-262affcfdfb
https://medium.com/@tharindumadhusanka99/building-a-comprehensive-dataset-of-75-000-sri-lankan-addresses-using-web-scraping-262affcfdfb
Medium
Building a Comprehensive Dataset of 75,000+ Sri Lankan Addresses Using Web Scraping
Disclaimer: The following article is intended solely for educational purposes. The data collected through web scraping should be used…
Top 3 Jupyter extensions to make it perfect IDE
https://medium.com/@mkoypish/top-3-jupyter-extensions-to-make-it-perfect-ide-48e0f39d549
https://medium.com/@mkoypish/top-3-jupyter-extensions-to-make-it-perfect-ide-48e0f39d549
Medium
Top 3 Jupyter extensions to make it perfect IDE
All we know that Jupyter notebook is perfect as a tool to experiment with code, create one-off scripts, do research and even publish…
Easy way to package and run Python in Swift
https://medium.com/@wingsangvincentliu/easy-way-to-package-and-run-python-in-swift-2b7e6b9cb6a2
https://medium.com/@wingsangvincentliu/easy-way-to-package-and-run-python-in-swift-2b7e6b9cb6a2
Medium
Easy way to package and run Python in Swift
I’ve recently found myself trying to call Python from SwiftUI while building unlost, mainly because Python has the largest Data…
Multivariate Time Series Forecasting: Predicting Future Stock Returns Using Deep Learning
https://theaiquant.medium.com/multivariate-time-series-forecasting-predicting-future-stock-returns-using-deep-learning-b43ed320340d
https://theaiquant.medium.com/multivariate-time-series-forecasting-predicting-future-stock-returns-using-deep-learning-b43ed320340d
Medium
Multivariate Time Series Forecasting: Predicting Future Stock Returns Using Deep Learning
Welcome to the exciting world of finance, where different things are connected in tricky ways. Have you ever tried guessing how stocks will…
Harnessing the Power of Data Manipulation: Exploring Data Science Journey with Python’s Pandas…
https://medium.com/@yousefasik/harnessing-the-power-of-data-manipulation-exploring-data-science-journey-with-pythons-pandas-78a4463b522e
https://medium.com/@yousefasik/harnessing-the-power-of-data-manipulation-exploring-data-science-journey-with-pythons-pandas-78a4463b522e
Medium
Harnessing the Power of Data Manipulation: Exploring Data Science Journey with Python’s Pandas…
Data science has become an indispensable part of the business world, where making sense of data and making informed decisions play a…
For all Python lovers who struggle to connect your work to Unreal Engine
https://madarapremawardana.medium.com/for-all-python-lovers-who-struggle-to-connect-your-work-to-unreal-engine-29a0afd2e42f
https://madarapremawardana.medium.com/for-all-python-lovers-who-struggle-to-connect-your-work-to-unreal-engine-29a0afd2e42f
Medium
For all Python lovers who struggle to connect your work to Unreal Engine
If you start writing an algorithm which will do wonders in your python and if you are not sure how you can reflect or reuse the same in…
How to create a categorical column from a continuous column in polars?
https://medium.com/@s.illesinghe/how-to-create-a-categorical-column-from-a-continuous-column-in-polars-487b4891c17b
https://medium.com/@s.illesinghe/how-to-create-a-categorical-column-from-a-continuous-column-in-polars-487b4891c17b
Medium
How to create a categorical column from a continuous column in polars?
Creating a categorical column from a continuous column is an important activity that data analysts, data scientists and data engineers need to undertake. I will show you two methods to create a…
An Extremely Fast Face Detection Using OpenVINO # OpenVINOExploration
https://medium.com/@condadoslgpc/an-extremely-fast-face-detection-using-openvino-openvinoexploration-375a796e4902
https://medium.com/@condadoslgpc/an-extremely-fast-face-detection-using-openvino-openvinoexploration-375a796e4902
Medium
An Extremely Fast Face Detection Using OpenVINO # OpenVINOExploration
This article presents a highly impressive 😎 face-detection solution that is incredibly efficient and precise. What's more, it can achieve…
Exploring NLP Techniques for Text Summarization
https://medium.com/data-and-beyond/exploring-nlp-techniques-for-text-summarization-8038426e13de
https://medium.com/data-and-beyond/exploring-nlp-techniques-for-text-summarization-8038426e13de
Medium
Exploring NLP Techniques for Text Summarization
Text summarization involves condensing lengthy documents into concise summaries, making it easier for readers to grasp the main points without going through the entire text. As we have explored in…