Whisper-CPP: The Quiet Genius in CPU-AI Speech Recognition
https://ai.plainenglish.io/whisper-cpp-the-quiet-genius-in-cpu-ai-speech-recognition-b54842e36532
https://ai.plainenglish.io/whisper-cpp-the-quiet-genius-in-cpu-ai-speech-recognition-b54842e36532
Medium
Whisper-CPP: The Quiet Genius in CPU-AI Speech Recognition
How this lightweight library puts Advanced Voice Recognition at your fingertips, no GPU required. A full tutorial, from scratch!
Predictive Modeling with Multiple Linear Regression: Beyond Simple Relationships
https://medium.com/@shivakumar28999/predictive-modeling-with-multiple-linear-regression-beyond-simple-relationships-079fb13652a1
https://medium.com/@shivakumar28999/predictive-modeling-with-multiple-linear-regression-beyond-simple-relationships-079fb13652a1
Medium
Predictive Modeling with Multiple Linear Regression: Beyond Simple Relationships
Multiple linear regression is a statistical technique used to model the relationship between a dependent variable and multiple independent…
Diving into PuLP: A Pythonic Approach to Linear Programming
https://medium.com/operations-research-bit/diving-into-pulp-a-pythonic-approach-to-linear-programming-7b20ca15aa88
https://medium.com/operations-research-bit/diving-into-pulp-a-pythonic-approach-to-linear-programming-7b20ca15aa88
Medium
Diving into PuLP: A Pythonic Approach to Linear Programming
PuLP: A User-Friendly Approach to LP.
Building a Todo List with FastAPI — CRUD (3/6)
https://tomas-svojanovsky.medium.com/building-a-todo-list-with-fastapi-crud-3-6-13efa5f1d5a0
https://tomas-svojanovsky.medium.com/building-a-todo-list-with-fastapi-crud-3-6-13efa5f1d5a0
Medium
Building a Todo List with FastAPI — CRUD (3/6)
Implementing Full CRUD Functionality for Todo Management: Create, Read, Update, Delete Operations with Error Handling
Feature Engineering for Time-Series Using PySpark on Databricks
https://towardsdatascience.com/feature-engineering-for-time-series-using-pyspark-on-databricks-02b97d62a287
https://towardsdatascience.com/feature-engineering-for-time-series-using-pyspark-on-databricks-02b97d62a287
Medium
Feature Engineering for Time-Series Using PySpark on Databricks
Discover the potentials of PySpark for time-series data: Ingest, extract, and visualize data, accompanied by practical implementation codes
Training a Neural Network on CPU and GPU Simultaneously
https://medium.com/@maksymilian.pilzys/training-a-neural-network-on-cpu-and-gpu-simultaneously-42f1399bbebe
https://medium.com/@maksymilian.pilzys/training-a-neural-network-on-cpu-and-gpu-simultaneously-42f1399bbebe
Medium
Training a Neural Network on CPU and GPU Simultaneously
Learn to train neural networks on both CPU and GPU simultaneously, leveraging their strengths for optimal performance and efficiency.
Data Analytics Project using Python: Diabetes Risk Detection
https://medium.com/@harshkhopade8/data-analytics-project-using-python-diabetes-risk-detection-dfd95ac2c8d7
https://medium.com/@harshkhopade8/data-analytics-project-using-python-diabetes-risk-detection-dfd95ac2c8d7
Medium
Data Analytics Project using Python: Diabetes Risk Detection
In this project, we analyze what are the factors that cause a patient to have diabetes or not.
Write Data to Excel with Python: 5 Examples
https://medium.com/@alexaae9/write-data-to-excel-with-python-5-examples-019a5970f851
https://medium.com/@alexaae9/write-data-to-excel-with-python-5-examples-019a5970f851
Medium
Write Data to Excel with Python: 5 Examples
Efficiently transferring data to Excel is a valuable skill for many professionals. Whether you need to save analysis results, log business…
Python Basics: Understanding Core Concepts with Examples
https://medium.com/@shanimaramesh/python-basics-understanding-core-concepts-with-examples-0083d4db2629
https://medium.com/@shanimaramesh/python-basics-understanding-core-concepts-with-examples-0083d4db2629
Medium
Python Basics: Understanding Core Concepts with Examples
Python Series — Part 2
Stop making these 10 common python mistakes !
https://medium.com/@katygenuine/stop-making-these-10-common-python-mistakes-4f9d1dddbd6b
https://medium.com/@katygenuine/stop-making-these-10-common-python-mistakes-4f9d1dddbd6b
Medium
Stop making these 10 common python mistakes !
Diving into Python is like starting a thrilling adventure. It’s a bit like learning how to chat with computers, which is awesome because…
Performance Metrics for Classification: Data Science with Python — Data Science Horizon
https://nidhibansal1902.medium.com/performance-metrics-for-classification-data-science-with-python-data-science-horizon-6c9383a81f36
https://nidhibansal1902.medium.com/performance-metrics-for-classification-data-science-with-python-data-science-horizon-6c9383a81f36
Medium
Performance Metrics for Classification: Data Science with Python — Data Science Horizon
Table of Content
Scikit-learn decision tree: A step-by-step guide
https://learningdaily.dev/scikit-learn-decision-tree-a-step-by-step-guide-92db8298e488
https://learningdaily.dev/scikit-learn-decision-tree-a-step-by-step-guide-92db8298e488
Medium
Scikit-learn decision tree: A step-by-step guide
In this blog, we will understand how to implement decision trees in Python with the scikit-learn library. We’ll go over decision trees’…
The power of embeddings: Converting text to numbers
https://medium.com/@data.ai.oliver/the-power-of-embeddings-converting-text-to-numbers-299660f6d3ac
https://medium.com/@data.ai.oliver/the-power-of-embeddings-converting-text-to-numbers-299660f6d3ac
Medium
The power of embeddings: Converting text to numbers
Overview
Building a QR Code Generator Web Application with Flask(Python)
https://medium.com/@avisaud1995/building-a-qr-code-generator-web-application-with-flask-python-d315afd0763b
https://medium.com/@avisaud1995/building-a-qr-code-generator-web-application-with-flask-python-d315afd0763b
Medium
Building a QR Code Generator Web Application with Flask(Python)
In our digitally interconnected world, Quick Response (QR) codes have become ubiquitous. From accessing websites to making payments, these…
Switch from a “Fast Excel User” to a “Fast Intelligent Programmer”
https://medium.com/@katygenuine/switch-from-a-fast-excel-user-to-a-fast-intelligent-programmer-c912c8d531b6
https://medium.com/@katygenuine/switch-from-a-fast-excel-user-to-a-fast-intelligent-programmer-c912c8d531b6
Medium
Switch from a “Fast Excel User” to a “Fast Intelligent Programmer”
Transitioning from Excel to a programming language can be transformative for your data analysis capabilities, especially if you’re…
Dataclasses: an effective use of InitVar in Python
https://medium.com/se%C3%B1or-python/dataclasses-an-effective-use-of-initvar-in-python-c217623f5135
https://medium.com/se%C3%B1or-python/dataclasses-an-effective-use-of-initvar-in-python-c217623f5135
Medium
Dataclasses: an effective use of InitVar in Python
The story presents how to define init-only properties using the dataclasses library in Python.