Yihan0519
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Gillian (PHD) 25/02/2022 - read and understand the derivation of LDA - read paper "Nonconvex Optimization Meets Low-Rank MatrixFactorization: An Overview" and explain on next meeting -Section 1 - write proposal - modify journal 18/03/2022 - find example for applying the algorithm of LDA - explain the algorithm of LDA - ask 10 questions about LDA - use markdown 01/04/2022 - redo slide for LDA and present - read master's paper - learn sklearn to apply LDA - download and learn how to use ghostwriter 08/04/2022 - modify journal (master) - redo slide for LDA and present - find some other methods for solving non-negative matrix factorization - email Dr Khaw and email CV to Dr Wong 22/04/2022 - 2pm academic briefing - read and understand Lee-Seung algorithm - redo slide for LDA 25/04/2022 - solve an example of non-negative matrix factorisation by methods proposed in Lee & Seung's paper - calculated by hand and python 29/04/2022 - using NMF from sklearn to do Non-negative matrix factorisation and compare with methods proposed in Lee & Seung's paper - amend journal to reduce plagiarism and check with turnitin - read Lee & Seung's paper- "Algorithms for Non-negative Matrix Factorization" - read journal- "Nonconvex Optimization Meets Low-Rank Matrix Factorization: An Overview" 12/05/2022 - derivation of Lee Seung algorithm ~~- Find other alternative methods for solving low-rank decomposition~~ ~~- Try to use "JabRef"~~ - Compare different of NMF between Lee Seung algorithm and built in function from sklearn ~~- write proposal's outline~~ - modify code by deriving the input data from text file 19/05/2022 - derive NMF (L&S) algorithm - read PCA, VQ and NMF (from textbooks) 23/05/2022 - derive NMF (L&S) algorithm 31/05/2022 - derive and write properly (hand-written) NMF (L&S) algorithm - coding: NMF algorithm and optimization (sklearn.decomposition.NMF) - use example - alpha_W=0.1 and alpha_H=0.1 - literature review - "nnsvd"... 14/06/2022 - rewrite NMF (L&S) algorithm and type into latex - write code to decompose matrix with some constraints - combine NMF and optimization 21/06/2022 - write code to decompose matrix with some constraints - combine NMF and optimization - do some literature review - write proposal - rewrite NMF (L&S) algorithm and type into latex 05/07/2022 - write code to decompose the matrix and make sure W is orthogonal - differentiate the cost function $\|V-WH\|+\alpha\|W^TW-I\|_2^2$ - write journal - add in more PCA and NMF and briefly talk about LDA. - change the cost function (objective) and research methodology. 12/07/2022 - write code to decompose the matrix and make sure W is orthogonal - differentiate the cost function $\|V-WH\|+\alpha\|W^TW-I\|_2^2$ - write journal - add in more PCA and NMF and briefly talk about LDA. - change the cost function (objective) and research methodology. - read 'Linear Algebra and Optimization for Machine Learning' Chapeter 8 26/07/2022 - literature review - write proposal - do assignment 10/08/2022 - modify journal (master) - literature review - write proposal 17/08/2022 - write proposal - Code for LDA and NMf did not do lemmatization and tokenization - have tried but failed to implement 20/09/2022 - Paper - Coding - add sparsity constraint - Convergence analysis - separate into two parts - Find two applications - PCa - Image processing - Matrix completion - Literature review - Augmented lagrange - Lipchitz constant - Read Linear Algebra textbook Chapter 1 - need to present 6/10/2022 - Paper - Convergence analysis - separate into two parts - Find two applications - PCa - Image processing - Matrix completion - Literature review - Augmented lagrange - Lipchitz constant - Read Linear Algebra textbook Chapter 1 and 2 - Pseudo inverse 21/10/2022 - Paper - Convergence analysis - separate into two parts - Find two applications - PCa - Image processing - Matrix completion - Literature review - Augmented lagrange - Lipchitz constant - Read Linear Algebra textbook Chapter 1 and 2 - Pseudo inverse - Coding - add SPM - find new dataset for application - plot figure to show '0' in H 11/11/2022 - Questions: 1. why not W is sparse and H is orthogonal? So that can find W which is document-topic matrix. - Paper - Convergence analysis - separate into two parts - Find two applications - PCa - Image processing - Matrix completion - Literature review - Augmented lagrange - Lipchitz constant - Read Linear Algebra textbook Chapter 1 and 2 - Pseudo inverse - Coding - add SPM - find new dataset for application - plot figure to show '0' in H - update python to do implementation of metric quality 2/12/2022 - Prepare slides for research sharing seminar - meeting with Prof Leong to discuss on the algorithm of SPM method for matrix - understand the relation between semi-orthogonal matrix and pseu-do inverse for non-square matrix - semi-orthogonal matrix is a pseudo-inverse matrix - but pseudo-inverse matrix not a must to be the semi-orthogonal matrix 15/12/2022 - in progress of developing SPM algorithm - check on the stopping criteria of the algorithms - writing paper 21/02/2023 - doing literature review on the metric quality for topic modeling (perplexity, mean coherence, and execution time) - writing paper - doing automation for the code - plot graph for function value 15/06/2023 - write python code to find optimal rank (optimal number of topics) - save results and read csv file - append tgt and plot graph (norm of gradient vs rank) - write data preprocessing steps in the paper Q: 1. abs or without abs for proximal method 2. stop by iteration or function value (of what) or norm of gradient (of what) 3. How many iteration for nmf and optimisation 4. modify from SPM method since SPM the data is in vector but now using data in matrix form 09/08/2023 - use 3 datasets (no need average) - Compare terms in topics with the other research projects. - tidy up the code 05/10/2023 - done on the automation code to find optimal rank - submitted abstract to The third pacific optimisation conference (POC2023) - submitted abstract to LKC FES Postgraduate colloquium - going to add proximal method + conjugate gradient method - in progress of tidying up the code - in progress of producing results (without non-negativity constraint) and writing paper 09/04/2024 - coding: - add in nonnegativity for $W$ and $H$. - produce a result to compare with and without nonnegativity. - add SVD method to find the optimal rank before decompostion. - find r, and try value that near r for comparison. - (result: the r is too high-20 % info, r reduces from 1000 to 97) - paper: - reduce LR part, and move images from results to appendices. 18/04/2024 - coding: - add nonnegativity in SPM. - add in conjugate gradient method. - try on different value for r , from 15-30. Calculate the quality metric and plot graph. - LR: - lipchitz constant (for fyp) - salt and pepper noise (for fyp) - metric quality - paper: - reduce LR part, and move images from results to appendices. - fyp abstract: modify accordingly. 15/5/2024 - coding: - save last image - pop out image for every iteration - download official python - use new data set. and do clustering metrics. - https://www.kaggle.com/datasets/rmisra/news-category-dataset - paper: - appendix put behind reference - result , plot top words, put in table - literature review: - read clustering - https://en.wikipedia.org/wiki/Cluster_analysis - https://machinelearningmastery.com/clustering-algorithms-with-python/ December 2024: - literature review: adjusted Rand index (ARI) and clustering accuracy (ACC), 26/10/2025 - still call nonconvex alternating minimization? since is l1-norm - alternating minimization - the methods codings are not standardize. norm of gradient per element.diagonal bfgs. - nmf initially has orthogonal property? since the heatmap shows orthogonality property. - try use random matrix, min-max scaling (scikit learn),nmf - compress sensing , continue. how - topic modelling, more metric - check diagonal bfgs algorithm - separate into two py file , call the library when apply to different application. (one file for methods, one file for preprocessing of topic modeling) 4/11/2025 - Noise cancellation ___ - Model evaluation: Evaluate the performance of your trained model using appropriate evaluation metrics, such as perplexity, BLEU score, or human evaluation. This step helps you determine the quality and reliability of your model's responses. - Model iteration and improvement: This may involve refining the training data, tuning hyperparameters, or updating the model architecture to enhance its performance over time. next meeting : 19/07/2022 (Tuesday) 9:30am

    Import from clipboard

    Paste your markdown or webpage here...

    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 lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    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 with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # 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
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    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.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        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
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

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

        Syncing

        Push failed

        Push successfully