I has chance to go over the video Deep Dive into LLMs like ChatGPT by Andrej Karpathy during the weekend. First of all, this is an awesome video for …
Problem
If the website uses CAPTCHA to verify human beings, then just using the login credentials is not enough. Some methods I tried are listed below.
CAPTCHA Solving Service
These …
-
The logistic regression is a classic classification method. The motivation is to modify Logit(P(Y=1)) = β₀ + β₁X₁ + β₂X₂ + ... + βₖXₖ which transform the linear …
- Recall True Positives / (True Positives + False Negatives)
- It occur the highest while False Negatives =0
- Answer the question: How good is your model to classify positive samples. …
This is the first blog live~!