Best Practices for Debugging Errors in Logistic Regression with Python
https://towardsdatascience.com/how-to-fix-errors-in-logistic-regression-32b8dd9fe6d7
https://towardsdatascience.com/how-to-fix-errors-in-logistic-regression-32b8dd9fe6d7
Medium
Best Practices for Debugging Errors in Logistic Regression with Python
Much is written about the basics of Logistic Regression (LR) online — its versatility, time-tested algorithm, pros and cons. But finding…
Using Python to classify sounds (A Deep Learning approach)
https://medium.com/@mlg.fcu/using-python-to-classify-sounds-a-deep-learning-approach-ef00278bb6ad
https://medium.com/@mlg.fcu/using-python-to-classify-sounds-a-deep-learning-approach-ef00278bb6ad
Medium
Using Python to classify sounds (with PyTorch)
Everything you know about audio classification using deep learning methods. From data collection to model implementation with PyTorch.
The Graph Coloring Problem: Exact and Heuristic Solutions
https://towardsdatascience.com/the-graph-coloring-problem-exact-and-heuristic-solutions-169dce4d88ab
https://towardsdatascience.com/the-graph-coloring-problem-exact-and-heuristic-solutions-169dce4d88ab
Medium
The Graph Coloring Problem: Exact and Heuristic Solutions
Exploring the classical discrete optimization problem through custom constructive heuristics and integer programming in Python
This Tool Fixes Your Code While You Code
https://preettheman.medium.com/this-tool-fixes-your-code-while-you-code-2cd7e574b6e1
https://preettheman.medium.com/this-tool-fixes-your-code-while-you-code-2cd7e574b6e1
Medium
This Tool Fixes Your Code While You Code
Welcome back! Coding is one of the best skillsets to have nowadays, so, what if there was a tool that fixes your code while you’re…
Volumetric analysis for the performance evaluation of neural network segmentation models
https://pub.aimind.so/volumetric-analysis-for-the-performance-evaluation-of-neural-network-segmentation-models-0928e3f0ae08
https://pub.aimind.so/volumetric-analysis-for-the-performance-evaluation-of-neural-network-segmentation-models-0928e3f0ae08
Medium
Volumetric analysis for the performance evaluation of neural network segmentation models
Learn how to conduct volumetric similarity analysis of your neural network segmentation model using correlation and Bland-Altman metrics
Backs off smartly, typed, self-documenting: How I write scripts for orchestrating APIs
https://lmy.medium.com/backs-off-smartly-typed-self-documenting-how-i-write-scripts-for-orchestrating-apis-05199165fefc
https://lmy.medium.com/backs-off-smartly-typed-self-documenting-how-i-write-scripts-for-orchestrating-apis-05199165fefc
Medium
Backs off smartly, typed, self-documenting: How I write scripts for orchestrating APIs
If you build internal tools for your team frequently (like I do), you may benefit from these lessons I’ve learned.
Dual-agent Chatbots and Expert Systems design
https://medium.com/@sl_mar/dual-agent-chatbots-and-expert-systems-design-25e2cba434e9
https://medium.com/@sl_mar/dual-agent-chatbots-and-expert-systems-design-25e2cba434e9
Medium
Dual-agent Chatbots and Expert Systems design
This article explores the design of expert systems utilising dual-agent chatbots, with a focus on legal reasoning applications.
ModuleNotFoundError: No module named ‘dotenv’ in python
https://medium.com/@mokam1997/modulenotfounderror-no-module-named-dotenv-in-python-0c2599ef0626
https://medium.com/@mokam1997/modulenotfounderror-no-module-named-dotenv-in-python-0c2599ef0626
Medium
ModuleNotFoundError: No module named ‘dotenv’ in python
This issue can occur when your pip, python or dotenv are in different directories, which you can be completely unaware off!
Getting Started with the Julia Programming Language
https://lausena.medium.com/getting-started-with-the-julia-programming-language-0c0d8521a381
https://lausena.medium.com/getting-started-with-the-julia-programming-language-0c0d8521a381
Medium
Getting Started with the Julia Programming Language
A beginners perspective :