Conda Cheat Sheet
Read More
Showing posts with label Deep Learning. Show all posts
Showing posts with label Deep Learning. Show all posts
คำสั่งเกี่ยวกับ Jupyter Notebook
คำสั่งเกี่ยวกับ Jupyter ## Create the virtual environment conda create -n 'environment_name' python=X.X ## Activate the virtual env...
Read More
การจำแนกวัตถุ (Cifar10) โดยใช้ CNN อย่างง่ายบน Pytorch
Ref : Building an Image Classification Model From Scratch Using PyTorch import matplotlib.pyplot as plt import numpy as np import torch...
Read More
การเปลี่ยน Default Directory ของ Jupyter Notebook
ติดตั้ง Anaconda Download Anaconda Individual Edition การเปลี่ยน Default Directory ของ Jupyter Notebook Ref: How to change the Jupyter st...
Read More
การติดตั้ง GPU สำหรับ Deep Learning บน Windows
Ref : Python Environment Setup for Deep Learning on Windows 10 ตรวจสอบคุณสมบัติคอมพิวเตอร์ โดย ควรเป็นคอมที่ RAM มากกว่า 8 GB เป็นคอมที่มีก...
Read More
การเช็ค Python Version
import sys print("Python version = ", sys.version) print() import tensorflow as tf print("Tensorflow version = ",...
Read More
วิธีเพิ่ม Environment ใน Jupyter Notebook
Link : How to add your Conda environment to your jupyter notebook in just 4 steps ...
Read More
การติดตั้งและใช้งาน YOLOv5
การติดตั้ง 1. โคลน yolov5 git clone https://github.com/ultralytics/yolov5.git 2....
Read More
การจำแนกดอกไม้ (Flower) โดยใช้ Transfer Learning บน FastAI
ใช้ FastAI version 2.2.7 จัดเรียงรูปในโฟลเดอร์ flowers ดังนี้ train class1 class2 valid class1 class2 test class1 class2 ...
Read More
Subscribe to:
Posts (Atom)