<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KVGHS6G" height="0" width="0" style="display:none;visibility:hidden"></iframe>

Figma人工智能面试真题

职位分类
全部
数据相关
计算机科学
人工智能
产品经理
BQ
面试题
全部(1)
ML Domain(1)
全部(1)
ML Domain(1)
1.Extract the most critical part of a movie review
1. Extract the most critical part of a movie review
Given a segment of an IMDb movie review, the task is to extract the start and end positions of the most critical part of the review. The base code is provided, and you are required to define the model's initialization (init), forward pass (forward), prediction (predict), and loss function.