Get More Done with Python Today: Dive into Real-Life Use Cases
https://medium.com/@fauve-ish/get-more-done-with-python-today-dive-into-real-life-use-cases-8b4d180b2f10
https://medium.com/@fauve-ish/get-more-done-with-python-today-dive-into-real-life-use-cases-8b4d180b2f10
Medium
Get More Done with Python Today: Dive into Real-Life Use Cases
Welcome, fellow Python enthusiast!
Supercharging NLP Tasks with Hugging Face’s Transformers
https://python.plainenglish.io/supercharging-nlp-tasks-with-hugging-faces-transformers-db6b62d1394e
https://python.plainenglish.io/supercharging-nlp-tasks-with-hugging-faces-transformers-db6b62d1394e
Medium
Supercharging NLP Tasks with Hugging Face’s Transformers
Exploring the World of Natural Language Processing with Python and Hugging Face
A Simple Guide for Data Handling (Part 2)
https://medium.com/@msong507/a-simple-guide-for-data-handling-2-602f11b7ea2e
https://medium.com/@msong507/a-simple-guide-for-data-handling-2-602f11b7ea2e
Medium
A Simple Guide for Data Handling (Part 2)
Sorting and Combining Data & Summarizing Data
Unleashing the Power of Rust in Python
https://medium.com/@dennisyd/unleashing-the-power-of-rust-in-python-d88587acc7f1
https://medium.com/@dennisyd/unleashing-the-power-of-rust-in-python-d88587acc7f1
Medium
Unleashing the Power of Rust in Python
Leveraging PyO3
Regularization Simplified: Ridge, Lasso, & Elastic Net (with Python Code!)
https://medium.com/@madeleinedsmithers/regularization-simplified-ridge-lasso-elastic-net-with-python-code-bdcdd9498ed4
https://medium.com/@madeleinedsmithers/regularization-simplified-ridge-lasso-elastic-net-with-python-code-bdcdd9498ed4
Medium
Regularization Simplified: Ridge, Lasso, & Elastic Net (with Python Code!)
As a machine learning engineer, our jobs mostly revolve around the tuning of models. It’s the hyper-parameters that we can make adjustments…
Using Python to Improve Your Chess Game
https://python.plainenglish.io/using-python-to-improve-your-chess-game-a7958d744fa1
https://python.plainenglish.io/using-python-to-improve-your-chess-game-a7958d744fa1
Medium
Using Python to Improve Your Chess Game
Python chess
Automating the logging through inheritance in python
https://medium.com/@FoolOfJulfa/automating-the-logging-through-inheritance-in-python-8d5569730525
https://medium.com/@FoolOfJulfa/automating-the-logging-through-inheritance-in-python-8d5569730525
Medium
Automating the logging through inheritance in python
Have you ever wondered if there is an easier alternative to adding numerus logging functions all over your code in python?
A Simple Guide for Data Handling (Part 3)
https://medium.com/@msong507/a-simple-guide-for-data-handling-3-15483a61422
https://medium.com/@msong507/a-simple-guide-for-data-handling-3-15483a61422
Medium
A Simple Guide for Data Handling (Part 3)
Why Is Handling Data So Important?
Ten Step Guide for your first ML Regression project
https://yasheejoshi.medium.com/ten-steps-guide-for-your-first-ml-regression-project-2d7ad8b73036
https://yasheejoshi.medium.com/ten-steps-guide-for-your-first-ml-regression-project-2d7ad8b73036
Medium
Ten Step Guide for your first ML Regression project
Photo by Bruno Nascimento on Unsplash
Causal Inference Journal (Day 3–5)
https://medium.com/@appreciation.writing2/causal-inference-journal-day-3-5-a3cec250881
https://medium.com/@appreciation.writing2/causal-inference-journal-day-3-5-a3cec250881
Medium
Causal Inference Journal (Day 3–5)
Daily study notes to explore, learn, and understand the CAUSAL INFERENCE framework. [following Causal Inference and Discovery in Python…
Exploring the Falcon LLM: The New King of The Jungle
https://medium.com/@minh.hoque/exploring-the-falcon-llm-the-new-king-of-the-jungle-5c6a15b91159
https://medium.com/@minh.hoque/exploring-the-falcon-llm-the-new-king-of-the-jungle-5c6a15b91159
Medium
Exploring the Falcon LLM: The New King of The Jungle
The Falcon LLM, developed by the Technology Innovation Institute based in Abu Dhabi, is a large language model that has redefined the…
Creating an Image Search app in Python using CLIP and Streamlit: Part II
https://medium.com/@randyharnarinesingh/creating-an-image-search-app-in-python-using-clip-and-streamlit-part-ii-de125cf5b6c0
https://medium.com/@randyharnarinesingh/creating-an-image-search-app-in-python-using-clip-and-streamlit-part-ii-de125cf5b6c0
Medium
Creating an Image Search app in Python using CLIP and Streamlit: Part II
In a previous post https://medium.com/p/854933d742ca, I demonstrated how we can create our own image search app using the pre-trained CLIP…
Google’s PaLM Generative AI (as investment analyst)
https://medium.com/@dlapushin/googles-palm-generative-ai-as-investment-analyst-392f8909d440
https://medium.com/@dlapushin/googles-palm-generative-ai-as-investment-analyst-392f8909d440
Medium
Google’s PaLM Generative AI (as investment analyst)
Like many, I’ve been curious about Generative AI might make Data Science work easier. As someone who often works with financial data, I…
From Random Forest to Money Carlo to Rust
https://medium.com/@tq9695/from-random-forest-to-money-carlo-to-rust-ee261c420ab6
https://medium.com/@tq9695/from-random-forest-to-money-carlo-to-rust-ee261c420ab6
Medium
From Random Forest to Money Carlo to Rust
Random forest is a basic machine learning algorithm that is core to many other models, such as XGBoost and LightGBM. Although it was one of…