9. 深度學習導論 Fun with AI part III
51:59
9. 深度學習導論 Fun with AI part II
50:55
9. 深度學習導論 Fun with AI part I
39:53
7.深度學習導論-RNN GRU - Part VII
28:51
7.深度學習導論-RNN LSTM - Part VI
39:45
7.深度學習導論-RNN Part IV
1:27:16
19 сағат бұрын
7.深度學習導論-RNN Part III
50:38
19 сағат бұрын
7.深度學習導論-RNN SimpleRNN - Part V
56:11
7.深度學習導論-RNN Part II
1:36:59
19 сағат бұрын
7.深度學習導論-RNN Part I
57:06
19 сағат бұрын
4. 深度學習導論-CNN Part VI
1:33:11
21 сағат бұрын
4. 深度學習導論-CNN Part I
1:49:13
21 сағат бұрын
4. 深度學習導論-CNN Part III
50:51
21 сағат бұрын
4. 深度學習導論-CNN Part IV
26:35
21 сағат бұрын
4. 深度學習導論-CNN Part II
47:39
21 сағат бұрын
4. 深度學習導論-CNN Part V
49:17
21 сағат бұрын
3. 深度學習導論-Review
2:18:18
21 сағат бұрын
1. 深度學習導論 Part I
1:46:51
21 сағат бұрын
2. 深度學習導論-MNIST-Part II
1:29:12
21 сағат бұрын
2. 深度學習導論-MNIST-Part III
34:34
21 сағат бұрын
2. 深度學習導論-MNIST-Part I
50:08
21 сағат бұрын
1. 深度學習導論-part II
44:23
21 сағат бұрын
Пікірлер
@joyunhsiao
@joyunhsiao 3 ай бұрын
老師,您的課程很好看,謝謝您。 這門課和上一門重複了,可能是不小心重複上傳了
@fuchiungcheng
@fuchiungcheng 3 ай бұрын
Thanks. I uploaded the wrong file and delete the previous one. The correct part I is uploaded.
@user-nl4ry3wb1x
@user-nl4ry3wb1x 3 ай бұрын
四個約束 一定要記得 2:01 key 的 constraint 代表唯一性 2:10 domain constraints 比如 日期的欄位 結果放一個 英文單字進去 就不對了 2:28 實體 完整性的約束 不能是空的 2:39 前面三個 都是限制單一的資料表 而 最後一個這個 是 限制兩個以上的資料表 比如 employee 的 id會參考到 部門的id 3:53 其實還有第五種約束
@user-nl4ry3wb1x
@user-nl4ry3wb1x 4 ай бұрын
0:10 關聯 relation 就是離散數學裡面的一個集合的概念 0:29 relation schema 關聯式綱要 就是一種 集合 00:48 二維的 relation 很多 relation收集起來也能變成一個 relation 1:50 relation table schema 和 relation schema 2:21 實例 是 什麼呢? 就是 一筆資料 加進去 或者叫做 一個 tuple 2:48 關聯式資料庫 3:23 每個 relation 又能分成 綱要 和 實際內容 4:41 關聯式 資料庫的東西 通通 可以用 集合的方式來表示 4:46 剩下的 就是約束 那約束也能用集合表示 5:00 先休息一下 5:33 小寫的r 代表實例 的 部分,大寫的R代表結構的部分 6:25 所有的關聯式 資料庫的部分 小寫的r 表示實例 大寫的r 表示結構 都可以用集合的方式表示 7:17 關聯表 綱要 relation schema 7:54 這裡的約束 定義域 就可以理解為 data type 09:39 ER diagram變成 table schema 10:25 這個 domain constraints 就是 剛剛講到的 四種constraint 的 其中一種 11:43 第二種約束 就是 key的約束 12:22 Cardinality 基數 幾筆資料 13:01 一個 relation 有多少筆資料 看 Cardinality 有多少個屬性 看 Degree 13:10 relation裡面的維度degree 13:45 relation 是 一個二維表格,但是因為它是 一個集合 所以不會去考慮順序 14:19 relation裡面的 attribute 15:46 relation 裡面的tuple 每一個 tuple 都是一筆資料 16:33 剛剛也有講到 degree 17:31 每個表格 通常會有 primary key, 如果有的話 必定唯一 19:22 大概做一個 summarize 19:50 relation 和 relationship 是完全不同的概念。 21:37 relation schema 關聯表綱要 23:05 關聯表實例 relation instance 23:28 每一個欄位都有 型別 domain定義域 可以 理解為python 的 type 23:48 資料庫的欄位 每一個都是不可切割的 25:39 simple attribute 26:10 composite attribute 31:30 attribute value set
@fuchiungcheng
@fuchiungcheng 3 ай бұрын
Thanks
@user-nl4ry3wb1x
@user-nl4ry3wb1x 4 ай бұрын
2:00 關聯式 資料庫 2:35 圖靈獎 資工的諾貝爾獎 5:13 最主要的四種 約束 5:33 schema base 7:12 - 7:38 約束 最好懂的例子 就是 ATM 8:10 稍微講一下 四種constraint 是在幹甚麼
@user-nl4ry3wb1x
@user-nl4ry3wb1x 4 ай бұрын
kzbin.info/www/bejne/npbHiKyfgrtpq80si=TYKTXIQ9NMrqhZN1 1:10 資料庫 相較於其他資訊學科 獨有的概念 2:09 modeling 2:50 什麼叫做 abstraction 3:28 實體和 實體之間會產生關聯 比如: 老師 開 課程 學生 選 課程 4:13 實體裡面 有很多屬性 實體裡面也有很多 約束 約束的作用 就是保持 資料的一致性 比如:生理性別只能 男或女 要加資料時 , 必須滿足約束 才能加進去 4:46 資料庫綱要 就是用來 描述實體 和 其約束 5:39 偷看ER model
@fuchiungcheng
@fuchiungcheng 3 ай бұрын
abstraction: the process to extract the related/important entities (tables in database) from real world to Computer world (that will be used in Database.)
@user-nl4ry3wb1x
@user-nl4ry3wb1x 3 ай бұрын
@@fuchiungcheng thanks
@user-mg4gc6xz7l
@user-mg4gc6xz7l 4 ай бұрын
這個可以用來測氣壓嗎
@fuchiungcheng
@fuchiungcheng 4 ай бұрын
No, it can not. You need to search a bit. here may help you a bit. www.rohm.com.tw/electronics-basics/sensors/sensor_what4
@CardGamesTV1
@CardGamesTV1 5 ай бұрын
source code file download link please?
@alihindawi7592
@alihindawi7592 7 ай бұрын
عااش
@dealspromotions2303
@dealspromotions2303 9 ай бұрын
12:13空降原理时间,墒读shang一声,电阻变化那里说的不准确,插在土壤里的时候电阻大小是并不是液位的概念,土壤中水是有虹吸效应的
@LaBibi777
@LaBibi777 9 ай бұрын
Hey bug, take good care of yourselves.❤
@fuchiungcheng
@fuchiungcheng 9 ай бұрын
Bug is fine and dandy.😀
@raquelramire8565
@raquelramire8565 11 ай бұрын
这是卖助听器吗?
@sleepi_hua
@sleepi_hua Жыл бұрын
謝謝分享🥹
@wudingchuan
@wudingchuan Жыл бұрын
說的的很具體和簡單
@joytsai90
@joytsai90 Жыл бұрын
同學不要玩手機了
@xcalibills
@xcalibills 2 жыл бұрын
bing chilling
@user-ws2cp7cw7t
@user-ws2cp7cw7t 2 жыл бұрын
原理分析部分錯誤
@user-vf9wn4ir9h
@user-vf9wn4ir9h 2 жыл бұрын
鄭福炯 大同大學 合聘副教授/資工系專任副教授 兼任智慧物聯網研究中心主任Link 美國哥倫比亞大學電腦博士 學術專長:物聯網技術/嵌入式系統設計/軟硬體共同設計/單晶片系統設計
@hsiehpanggi
@hsiehpanggi 2 жыл бұрын
老師您好 您有推薦介紹 本視頻與mqtt 的書嗎?
@peterho8006
@peterho8006 2 жыл бұрын
請問一下 為什麼土壤水分跟Vout成反比?
@user-te1eb6mt6e
@user-te1eb6mt6e 3 жыл бұрын
要是我要用觸控屏幕來無線控制我的LED氣氛燈和窗簾機器人 適合用MQTT的應用嗎
@rwt2713
@rwt2713 3 жыл бұрын
Please, I want your code can you share it ?
@user-yc7iu7fl6t
@user-yc7iu7fl6t 3 жыл бұрын
郑老师,如何获取你您所讲的物联网的资料??
@user-vn3tm8uq7g
@user-vn3tm8uq7g 3 жыл бұрын
这个7:00上传的 sql 档案有下载地址吗
@selenatomaszewski5137
@selenatomaszewski5137 4 жыл бұрын
02:45 09:55 22:35
@elliefang5945
@elliefang5945 4 жыл бұрын
请问有地方可以下载你的PPT讲义吗?谢谢Thanks♪(・ω・)ノ
@user-xr4ro1np1x
@user-xr4ro1np1x 4 жыл бұрын
一執教javajavajava是在哈囉
@benblue590
@benblue590 4 жыл бұрын
Snap!4Python 有单机版吗?
@rogerroan7583
@rogerroan7583 4 жыл бұрын
講得很好,謝謝
@skiredy7567
@skiredy7567 4 жыл бұрын
嫌詞太多不會跳過去喔
@user-px2iu1xx5t
@user-px2iu1xx5t 4 жыл бұрын
還不錯,有在招生嗎?
@kawsershovon3005
@kawsershovon3005 5 жыл бұрын
Why Chinese man :/ Make videos in English
@user-ud9vr3mc9x
@user-ud9vr3mc9x 5 жыл бұрын
It's very helpful!! Thank you for sharing.
@benblue590
@benblue590 5 жыл бұрын
是用74LS138吗?
@benblue590
@benblue590 5 жыл бұрын
没太听清楚,多路器?74****。多动器?
@itsme-zj1tl
@itsme-zj1tl 5 жыл бұрын
Please provide this in English
@user-ne5si8hh7k
@user-ne5si8hh7k 5 жыл бұрын
挺好的,
@QOO3121
@QOO3121 6 жыл бұрын
老師你好: 我最近剛接觸NODEMCU,想向你請教,如果說不考慮程式語言的難易度,老師會建議使用Arduino IDE用C來開發比較好,還是使用LUA來開發會比較好? 我有在一個臉書社團發起投票,目前大家是使用那種程式語言在開發NODEMCU?結果使用Arduino IDE C的,大量勝出@@,所以我在猶豫是不是要改用Arduino IDE來開發. 謝謝🙏
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
If you are an expert in C then choose Arduino.
@QOO3121
@QOO3121 6 жыл бұрын
Fu-Chiung Cheng 謝謝老師 🙏
@ideology8230
@ideology8230 6 жыл бұрын
真他媽難 不是人能學的
@user-rz7nd1jo4n
@user-rz7nd1jo4n 6 жыл бұрын
偶爾搜索繼電器,無意間發現了鄭老師的這段教學,覺得很棒,但是我只看到"9 繼電器原理與應用",有沒有哪位同學知道鄭老師其他的課程聯結呢,麻煩幫忙分享一下,謝謝喔!!
@user-im1qw7mg1k
@user-im1qw7mg1k 6 жыл бұрын
器材標榜只要智慧型裝置進到物聯網智慧控制 app 就會自動聯 wifi ,可是實際上,我的平版進到 app ,還是要輸入 wifi 密碼,我找不到 wifi 密碼的資訊,煩請各位大大解救小弟,謝謝!
@user-fu8le6wi8e
@user-fu8le6wi8e 6 жыл бұрын
請問我的nodemcu連接不到esplorer怎麼解決錯誤訊息是這個:.Waiting answer from ESP - Timeout reached. Command aborted.我不知道要怎麼解決這個問題困擾我很久
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
You need to use NodeMCUs with CORRECT firmware (OS). This kind of NodeMCU can be purchased from pcstore.com.tw/aiot/ or from ChunHua Publisher.
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
Sorry the link is www.pcstore.com.tw/aiot
@user-fu8le6wi8e
@user-fu8le6wi8e 6 жыл бұрын
I already have a board of NodeMCU for now my question is my board can't connect to the esplorer it's have a wrong message called :Waiting answer from ESP - Timeout reached. Command aborted.
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
ESPlorer IDE can take the only certain firmware with Lua or Python. If you flash Arduino code in your NodeMCU, ESPlorer can not connect to your NodeMCU.
@user-fu8le6wi8e
@user-fu8le6wi8e 6 жыл бұрын
How can I fixed this problem I already press the reset button, at first I used the arduino to do my NodeMCU program how can i clean my arduino program in my NodeMCU
@lyraelyra
@lyraelyra 6 жыл бұрын
是否有了LED後,PWM才容易做到亮度控制? 換了傳統的奶膽燈泡,還能如此嗎? 而從前常用電阻改變電量的做法,其實是個笨的法子嗎(・・?
@user-fu9id7wd3v
@user-fu9id7wd3v 6 жыл бұрын
原理是在哪一段
@bikewu
@bikewu 6 жыл бұрын
超讚的課程,感謝分享。
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
Thanks a lot for the encouragement.
@hikaru092024
@hikaru092024 6 жыл бұрын
某樓說贅詞太多不認同,多一點背景知識總是好的阿!
@shark-muuuuu
@shark-muuuuu 6 жыл бұрын
我想要一个账号的启用码
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
You can create a Snap! cloud account in snap.berkeley.edu. For Snap!4NodeMCU, you need to purchase an IoT kit to enable a cloud account.
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
I think You may forget to upload "script2.lua" to NodeMCU.
@shark-muuuuu
@shark-muuuuu 6 жыл бұрын
Think you very much!
@shark-muuuuu
@shark-muuuuu 6 жыл бұрын
写好程序后运行提示 > dofile('script2.lua') cannot open script2.lua stack traceback: [C]: in function 'dofile' stdin:1: in main chunk 为什么那?
@fuchiungcheng
@fuchiungcheng 6 жыл бұрын
I think you may forget to upload "script2.lua" to NodeMCU firmware.
@user-bk8cm5ob9n
@user-bk8cm5ob9n 7 жыл бұрын
講愈詳細愈好,幫一下,努力的人好嗎!
@fuchiungcheng
@fuchiungcheng 7 жыл бұрын
Try Snap4IoT: iot.ttu.edu.tw/Snap4NodeMCU/Snap4NodeMCU.html Note that off-the-shelf NodeMCU may not work due to the lack of CoAP library. The tool works for the IoT Kit from iot.ttu.edu.tw.