AI圖像辨識探究實作課程
AI Image Recognition Exploration and Practice

AI 圖像辨識應用

D-ID變臉教學   

Apowersoft  

https://experiments.withgoogle.com/

一人扣分、全家連坐的社會信用制度?

人工智慧初探.pptx
圖像辨識(公布版).pptx

圖像辨識 開發環境建置

1.ANACONDA安裝  執行Anaconda Prompt管理模組   NumPy介紹  Keras介紹 TensorFlow介紹

安裝模組 pip install numpy / 指定安裝版本模組 pip install numpy==1.17.0 

更新模組 pip install -u numpy

2.TensorFlow安裝 pip install tensorflow

3.Keras安裝 pip install keras

4.顯示卡需支援CUDA 安裝 CUDA Toolkit 點選CUDA Toolkit 10.1 

     安裝 cuDNN 深度神經網路函式庫,GPU加速,優化神經網路執行卷積/池化/規範化/激活

圖像辨識原理

   認識MNIST 資料集 from keras.datasets import mnist
                                    (train_feature,train_label),\
                                    (test_feature,test_label)=mnist.load_data()
------------------------------------------------------------------------------------------------------

顯示訓練資料的圖片與值  import matplotlib.pyplot as plt
                                              def show_image(image):   #以白底黑字顯示2*2吋數字圖片                                                                                        fig=plt.gcf()
                                              fig.set_size_inches(2,2)
                                              plt.imshow(image,cmap='binary')
                                              plt.show()
                                              show_image(train_feature[0])  #顯示訓練資料第1個數字圖片
                                              print(train_label[0])  #訓練資料數字圖片的真實值

圖像辨識學習單 WORD PDF

111學年度學生圖像辨識成果

圖像辨識學習單(蔬果)

圖像辨識學習單(交通號誌)

圖像辨識學習單(鞋子)

圖像辨識學習單(果)

圖像辨識學習單(交通號誌)

圖像辨識學習單(花草)

圖像辨識學習單(各式玫瑰花)

圖像辨識學習單(魚類)

圖像辨識學習單(各式麵包)

圖像辨識學習單(各式麵包)

112學年度學生圖像辨識成果實習報告 雲端硬碟

子二乙1王羽珊,5王信裕,10林育伸,24陳柏安VISLAB圖像辨識.pdf
09李東曄 15張仲圻 16張藝薰實習報告.pdf
vislab 報告 子二甲01、04.pdf
子二甲07、25.pdf
vislab 報告 子二甲01、04.pdf
VISLAB.pdf
子二甲 09 35.pdf