今天小考題目很難,又跳章節,每個同學都叫苦連天,有人帶了一本厚厚的英文字典,但考試時間只有100分鐘,要如何逐字翻譯再回答問題?看著考卷讓我感覺似乎在考英語能力檢定,而不是管理學…… 以下是我回想今天的考試內容整理出的幾個重點: Ch1 Information Systems in Global Business 1、Globalization全球化下,對世界經濟會有的影響: Internet has drastically reduced costs of operating on global scale(網路大大降低了全球範圍的經營成本) Increases in foreign trade , outsourcing(增加外國的貿易、外包服務/委外加工) Presents both challenges and opportunities (挑戰和機會) Global economy depends on imports and exports .(全球經濟依賴進口和出口) 2、fully digital firm(全數位化公司) Significant business relationships are digitally enabled and mediated.(以數位化的方式開啟與連接重要的 商業關係 --客戶Customers和供應商Suppliers) Core business processes are accomplished through digital networks.(核心的 商業過程 經由網路來完成) Key corporate assets are managed digitally.(主要的 企業資產 以數位方式來管理) 3、six strategic business objectives(六大戰略商業目標): Operational excellence/Improved Operational Efficiency(提高營運效率):包括精簡任務、改進技術或減少生產浪費。例如:Walmart, information system coupled with state of the art (Walmart有 最先進的 資訊系統) New products, services, and busines...
但沒有下載Pycharm(只有30天免費) [ 動手玩系列 #2] TensorFlow 帶你無師自通成為植物學家 開啟jupyter note新增python,貼上網址內的code,記得修飾一下程式碼。在:後的下一行加入空格(tab)才不會編譯出錯。 但是最後產生No module named 'tensorflow'的錯誤。 5/19更新 安裝tensorflow-gpu 2.4版本 1.事先更新GPU驅動程式 2.下載最新版CUDA(11.7)並安裝 3.對照CUDA版本及系統規格(Win11)下載cudnn(需創帳號) 4.將cudnn壓縮檔內的3個資料夾複製到CUDA的資料夾中(安裝時預設路徑C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7) 5.開啟Anaconda新增新環境(python版本3.9) 6.開啟此環境的Terminal 7.下指令: pip install tensorflow-gpu pip install spyder spyder 8.就會開啟spyder IDE,輸入 import tensorflow as tf print(tf.test.is_gpu_available()) print(tf.config.list_physical_devices('GPU')) 9.RUN後結果出現TRUE,並顯示本機的GPU版本,表示成功抓到GPU 5/21更新 AlexNet 撰寫AlexNet訓練oxflower17時,遇到DNN library is not found,疑似cudnn版本不符。 提示訊息:Loaded runtime CuDNN library: 8.0.5 but source was compiled with: 8.1.0. CuDNN library needs to have matching major version and equal or higher minor version. If using a binary install, upgrade your CuDNN library. If building from sources, make sure the library loa...