Ref : Building an Image Classification Model From Scratch Using PyTorch import matplotlib.pyplot as plt import numpy as np import torch...
Read More
Showing posts with label Image Classification. Show all posts
Showing posts with label Image Classification. Show all posts
การจำแนกดอกไม้ (Flower) โดยใช้ Transfer Learning บน FastAI
ใช้ FastAI version 2.2.7 จัดเรียงรูปในโฟลเดอร์ flowers ดังนี้ train class1 class2 valid class1 class2 test class1 class2 ...
Read More
การจำแนกตัวเลข (Mnist) from scratch บน FastAI
Ref: https://github.com/fastai/fastbook อธิบายการทำงานส่วนการเตรียมข้อมูล ส่วน image ได้เป็น list ของ Path วนลูปเพื่อแปลงที่ละภาพเป็น tenso...
Read More
การจำแนกหมาแมว (Pet) โดยใช้ Transfer Learning บน FastAI
ขั้นตอนการทำ Image Classification Ref : AI จำแนกรูปภาพ หมา แมว 37 สายพันธุ์ ใช้ Pet Dataset เทรน Machine Learning สร้างโมเดล Deep Neural ...
Read More
การจำแนกเรือ (Ship) โดยใช้ Transfer Learning บน Tensorflow + Keras
สรุปขั้นตอน Prepare train data Read train csv [x] Load image [x] Convert image to array [x] Put image array in list [x] Conver...
Read More
การจำแนกดอกไม้ (Flower) โดยใช้ CNN อย่างง่ายบน Tensorflow + Keras
สรุปขั้นตอน Prepare data Build a model Pre-process image Train data with model Show train result Save model Save history Sh...
Read More
การอ่านและแสดงข้อมูลจาก CSV เพื่อจำแนกภาพ
1. การอ่านไฟล์จาก csv import pandas as pd rcsv = pd.read_csv('train.csv', dtype={'image': 'object', 'category...
Read More
Subscribe to:
Posts (Atom)