Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
JobJob
/
DeepLearningTutorials
Public
forked from
lisa-lab/DeepLearningTutorials
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
DeepLearningTutorials
code
SdA.py
on
master
User selector
All users
All time
Commit history
Commits on Nov 25, 2013
Always load the data from the data folder.
Show description for c475870
nouiz
committed
c475870
View commit details
Copy full SHA for c475870
View code at this point
Browse repository at this point
Commits on Jun 20, 2013
Add name to fct.
nouiz
committed
509b7c4
View commit details
Copy full SHA for 509b7c4
View code at this point
Browse repository at this point
Commits on Mar 27, 2013
Fix off-by-one error in numbering of epochs in most tutorials
Show description for 2dd943a
lamblin
committed
2dd943a
View commit details
Copy full SHA for 2dd943a
View code at this point
Browse repository at this point
Commits on Jan 31, 2013
Use list of pairs for updates, not dict, to remove warning
lamblin
committed
0440226
View commit details
Copy full SHA for 0440226
View code at this point
Browse repository at this point
Commits on Mar 13, 2012
pep8
nouiz
committed
c459ead
View commit details
Copy full SHA for c459ead
View code at this point
Browse repository at this point
Commits on Jul 17, 2011
Use numpy.inf instead of float('inf').
Show description for 230e17f
lamblin
committed
230e17f
View commit details
Copy full SHA for 230e17f
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
Remove .value in SdA
lamblin
committed
ad93036
View commit details
Copy full SHA for ad93036
View code at this point
Browse repository at this point
Commits on Jul 16, 2010
fix type and doc formating.
nouiz
committed
e371d52
View commit details
Copy full SHA for e371d52
View code at this point
Browse repository at this point
Commits on Apr 2, 2010
new results for SdA
Razvan Pascanu
committed
ee64525
View commit details
Copy full SHA for ee64525
View code at this point
Browse repository at this point
Commits on Apr 1, 2010
removed the expected time from the tutorial code. Now into test.py:speed
nouiz
committed
a8ee2e6
View commit details
Copy full SHA for a8ee2e6
View code at this point
Browse repository at this point
Commits on Mar 26, 2010
merging
Razvan Pascanu
committed
a59a2bf
View commit details
Copy full SHA for a59a2bf
View code at this point
Browse repository at this point
Commits on Mar 19, 2010
moved the timing into the code to time only the exec time.
nouiz
committed
223e870
View commit details
Copy full SHA for 223e870
View code at this point
Browse repository at this point
Commits on Mar 16, 2010
first draft DBN + sqrt(6/(n_in+n_out)) + different initializations for tanh/sigmoid
Razvan Pascanu
committed
1172608
View commit details
Copy full SHA for 1172608
View code at this point
Browse repository at this point
Commits on Feb 24, 2010
I rerun the Sda tests as a sanity check to all the changes that have been made .. and updated the results. I did not get the time though to look into running the SdA with parameters such that you …
Show description for 3a3fb4d
Razvan Pascanu
committed
3a3fb4d
View commit details
Copy full SHA for 3a3fb4d
View code at this point
Browse repository at this point
Commits on Feb 19, 2010
I merged my version 2 into the official deep learning tutorials
Razvan Pascanu
committed
d71dce9
View commit details
Copy full SHA for d71dce9
View code at this point
Browse repository at this point
Commits on Feb 15, 2010
fix syntax error.
nouiz
committed
356d814
View commit details
Copy full SHA for 356d814
View code at this point
Browse repository at this point
Commits on Feb 12, 2010
a few typos + a few updates to rbm
Razvan Pascanu
committed
cffce58
View commit details
Copy full SHA for cffce58
View code at this point
Browse repository at this point
Commits on Feb 11, 2010
use floatX dtype for bias - fixed
Razvan Pascanu
committed
878f952
View commit details
Copy full SHA for 878f952
View code at this point
Browse repository at this point
removed numpy_rng which I wasn't using anyhow
Razvan Pascanu
committed
f2d3749
View commit details
Copy full SHA for f2d3749
View code at this point
Browse repository at this point
Commits on Feb 10, 2010
SdA_v2 mainstream .. deleted depricated SdA version
Razvan Pascanu
committed
7358e0e
View commit details
Copy full SHA for 7358e0e
View code at this point
Browse repository at this point
Commits on Feb 8, 2010
added corruption level as a hyper-parameter
Razvan Pascanu
committed
146fda1
View commit details
Copy full SHA for 146fda1
View code at this point
Browse repository at this point
Merge branch 'master' of git@github.com:lisa-lab/DeepLearningTutorials
Razvan Pascanu
committed
5832e1d
View commit details
Copy full SHA for 5832e1d
View code at this point
Browse repository at this point
working version of SdA.py
Razvan Pascanu
committed
c8fc56d
View commit details
Copy full SHA for c8fc56d
View code at this point
Browse repository at this point
Commits on Feb 7, 2010
added comment
Yoshua Bengio
committed
6500270
View commit details
Copy full SHA for 6500270
View code at this point
Browse repository at this point
Commits on Feb 5, 2010
Merge branch 'master' of git@github.com:lisa-lab/DeepLearningTutorials
pascanur
committed
69c8ee9
View commit details
Copy full SHA for 69c8ee9
View code at this point
Browse repository at this point
Merge branch 'master' of git@github.com:lisa-lab/DeepLearningTutorials
pascanur
committed
f84b517
View commit details
Copy full SHA for f84b517
View code at this point
Browse repository at this point
merge
pascanur
committed
7ffaf89
View commit details
Copy full SHA for 7ffaf89
View code at this point
Browse repository at this point
merge
Razvan Pascanu
committed
0301c94
View commit details
Copy full SHA for 0301c94
View code at this point
Browse repository at this point
A more readable/almost complete version of the SdA tutorial.. still working on a possible bug in the SdA.py
Razvan Pascanu
committed
d6c0574
View commit details
Copy full SHA for d6c0574
View code at this point
Browse repository at this point
Changed variable name from n_iter to n_epochs for clarity
Razvan Pascanu
committed
d2f54e0
View commit details
Copy full SHA for d2f54e0
View code at this point
Browse repository at this point
Using index instead of offset ; some bug fixes for the SdA.py; partially finished SdA tutorial ( I got stucked in trying to fix the code and didn't manage to finish everything )
Razvan Pascanu
committed
9d2f5d3
View commit details
Copy full SHA for 9d2f5d3
View code at this point
Browse repository at this point
Commits on Feb 4, 2010
hyperparameters of SdA
pascanur
committed
cc97220
View commit details
Copy full SHA for cc97220
View code at this point
Browse repository at this point
Commits on Feb 3, 2010
Updated SdA code to be ready for publishing .. I also chose the version of SdA with variable number of layers to be the official tutorial
pascanur
committed
0b302a0
View commit details
Copy full SHA for 0b302a0
View code at this point
Browse repository at this point
Commits on Jan 27, 2010
A small bug in both version of stacked denoising autoencoders fixed
pascanur
committed
d068e5d
View commit details
Copy full SHA for d068e5d
View code at this point
Browse repository at this point
Commits on Jan 22, 2010
Fixed a few bugs and defined a SdA with variable size
pascanur
committed
c9e99a6
View commit details
Copy full SHA for c9e99a6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.