Python and Machine Learning tutorials and tips.

Joined December 2023
18 Photos and videos
Quick Python tip. If you want to quickly print X amount of the same string, just use the asterisk: `print("-" * 50)`
97
New video on our YouTube channel. This time a longer one, 22 minutes, because the topic is deeper, and I wanted to go step-by-step. Your FAQ Into Python Chatbot with OpenAI GPT-3.5 and LangChain youtube.com/watch?v=ztiJDahC…
1
124
Want to see what tools are the most popular in the LLM world? LangChain State of AI 2023 blog.langchain.dev/langchain… They list popular LLMs, Embedding tools, Vector databases, etc.
3
107
Python quick tip. If you want to assign a variable value based on another variable value... there's a short one-liner possible!
1
2
134
Just published new long tutorial! After a few days of testing, here's a "diary-like" article. Python OCR: Invoice Data from PDF/Image - 4 Libraries Tested pythonmldaily.com/posts/pyth…
1
6
2,876
Our new YouTube video. Before building Machine Learning model from data, we need to understand that data, first. So... Pandas: 8 Useful Functions to Explore Data youtube.com/watch?v=dSbvnhRA…
86
New video on our YouTube channel, for those of you who are switching to Python from PHP! Python and PHP: Main Syntax Difference - in 10 Minutes youtube.com/watch?v=Tbhw4ZD0…
2
5
154
New video on our YouTube channel! A task that is common in Machine Learning projects. Python: Combine Multiple CSV Data into One CSV youtube.com/watch?v=hE3O5hdE…
1
1
2
143
In Python and ML, you often need to work with CSV files. Here are a few Python tutorials from us. 1. Generate CSV File with Dummy Data pythonmldaily.com/posts/pyth… 2. Split Large CSV into Smaller Ones pythonmldaily.com/posts/pyth… 3. Multiple CSVs into Single File pythonmldaily.com/posts/pyth…

1
4
160
Our new YouTube video! This time about Machine Learning. Parameter "random_state" of "train_test_split()": What Are Potential Values? youtube.com/watch?v=LDQXXJph…
4
170
Let's talk about the tools for machine learning. Why ML engineers use Jupyter Notebook so much? Jupyter Notebook vs PyCharm: Benefits for Data Science and ML Projects pythonmldaily.com/posts/jupy…

2
128
One of the typical tasks in Machine Learning is classification of records. For example, auto-classify the category by the product name. Guess what, we have a course about it! Classification in Python with Random Forest Algorithm pythonmldaily.com/courses/cl…

1
132