Thanks to visit codestin.com
Credit goes to github.com
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
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 }}
jaberg
/
DeepLearningTutorials
Public
forked from
lisa-lab/DeepLearningTutorials
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 1, 2010
typo and bigger batches
jaberg
committed
29f63bf
View commit details
Copy full SHA for 29f63bf
Browse repository at this point
Commits on Jan 29, 2010
partial rewrite of logistic_sgd to use a shared dataset. This makes the GPU a lot faster
jaberg
committed
e2bfb2c
View commit details
Copy full SHA for e2bfb2c
Browse repository at this point
added pyc files to gitignore
jaberg
committed
ad556b6
View commit details
Copy full SHA for ad556b6
Browse repository at this point
Merge branch 'master' of
[email protected]
:jaberg/DeepLearningTutorials
jaberg
committed
492ba62
View commit details
Copy full SHA for 492ba62
Browse repository at this point
Fix a warning.
Pascal Lamblin
committed
ca5c0bd
View commit details
Copy full SHA for ca5c0bd
Browse repository at this point
Correct path for downsample
Pascal Lamblin
committed
7125e92
View commit details
Copy full SHA for 7125e92
Browse repository at this point
Account for new location of downsample outside of sandbox.
Pascal Lamblin
committed
a3d5cb7
View commit details
Copy full SHA for a3d5cb7
Browse repository at this point
Parameter "ignore_border" in max_pooling2D now works correctly, changed expected output.
Pascal Lamblin
committed
11bd5f0
View commit details
Copy full SHA for 11bd5f0
Browse repository at this point
adding data/download.sh
jaberg
committed
4bc3cb6
View commit details
Copy full SHA for 4bc3cb6
Browse repository at this point
Merge branch 'master' of
[email protected]
:lisa-lab/DeepLearningTutorials
Show description for 02c6539
gdesjardins
committed
02c6539
View commit details
Copy full SHA for 02c6539
Browse repository at this point
changed.from theano.floatX.xmatrix to T.matrix
gdesjardins
committed
3c328d1
View commit details
Copy full SHA for 3c328d1
Browse repository at this point
Commits on Jan 28, 2010
clarifying tips and tricks
Yoshua Bengio
committed
e74d9cb
View commit details
Copy full SHA for e74d9cb
Browse repository at this point
print only each 100 iteration.
nouiz
committed
5fa898e
View commit details
Copy full SHA for 5fa898e
Browse repository at this point
fix following change to floatX
nouiz
committed
21065c8
View commit details
Copy full SHA for 21065c8
Browse repository at this point
Fixed signed bug in weight initialization
pascanur
committed
4256877
View commit details
Copy full SHA for 4256877
Browse repository at this point
added tips and trick section for tuning hyperparams of CNNs
gdesjardins
committed
39333dd
View commit details
Copy full SHA for 39333dd
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
Browse repository at this point
fix documentation of nll.
nouiz
committed
a738dee
View commit details
Copy full SHA for a738dee
Browse repository at this point
Commits on Jan 26, 2010
oops, broken ref
doomie
committed
09d668e
View commit details
Copy full SHA for 09d668e
Browse repository at this point
fixed links to point to up-to-date docs
doomie
committed
071034a
View commit details
Copy full SHA for 071034a
Browse repository at this point
Commits on Jan 25, 2010
updates hyperparameters of lenet network
gdesjardins
committed
9525863
View commit details
Copy full SHA for 9525863
Browse repository at this point
made changes suggested by Yoshua
Show description for 865ed2c
gdesjardins
committed
865ed2c
View commit details
Copy full SHA for 865ed2c
Browse repository at this point
Commits on Jan 23, 2010
added pointers to ift6266 course notes on the same subjects
Yoshua Bengio
committed
e6ade48
View commit details
Copy full SHA for e6ade48
Browse repository at this point
put argmax in roman type
Yoshua Bengio
committed
bb46237
View commit details
Copy full SHA for bb46237
Browse repository at this point
trying to clarify some explanations
Yoshua Bengio
committed
d9abe50
View commit details
Copy full SHA for d9abe50
Browse repository at this point
removed unnecessary cast of learning rate into numpy array
Yoshua Bengio
committed
5f4ff89
View commit details
Copy full SHA for 5f4ff89
Browse repository at this point
added link to CNN tutorial from front page
gdesjardins
committed
459dbe6
View commit details
Copy full SHA for 459dbe6
Browse repository at this point
Commits on Jan 22, 2010
almost done convolutional net tutorial
gdesjardins
committed
3ee9eaf
View commit details
Copy full SHA for 3ee9eaf
Browse repository at this point
Merge branch 'master' of
[email protected]
:lisa-lab/DeepLearningTutorials
pascanur
committed
10a2de6
View commit details
Copy full SHA for 10a2de6
Browse repository at this point
Fixed a few bugs and defined a SdA with variable size
pascanur
committed
c9e99a6
View commit details
Copy full SHA for c9e99a6
Browse repository at this point
typo... and testing smth
doomie
committed
d18909a
View commit details
Copy full SHA for d18909a
Browse repository at this point
Merge branch 'master' of
[email protected]
:lisa-lab/DeepLearningTutorials
Dumitru Erhan
committed
67e90f8
View commit details
Copy full SHA for 67e90f8
Browse repository at this point
formatting fixes
Dumitru Erhan
committed
12668c7
View commit details
Copy full SHA for 12668c7
Browse repository at this point
latest updates to convolutional code
Show description for e0e5e5d
gdesjardins
committed
e0e5e5d
View commit details
Copy full SHA for e0e5e5d
Browse repository at this point
added links to tips section
James Bergstra
committed
87fa479
View commit details
Copy full SHA for 87fa479
Browse repository at this point
Previous
Next
You can’t perform that action at this time.