Unsupervised_Extreme_Learning_Machine icon indicating copy to clipboard operation
Unsupervised_Extreme_Learning_Machine copied to clipboard

How to show the following constraints in the ELM.PY program?

Open HaoVictory opened this issue 6 years ago • 3 comments
trafficstars

  1. If nh ≤ N Find the generalized eigenvectors v2,vv3,...,vvno+1 of (20) corresponding to the second through the no + 1 smallest eigenvalues. Let β = [v2,v3,...,vno+1],where vi = vi/Hvi, i = 2,..., no + 1.
  2. Else Find the generalized eigenvectors u2, u3,..., uno+1 of issue

HaoVictory avatar Oct 18 '19 08:10 HaoVictory

For our usage, we only required the 1st condition i.e. nh ≤ N. So, I have included only that constraint in line 104 in ELM.py. If want to include the second condition as well, you are welcome to contribute to this repo.

sumanth-bmsce avatar Oct 19 '19 05:10 sumanth-bmsce

Thank you very much for your help! I will try it. 

------------------ 原始邮件 ------------------ 发件人: "Sumanth Simha C"<[email protected]>; 发送时间: 2019年10月19日(星期六) 中午1:36 收件人: "sumanth-bmsce/Unsupervised_Extreme_Learning_Machine"<[email protected]>; 抄送: "FIND FREEDOM"<[email protected]>;"Author"<[email protected]>; 主题: Re: [sumanth-bmsce/Unsupervised_Extreme_Learning_Machine] How to show the following constraints in the ELM.PY program? (#2)

For our usage, we only required the 1st condition i.e. nh ≤ N. So, I have included only that constraint in line 104 in ELM.py. If want to include the second condition as well, you are welcome to contribute to this repo.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

HaoVictory avatar Oct 20 '19 10:10 HaoVictory

Hi, You are welcome to contribute to this repo and add the second constraint

sumanth-bmsce avatar Mar 28 '20 07:03 sumanth-bmsce