KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ELM-Auto-Encoder
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
AppiumWithGrid
:
Parallel execution of two android devices using Selenium grid and Appium
MindsEye
:
Neural Networks in Java 8 with CuDNN and Aparapi
remote-box
:
my attempt at a remote development environment
awesome-hit-experiment
:
You got it.
Energia_LPM
:
Demonstrates low power modes in Energia using sleep(), sleepSeconds(), suspend(), and wakeup()
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ELM-Auto-Encoder
?
Download (.md)
# ELM-Auto-Encoder To run multi-layer ELM You have to download MNIST dataset from http://yann.lecun.com/exdb/mnist/ Follow the instructions in website to extract MNIST. and place it in a folder called "mnist" Run the code using the following command [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = MELM_MNIST25(0, 0, 3, [700,15000], [1e-1,1e4,1e8],0.05, [0.7,1], [0.8,0.9]) Or [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = MELM_MNIST25(0, 0, 3, [700,15000], [1e-1,1e3,1e8],0.05, [0.7,6], [0.8,4]) or small memory require [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = MELM_MNIST25(0, 0, 3, [700,1500], [1e-1,1e4,1e8],0.05, [0.7,1], [0.8,0.9]) todo: implement python version;sequence input。