HackMD
  • New!
    New!  “Bookmark” and save your note
    Find a note that's worth keeping or want reading it later? “Bookmark” it to your personal reading list.
    Got it
      • Create new note
      • Create a note from template
    • New!  “Bookmark” and save your note
      New!  “Bookmark” and save your note
      Find a note that's worth keeping or want reading it later? “Bookmark” it to your personal reading list.
      Got it
      • Options
      • Versions and GitHub Sync
      • Transfer ownership
      • Delete this note
      • Template
      • Save as template
      • Insert from template
      • Export
      • Dropbox
      • Google Drive
      • Gist
      • Import
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
      • Download
      • Markdown
      • HTML
      • Raw HTML
      • ODF (Beta)
      • Sharing Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • More (Comment, Invitee)
      • Publishing
        Everyone on the web can find and read all notes of this public team.
        After the note is published, everyone on the web can find and read this note.
        See all published notes on profile page.
      • Commenting Enable
        Disabled Forbidden Owners Signed-in users Everyone
      • Permission
        • Forbidden
        • Owners
        • Signed-in users
        • Everyone
      • Invitee
      • No invitee
    Menu Sharing Create Help
    Create Create new note Create a note from template
    Menu
    Options
    Versions and GitHub Sync Transfer ownership Delete this note
    Export
    Dropbox Google Drive Gist
    Import
    Dropbox Google Drive Gist Clipboard
    Download
    Markdown HTML Raw HTML ODF (Beta)
    Back
    Sharing
    Sharing Link copied
    /edit
    View mode
    • Edit mode
    • View mode
    • Book mode
    • Slide mode
    Edit mode View mode Book mode Slide mode
    Note Permission
    Read
    Owners
    • Owners
    • Signed-in users
    • Everyone
    Owners Signed-in users Everyone
    Write
    Owners
    • Owners
    • Signed-in users
    • Everyone
    Owners Signed-in users Everyone
    More (Comment, Invitee)
    Publishing
    Everyone on the web can find and read all notes of this public team.
    After the note is published, everyone on the web can find and read this note.
    See all published notes on profile page.
    More (Comment, Invitee)
    Commenting Enable
    Disabled Forbidden Owners Signed-in users Everyone
    Permission
    Owners
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Invitee
    No invitee
       owned this note    owned this note    
    Published Linked with
    Like BookmarkBookmarked
    Subscribed
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    Subscribe
    # DSP HW3 評分標準 <!-- (完整版請看 https://hackmd.io/Bkpac4UrSSq5pbnRphGYOw?view) --> 1/20 要 reproduce 前請先注意,以下標準已經確定不給 argue **注意大原則:原始碼不給改(更禁止事後寄 code 或重傳),需要放寬者須清楚知道自己錯在哪裡並告知怎麼改** 1. source code 不給改,不可重傳新的 code(公平性起見,沒有交卷後還在改答案的)==路徑寫死者請看下面處理== <center>(2 3 4 8 有寄信告知自己錯在哪裡才給分)</center> 2. 整個資料夾沒包在 hw3_<student_id> 的以 F = 0.4 計算,==知道這部分自己錯了需要部分分數者<span style="color: red;">請在 1/20(三)12:00 前寄信告知</span>==(畢竟有寫明了) 3. Mapping 只有ㄅ~ㄩ注音沒有國字到國字 **給一半**,因為不符合後續「模仿SRILM」原則,且投影片有示意要國字對國字,==知道這部分自己錯了需要部分分數者<span style="color: red;">請在 1/20(三)12:00 前寄信告知</span>== > 助教有說這個 mapping 是後面用的,因此除非同時發生下面第 5 點跑得出正確結果的狀況,否則只給一半。這邊的「給一半」係指同學的 mapping 與正確但只留注音部分相比後,正確率的分數折一半 4. 考量到同學路徑部分與演算法為兩個獨立項目,因此在仔細考量後路徑寫死者給予其部分分數 6 折(算完 F 與 M 之後乘以 0.6)。惟助教這邊不會去看同學的內部 source code,因此對於路徑寫死者假設 - LM 在 `hw3_<student_id>/bigram.lm` - 原 Mapping 在 `hw3_<student_id>/Big5-ZhuYin.map` - 生成的 Mapping 在 `hw3_<student_id>/ZhuYin-Big5.map` 以以下指令 ```bash # 把兩個檔案 link 到當下資料夾 ln -s $REF_PATH/bigram.lm ln -s $REF_PATH/Big5-ZhuYin.map # ...... (跑同學的 mapping) # 把同學寫死的 mapping 移走去評分 mv hw3_<student_id>/ZhuYin-Big5.map $TARGET_PATH ``` 處理,如果有路徑寫死成其他名稱者(助教已經初步抓錯,抓到者會在備註寫「寫死已放寬給分,下次請小心!」,沒有者請寄信告知),請盡快<span style="color: red;">在 1/20(三)12:00 前寄信告知</span>(例如把 Mapping 取成 `i_love_dsp.map` 之類的,助教這邊會多一步 ```bash # 已經 link 過來之後 mv Big5-ZhuYin.map i_love_dsp.map ``` 處理。否則抓不到檔案當作吃不進去生不出來不給予分數。 1. Mapping 預設是用助教的 ref. mapping,但有些同學因為空白還是 tab 問題沒分數者,助教會用同學產生的 mapping 跑,但同學要 mapping 對才會有分數 1. VocabMap 不得使用,使用者使用部分(若為 MyDisambig 則為 70 分部分)原始分數打六折 1. Makefile 除了 $(SRC_PATH) 只能些微調整,<span style="color: red;">打折給分</span>(動一行算一個) 1. hw3_<student_id> 資料夾名錯除非有學號不然 F = 0.4 處理(有此狀況請寄信告知),如果有學號者<span style="color: red;">打折給分</span> 1. 執行指令需調整者成 SRILM 者<span style="color: red;">打折給分</span>,此處不包括路徑寫死(寫死者打折給分完後該部分再六折) 1. 檔案檔名一個錯<span style="color: red;">打折給分</span> <center>以上 7 8 9 10 打折給分是一個錯誤算 F=0.68 兩個 F=0.5 三個以上 F=0</center> <br/> 11. 少 inc/ 不扣分 1. Makefile 少 $(SRC_PATH) 不扣分 1. Makefile -> makefile 不扣分(因為可以 make)

    Import from clipboard

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lost their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template is not available.
    All
    • All
    • Team
    No template found.

    Create a template

    Delete template

    Do you really want to delete this template?

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in via Google

    New to HackMD? Sign up

    Help

    Documents

    Tutorials
    YAML Metadata
    Slide Example
    Book Example

    Contacts

    Talk to us
    Report an issue
    Send us email

    Cheatsheet

    Example Syntax
    Header # Header
    • Unordered List
    - Unordered List
    1. Ordered List
    1. Ordered List
    • Todo List
    - [ ] Todo List
    Blockquote
    > Blockquote
    Bold font **Bold font**
    Italics font *Italics font*
    Strikethrough ~~Strikethrough~~
    19th 19^th^
    H2O H~2~O
    Inserted text ++Inserted text++
    Marked text ==Marked text==
    Link [link text](https:// "title")
    Image ![image alt](https:// "title")
    Code `Code`
    var i = 0;
    ```javascript
    var i = 0;
    ```
    :smile: :smile:
    Externals {%youtube youtube_id %}
    LaTeX $L^aT_eX$

    This is a alert area.

    :::info
    This is a alert area.
    :::

    Versions

    Versions and GitHub Sync

    Sign in to link this note to GitHub Learn more
    This note is not linked with GitHub Learn more
     
    Add badge Pull Push GitHub Link Settings

    Version named by    

    More Less
    • Edit
    • Delete

    Note content is identical to the latest version.
    Compare with
      Choose a version
      No search result
      Version not found

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub

        Please sign in to GitHub and install the HackMD app on your GitHub repo. Learn more

         Sign in to GitHub

        HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully