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
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 }}
lc82111
/
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
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 5, 2014
change comments on CNN.PY
lc82111
committed
1891789
View commit details
Copy full SHA for 1891789
View code at this point
Browse repository at this point
Commits on Aug 7, 2014
Update DBN.py
Show description for 00e98ff
renaud
committed
00e98ff
View commit details
Copy full SHA for 00e98ff
View code at this point
Browse repository at this point
Commits on Jun 11, 2014
date timming to those from a 580 as the buildbot GPU changed.
nouiz
committed
b88e1d3
View commit details
Copy full SHA for b88e1d3
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
A speed test was failing as we are faster now! So update the expected run time.
nouiz
committed
5d184e4
View commit details
Copy full SHA for 5d184e4
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
Added info on the computer who do the speed test.
nouiz
committed
c53165d
View commit details
Copy full SHA for c53165d
View code at this point
Browse repository at this point
Commits on Jan 6, 2014
Fix typo and fix reference to old class that was renamed
nouiz
committed
00961d2
View commit details
Copy full SHA for 00961d2
View code at this point
Browse repository at this point
Commits on Dec 30, 2013
Change references to SigmoidalLayer to HiddenLayer
Show description for a376f41
zacstewart
committed
a376f41
View commit details
Copy full SHA for a376f41
View code at this point
Browse repository at this point
Commits on Nov 28, 2013
Code simplication following code review.
nouiz
committed
6069c87
View commit details
Copy full SHA for 6069c87
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
Remove duplicate code and make it support the new dataset loading fct.
nouiz
committed
4291077
View commit details
Copy full SHA for 4291077
View code at this point
Browse repository at this point
Commits on Nov 25, 2013
Fix the dataset loading when in the code directory.
nouiz
committed
8a9a83d
View commit details
Copy full SHA for 8a9a83d
View code at this point
Browse repository at this point
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 Oct 15, 2013
Update timming to lower expected time.
nouiz
committed
3f0b3e2
View commit details
Copy full SHA for 3f0b3e2
View code at this point
Browse repository at this point
Commits on Sep 12, 2013
Don't make the path of data files depend of the current directory.
nouiz
committed
ffca75a
View commit details
Copy full SHA for ffca75a
View code at this point
Browse repository at this point
pep8
nouiz
committed
3d1a0f9
View commit details
Copy full SHA for 3d1a0f9
View code at this point
Browse repository at this point
Commits on Aug 23, 2013
Remove test for mcrbm that had no tutorial and depended on pylearn
Show description for d0bc7d9
lamblin
committed
d0bc7d9
View commit details
Copy full SHA for d0bc7d9
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
update timming to faster case in float32.
nouiz
committed
061d835
View commit details
Copy full SHA for 061d835
View code at this point
Browse repository at this point
pep8
nouiz
committed
9f829f2
View commit details
Copy full SHA for 9f829f2
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
Merge pull request #20 from lisa-lab/fix_iter_index
Show description for a8ec4be
nouiz
committed
a8ec4be
View commit details
Copy full SHA for a8ec4be
View code at this point
Browse repository at this point
Commits on Mar 27, 2013
Revert change that should not have been committed
lamblin
committed
d8860cf
View commit details
Copy full SHA for d8860cf
View code at this point
Browse repository at this point
Also report best_iter + 1 as best iteration
lamblin
committed
2bd0018
View commit details
Copy full SHA for 2bd0018
View code at this point
Browse repository at this point
Merge pull request #19 from lisa-lab/fix_iter_index
Show description for 61c1dda
pascanur
committed
61c1dda
View commit details
Copy full SHA for 61c1dda
View code at this point
Browse repository at this point
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 Feb 21, 2013
fix bug in __main__ script, python file location, integrate code changes into tutorial (inline snippets)
boulanni
committed
d72c34c
View commit details
Copy full SHA for d72c34c
View code at this point
Browse repository at this point
Commits on Feb 13, 2013
fix rnnrbm import on 32bits python.
nouiz
committed
2eb32d0
View commit details
Copy full SHA for 2eb32d0
View code at this point
Browse repository at this point
Allow to import rnnrbm.py even with pylab is not available.
Show description for 5c0f472
nouiz
committed
5c0f472
View commit details
Copy full SHA for 5c0f472
View code at this point
Browse repository at this point
Commits on Feb 12, 2013
Add rnnrbm as a speed test.
nouiz
committed
ea3096f
View commit details
Copy full SHA for ea3096f
View code at this point
Browse repository at this point
make rnnrbm work with float32.
nouiz
committed
8b7c187
View commit details
Copy full SHA for 8b7c187
View code at this point
Browse repository at this point
Commits on Feb 8, 2013
Add the new rnnrbm tutorial in the normal test
nouiz
committed
3fe0484
View commit details
Copy full SHA for 3fe0484
View code at this point
Browse repository at this point
remove warning about updating an OrderedDict with a dict.
nouiz
committed
74e1d35
View commit details
Copy full SHA for 74e1d35
View code at this point
Browse repository at this point
make test faster.
nouiz
committed
560afd8
View commit details
Copy full SHA for 560afd8
View code at this point
Browse repository at this point
Lower the test time to make it pass on travis
nouiz
committed
884e080
View commit details
Copy full SHA for 884e080
View code at this point
Browse repository at this point
Merge pull request #14 from boulanni/master
Show description for 4449866
nouiz
committed
4449866
View commit details
Copy full SHA for 4449866
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 Jan 24, 2013
standard coding style and dataset location
boulanni
committed
3e619f1
View commit details
Copy full SHA for 3e619f1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.