1 / 18

Extreme Learning Machine

Extreme Learning Machine. Outline. Experimental Results ELM Weighted ELM Locally Weighted ELM Problem. Experiment. All training data are randomly chosen Targets are normalize -1 to 1 Features are normalize 0 to 1 Using RMSE criterion. Experimental results. Sinc function:

shadi
Download Presentation

Extreme Learning Machine

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Extreme Learning Machine

  2. Outline • Experimental Results • ELM • Weighted ELM • Locally Weighted ELM • Problem

  3. Experiment • All training data are randomly chosen • Targets are normalize -1 to 1 • Features are normalize 0 to 1 • Using RMSE criterion

  4. Experimental results • Sinc function: • X=-10:0.05:10 • Train:351 • Test:50 • (hidden neuron, h, k)

  5. Function: • X=-5:0.05:5 • Train:151 • Test:50 • (hidden neuron, h, k)

  6. Function: • X1,x2,x3=-1:0.005:1 • Train:351 • Test:50 • (hidden neuron, h, k)

  7. Machine CPU • Feature:6 • Train:100 • Test:109 • (hidden neuron, h, k)

  8. Auto Price • Feature:15 ,1 nominal ,14 continuous • Train:80 • Test:79 • (hidden neuron, h, k)

  9. Cancer • Feature:32 • Train:100 • Test:94 • (hidden neuron, h, k)

  10. ELM Input layer hidden layer output layer The weights between input layer and hidden layer and the biases of neurons in the hidden layer are randomly chosen.

  11. Weighted ELM

  12. Ex

  13. Locally Weighted ELM • Find the k nearest training data to testing data

  14. Problem • Paper數據 • Randomly weight and bias • The output of Nearest data • (feature selection…?)

More Related