Astra

@x88ah28uTl2kDp2OAP3Y7A

Joined on Nov 13, 2023

  • 台積電 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. Requirements 匹配程度 從資料收集(爬蟲),到資料數據分析,特徵擷取,都有實作過的經驗
     Like  Bookmark
  • You are given the root of a binary tree containing digits from 0 to 9 only. Each root-to-leaf path in the tree represents a number. For example, the root-to-leaf path 1 -> 2 -> 3 represents the number 123. Return the total sum of all root-to-leaf numbers. Test cases are generated so that the answer will fit in a 32-bit integer. 限制: tree depth<=10 0 <= Node.val <= 9
     Like  Bookmark
  • contributed by <ysesst8902> Problem C Problem C is convert a 16-bit floating-point number to a 32-bit floating-point number, which will utilize counting leading zeros function. We will use two important functions: clz(counting leading zeros) fp16_to_fp32 function Implementation of counting leading zeros
     Like  Bookmark