Accelerating MLOps with the power of GPUs
https://rppol.medium.com/accelerating-mlops-with-the-power-of-gpus-f28be3ff56e1
https://rppol.medium.com/accelerating-mlops-with-the-power-of-gpus-f28be3ff56e1
Medium
Accelerating MLOps with the power of GPUs
MLOps at a glance
Complete guide of Linear Regression built from scratch
https://medium.com/@ngao7/complete-guide-of-linear-regression-built-from-scratch-fad842a0381d
https://medium.com/@ngao7/complete-guide-of-linear-regression-built-from-scratch-fad842a0381d
Medium
Complete guide of Linear Regression built from scratch
Linear regression is a supervised learning algorithm that has a deep root from statistics. It is one of the machine learning algorithms…
Show HN: Run Python, Ruby, Node.js, C++, Lua in the Browser via x86 to WASM JIT
https://repl.leaningtech.com/?hmsr=toutiao.io&python3#at=&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://repl.leaningtech.com/?hmsr=toutiao.io&python3#at=&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
CheerpX's REPL
REPL client side - a CheerpX demo
Python Structural Pattern Matching — Top 3 Use Cases To Get You Started
https://towardsdatascience.com/python-structural-pattern-matching-top-3-use-cases-to-get-you-started-262160007fa0
https://towardsdatascience.com/python-structural-pattern-matching-top-3-use-cases-to-get-you-started-262160007fa0
Medium
Python Structural Pattern Matching — Top 3 Use Cases To Get You Started
Python 3.10 added support for switch statements — Here are 3 practical examples to get you started.
Conditional Statements and Loops in Python
https://sahilfruitwala.medium.com/conditional-statements-and-loops-in-python-10bba4c71d9b
https://sahilfruitwala.medium.com/conditional-statements-and-loops-in-python-10bba4c71d9b
Medium
Conditional Statements and Loops in Python
Python 101 Series for Beginners
Secure Python socket with ngrok.
https://medium.com/@alexbuzunov/secure-python-socket-with-ngrok-3e7797f5d65c
https://medium.com/@alexbuzunov/secure-python-socket-with-ngrok-3e7797f5d65c
Medium
Secure Python socket with ngrok.
Usage
Secrets — Python module for strong random number and token generation
https://pub.towardsai.net/secrets-python-module-for-strong-random-number-and-token-generation-39af0392352b
https://pub.towardsai.net/secrets-python-module-for-strong-random-number-and-token-generation-39af0392352b
Medium
Secrets — Python module for strong random number and token generation
Generating cryptographically strong passwords and tokens
Deploying an End to End Deep Learning Project with few clicks: Part 2
https://towardsdatascience.com/deploying-an-end-to-end-deep-learning-project-with-few-clicks-part-2-89009cff6f16
https://towardsdatascience.com/deploying-an-end-to-end-deep-learning-project-with-few-clicks-part-2-89009cff6f16
Medium
Deploying an End to End Deep Learning Project with few clicks: Part 2
Taking model from Jupyter notebook to Flask app, testing API endpoint using Postman, and Heroku deployment
Split Your Dataset With scikit-learn’s train_test_split()
https://pub.towardsai.net/split-your-dataset-with-scikit-learns-train-test-split-b666285e5e23
https://pub.towardsai.net/split-your-dataset-with-scikit-learns-train-test-split-b666285e5e23
Medium
Split Your Dataset With scikit-learn’s train_test_split()
Model evaluation and validation are important parts of supervised machine learning. It aids in the selection of the best model to represent…
Modules in Python, Constructing Apps With Isolated Building Blocks
https://sarilakkis.medium.com/modules-in-python-constructing-apps-with-isolated-building-blocks-95b02563c43b
https://sarilakkis.medium.com/modules-in-python-constructing-apps-with-isolated-building-blocks-95b02563c43b
Medium
Modules in Python, Constructing Apps With Isolated Building Blocks
In this article, we’ll explore modules in Python. Modules are great for organizing our code into smaller building blocks that can be…