阿摩線上測驗 登入

最新科目

最新試卷

最新試題

最新申論題

最新課程

最新主題筆記

最新討論

57 “Securities Law entitles the purchaser to sue the issuer, underwriter, certified public accountant and lawyer with respect to any material misstatements or omissions in the prospectus. However, except to the issuer, which has absolute liability for any material misstatements or omissions, Securities Law provides an affirmative defense for any other defendant who can demonstrate that he/she met a prescribed standard of diligence with respect to the information contained in the prospectus.” Based on the above description, what kind of liability the issuer has? (A) Strict liability (B) Negligent liability (C) No liability (D) Presumption of negligence

63 Pursuant to Article 12 of the (2005) Amendment of the Constitution of the R.O.C., amendment of the Constitution shall be initiated upon the proposal of one-fourth of the total members of the Legislative Yuan, passed by at least three-fourths of the members present at a meeting attended by at least three-fourths of the total members of the Legislative Yuan, and sanctioned by electors in the free area of the Republic of China at ___________held upon expiration of a six-month period of public announcement of the proposal, wherein the number of valid votes in favor exceeds one-half of the total number of electors; and the provisions of Article 174 of the Constitution (Main Text) shall not apply. (A) an election (B) a recall (C) an initiative (D) a referendum

61 According to the Restatement (Second) of Torts, __________is the maker who is not confident in the accuracy or knows he has no basis of his representation. (A) invalid misrepresentation (B) nuisance (C) defamation (D) fraudulent misrepresentation

33. 在工業物聯網架構中,進行設備預測性維護(Predictive Maintenance) 時,若面對異常事件發生頻率極低、樣本高度不平衡的時間序列資料, 下列哪一種方法最能兼顧模型穩定性與異常偵測效能? (A)將每筆異常事件資料複製多次以提升模型對異常的辨識敏感度,搭 配全序列訓練模型(如 LSTM); (B)對時間序列進行差分與標準化後,使用傳統監督式學習模型(如 SVM)進行分類訓練; (C)使用經過時間序列特化的 SMOTE 技術生成異常樣本,以平衡異常與 正常資料比例; (D) 採用基於重建誤差的自編碼器模型( Sequence-to-Sequence Autoencoder)進行異常偵測,並僅使用正常資料進行訓練

40. 關於監督式學習( Supervised Learning )與非監督式學習 (Unsupervised Learning)的目標,下列敘述何者錯誤? 1.非監督式學習的核心在於發掘資料內在結構,例如分群、關聯規則與降維,而不依賴外部標籤。 2.監督式學習的典型應用為分類與迴歸,通常不適合應用於異常偵測任務。 3.非監督式學習若搭配少量標註資料,即會完全轉化為監督式學習。 4.監督式學習仰賴已標註的資料集,透過最小化輸出與真實標籤之間 的差距,學習輸入與目標之間的對應函數。 5.所有監督式學習任務都必須要有大量完整標註資料,否則無法進行任何有效的模型訓練。 6.非監督式學習不需要目標變數,僅透過輸入資料本身的特徵分布進行模式學習。 (A)3、5、6; (B)1、4、6; (C)2、4、6; (D)2、3、5

46. 某電商公司想預測用戶是否會購買特定商品,資料中包含多種用戶屬性與行為特徵。分析師希望選出對購買結果最有預測價值的特徵,以提 升模型效能。下列哪一種描述最符合監督式特徵選擇(Supervised Feature Selection)的概念? (A)根據特徵的整體分布、變異度或資訊量進行篩選,而不直接參考目 標變數; (B)評估每個特徵與目標變數之間的相關性,選擇對預測結果貢獻最大 的特徵; (C)使用模型評估特徵對預測結果的重要性,並保留對目標變數影響較 大的欄位; (D)將特徵透過降維方法(如 PCA)轉換為新特徵,再用於模型訓練