Convolutional Neural Network (CNN) คืออะไร Verzaru August 16, 2019 Add Comment Verzaru คัดลอกจาก : บทความต้นทาง โดย Natthawat P. 1. Convolutional Neural Network คืออะไร Convolutional Neural Network (CNN) หรือ โครงข่ายประ... Read More
การจำแนกเสื้อผ้า (Fashion MNIST) โดยใช้ CNN อย่างง่ายบน Tensorflow + Keras Verzaru August 11, 2019 Add Comment Verzaru โค้ดเต็ม # 1. Import libraries import keras print(keras.backend.backend()) import tensorflow as tf print(tf.__version__) # 2. Load ... Read More
[Python] ชนิดข้อมูลพื้นฐาน Verzaru August 03, 2019 Add Comment Verzaru ชนิดข้อมูล Primitive: Integers ตัวเลขปกติ (dec) เช่น 10 Binary Octal เช่น 0o10 Hexadecimal เช่น 0x10 Floating-Point Numbers ... Read More