李宗翰 LI,ZONG-HAN P76121429

@MuXMCTCgRvWm5VEFHo1bFQ

Joined on Jan 10, 2024

  • 有興趣的職缺 台積電 IT AI/ML Engineer Job Description AI solution development and strategy implementation for manufacturing processes improvement. Perform data scientist role from data collection, data exploration, feature engineering, model evaluation, to error analysis. Exercise sound judgement to determine if business problems can be solved through AI/ML and communicate results with domain users for model explanation or error analysis. Perform model lifecycle management to ensure model validity in production. 匹配程度 有使用過一些AI/ML的工具,不過僅限於粗淺的使用,真正深度使用LLM Model並沒有甚麼經驗
     Like  Bookmark
  • 面試官: 地精-Dee-jing 面試者: 尼莫魚魚-nemo 面試官: 你好我是今天負責面試你的人,假設你正在參與一個資料處理系統的開發,這個系統需要處理大量已排序的數據。系統的任務之一是合併不同來源的數據,並且這些數據已經各自進行過排序。為了簡化並提高系統效率,我們希望在維持排序的情況下合併這些列表。現在我們希望你來設計一個函數,將兩個排序好的 list 合併成一個有序的 list 。每個節點的值範圍在 -100 到 100 之間。 面試者: 所以我會拿到兩個節點值都為整數的 list,然後我要將它們合併成一個有序的list,例如我拿到 list1 = [1,2] 、 list2 = [2,3],我要回傳[1,2,2,3]對嗎 面試官: 沒錯,你的理解沒有問題 面試者: 那我想請問一下若其中一個 list 為空,是直接回傳另一個 list 還是需要另外做處理呢
     Like  Bookmark
  • contributed by < jimmyli88623 > The fabsf function is designed to compute the absolute value of a give single-precision floating-point number x. Below, I will present the implementation of this function using RISC-V Assembly Language and optimized it , followed by an analysis of their performance. :::danger Don't abuse the notation ==. ::: fabsf Below is the implementation using C , I will using 0x7FFFFFFF mask to set the left bit to zero
     Like  Bookmark