codingforentrepreneurs/The-Hello-World-of-Machine-Learning
Learn to build a basic machine learning model from scratch with this repo and tutorial series.
This project helps you build a simple chatbot that can respond to customer questions more flexibly than a basic script. You provide examples of customer questions and relevant categories (tags), and it learns to match new, similar questions to those categories. This is ideal for small business owners or customer service managers looking to automate basic inquiries without complex programming.
No commits in the last 6 months.
Use this if you want to understand the basics of how a computer can learn to categorize customer questions and provide appropriate responses, even if the questions aren't phrased exactly as expected.
Not ideal if you need an advanced, human-like AI assistant capable of complex conversations or understanding nuanced requests without prior examples.
Stars
71
Forks
37
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/codingforentrepreneurs/The-Hello-World-of-Machine-Learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy