humphd/have-fun-with-machine-learning
An absolute beginner's guide to Machine Learning and Image Classification with Neural Networks
This guide teaches programmers without prior AI experience how to build an image classification system. You will learn to use existing machine learning tools to train a neural network to distinguish between specific image categories, such as dolphins and seahorses, using your own image data. The output is a working program that can classify new images with high accuracy. This is ideal for developers who want to practically apply machine learning to visual data.
5,123 stars. No commits in the last 6 months.
Use this if you are a programmer with no machine learning background and want a hands-on guide to building an image classification model using existing open-source tools.
Not ideal if you want to understand the deep theoretical or mathematical underpinnings of neural networks or develop new AI algorithms from scratch.
Stars
5,123
Forks
537
Language
Python
License
—
Category
Last pushed
Dec 19, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/humphd/have-fun-with-machine-learning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorflow/docs
TensorFlow documentation
PacktPublishing/Advanced-Deep-Learning-with-Keras
Advanced Deep Learning with Keras, published by Packt
GoogleCloudPlatform/tf-estimator-tutorials
This repository includes tutorials on how to use the TensorFlow estimator APIs to perform...
menon92/DL-Sneak-Peek
Deep learning Bangla resources using TensorFlow
carpentries-lab/deep-learning-intro
Learn Deep Learning with Python