Making an API out of a Hugging Face model — deployment: part 3
https://medium.com/@Datamarinier/making-an-api-out-of-a-hugging-face-model-deployment-part-3-86d0938d68b9
https://medium.com/@Datamarinier/making-an-api-out-of-a-hugging-face-model-deployment-part-3-86d0938d68b9
Medium
Making an API out of a Hugging Face model — deployment: part 3
Summary
Day 9: 100 Days of Data: K Means Clustering
https://medium.com/@edeh.chimezie.one/day-9-100-days-of-data-k-means-clustering-c18de2a8f613
https://medium.com/@edeh.chimezie.one/day-9-100-days-of-data-k-means-clustering-c18de2a8f613
Medium
Day 9: 100 Days of Data: K Means Clustering
K means clustering is an unsupervised machine learning model, that tries to classify data based on the similarities between data points. It…
Simplifying Logistic Regression — A Beginner’s Guide with a Real-world Practical Example
https://medium.com/forcodesake/simplifying-logistic-regression-beginners-guide-real-world-example-machine-learning-algorithm-2da80eb7e24f
https://medium.com/forcodesake/simplifying-logistic-regression-beginners-guide-real-world-example-machine-learning-algorithm-2da80eb7e24f
Medium
Simplifying Logistic Regression — A Beginner’s Guide with a Real-world Practical Example
Dive into Data Science with a Practical Classification Problem with Penguins
A Simple Guide to Python Variables and Data Types
https://medium.com/@ngerardtrevor/a-simple-guide-to-python-variables-and-data-types-ce2fbeaa2fac
https://medium.com/@ngerardtrevor/a-simple-guide-to-python-variables-and-data-types-ce2fbeaa2fac
Medium
A Simple Guide to Python Variables and Data Types
Welcome to the world of Python programming! Understanding variables and data types is crucial for mastering Python. This detailed guide…
Menoko OG’s Magical Python Quest: Unleashing Coding Sorcery with Loops and List Comprehensions
https://medium.com/@jefftkddan/menoko-ogs-magical-python-quest-unleashing-coding-sorcery-with-loops-and-list-comprehensions-22c3e8a0ab99
https://medium.com/@jefftkddan/menoko-ogs-magical-python-quest-unleashing-coding-sorcery-with-loops-and-list-comprehensions-22c3e8a0ab99
Medium
Menoko OG’s Magical Python Quest: Unleashing Coding Sorcery with Loops and List Comprehensions
Greetings, brave adventurers, wizards, and original geeks alike! Today, we embark on a thrilling journey through the mystical realms of…
A Guide to Data Manipulation with Python’s Pandas and NumPy
https://medium.com/munchy-bytes/a-guide-to-data-manipulation-with-pythons-pandas-and-numpy-607cfc62fba7
https://medium.com/munchy-bytes/a-guide-to-data-manipulation-with-pythons-pandas-and-numpy-607cfc62fba7
Medium
A Guide to Data Manipulation with Python’s Pandas and NumPy
Unlock the power of data manipulation with Python’s Pandas and NumPy. Within this comprehensive guide, explore the fundamental principles…
Unlock the Power of Data with numpy
https://medium.com/@shamsuddeensalihukoko/unlock-the-power-of-data-with-numpy-4b7abbad062b
https://medium.com/@shamsuddeensalihukoko/unlock-the-power-of-data-with-numpy-4b7abbad062b
Medium
Unlock the Power of Data with numpy
Introduction
Love.exe: Cheesy Lines to Melt Your Programmer Partner’s Heart on Valentine’s Day
https://sheetalpatel93.medium.com/love-exe-cheesy-lines-to-melt-your-programmer-partners-heart-on-valentine-s-day-63ac0f3977eb
https://sheetalpatel93.medium.com/love-exe-cheesy-lines-to-melt-your-programmer-partners-heart-on-valentine-s-day-63ac0f3977eb
Medium
Love.exe: Cheesy Lines to Melt Your Programmer Partner’s Heart on Valentine’s Day
Cheesy Lines to Woo Your Programmer Spouse on Valentine’s Day
5 Open Source repos for February
https://medium.com/sourcescribes/5-open-source-repos-for-february-ab002c767c5c
https://medium.com/sourcescribes/5-open-source-repos-for-february-ab002c767c5c
Medium
5 Open Source repos for February
AI and other tools
Difference between Python Code and Linux Commands 🐍💻🔧
https://medium.com/coded-tech-talk/difference-between-python-code-and-linux-commands-cb22abdd5992
https://medium.com/coded-tech-talk/difference-between-python-code-and-linux-commands-cb22abdd5992
Medium
Difference between Python Code and Linux Commands 🐍💻🔧
Master the art of coding with Python or command the cyber of systems with Linux. Find your path in the tech maze.
Uncorking Insights: Exploratory Data Analysis (EDA) of Blog os Vinhos wine survey with Python
https://medium.com/@m-zhokhova/uncorking-insights-exploratory-data-analysis-eda-of-blog-os-vinhos-wine-survey-with-python-2fd68150493a
https://medium.com/@m-zhokhova/uncorking-insights-exploratory-data-analysis-eda-of-blog-os-vinhos-wine-survey-with-python-2fd68150493a
Medium
Uncorking Insights: Exploratory Data Analysis (EDA) with Python
EDA of wine rating survey from the Portuguese Blog os Vinhos dataset with Pandas, Matplotlib and Seaborn
Diagonal Dominoes: A Refactor 8 years in the Making (Part 2)
https://medium.com/@lillieschachter/diagonal-dominoes-a-refactor-8-years-in-the-making-part-2-3877faf5ae34
https://medium.com/@lillieschachter/diagonal-dominoes-a-refactor-8-years-in-the-making-part-2-3877faf5ae34
Medium
Diagonal Dominoes: A Refactor 8 years in the Making (Part 2)
Welcome back to part 2 of the Diagonal Dominoes refactor! In part 1, I walked through my original journey to this game and back to it 8…
How to Build Your Own LLM Coding Assistant With Code Llama
https://pub.towardsai.net/how-to-build-your-own-llm-coding-assistant-with-code-llama-04d8340900a3
https://pub.towardsai.net/how-to-build-your-own-llm-coding-assistant-with-code-llama-04d8340900a3
Medium
How to Build Your Own LLM Coding Assistant With Code Llama 🤖
Creating a local LLM-chatbot with CodeLlama-7b-Instruct-hf and Streamlit
How to Detect Seasonality in the Time Series Data, And Remove Seasonality in Python
https://pub.towardsai.net/how-to-detect-seasonality-in-the-time-series-data-and-remove-seasonality-in-python-1e6ab5d644ba
https://pub.towardsai.net/how-to-detect-seasonality-in-the-time-series-data-and-remove-seasonality-in-python-1e6ab5d644ba
Medium
How to Detect Seasonality in the Time Series Data, And Remove Seasonality in Python
Detect Seasonality Using Simple Graph, Autocorrelation Function (ACF), and Partial Autocorrelation Function (PACF) in Python
Generative AI for Pandas: PandasAI
https://medium.com/chat-gpt-now-writes-all-my-articles/generative-ai-for-pandas-pandasai-b589329a01be
https://medium.com/chat-gpt-now-writes-all-my-articles/generative-ai-for-pandas-pandasai-b589329a01be
Medium
Generative AI for Pandas: PandasAI
Data analysis often involves interacting with data in various ways: from basic exploration to complex operations. With the emergence of…