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 }}
abergeron
/
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
doc
gettingstarted.txt
on
python3
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 8, 2016
got rid of all the xrange
gyom
committed
4c0858d
View commit details
Copy full SHA for 4c0858d
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
Update gettingstarted.txt
Show description for 74ab268
hankarun
committed
74ab268
View commit details
Copy full SHA for 74ab268
View code at this point
Browse repository at this point
Commits on Oct 24, 2015
Added MSGD abbreviation introduction
Zmeos
committed
7c1219d
View commit details
Copy full SHA for 7c1219d
View code at this point
Browse repository at this point
Commits on Aug 22, 2015
Fix typo: s/labes/label and s/recomand/recommend
gut
committed
0c1e636
View commit details
Copy full SHA for 0c1e636
View code at this point
Browse repository at this point
Fix protocol usage for cloning GitHub's repository
Show description for 0c4c8c0
gut
committed
0c4c8c0
View commit details
Copy full SHA for 0c4c8c0
View code at this point
Browse repository at this point
Commits on Jul 12, 2015
fixed minor typos in gettingstarted.txt
dallascard
committed
9e278c1
View commit details
Copy full SHA for 9e278c1
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 20, 2012
trailing white space
nouiz
committed
97f64b4
View commit details
Copy full SHA for 97f64b4
View code at this point
Browse repository at this point
manual pep8 in doc
nouiz
committed
d451573
View commit details
Copy full SHA for d451573
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 remaining uses of .value
lamblin
committed
e03abea
View commit details
Copy full SHA for e03abea
View code at this point
Browse repository at this point
Commits on Jan 21, 2011
Fix typos, and error in early stopping example
lamblin
committed
70dbb0c
View commit details
Copy full SHA for 70dbb0c
View code at this point
Browse repository at this point
Commits on Sep 27, 2010
add in the getting started page how to clone our repo to download all the files.
nouiz
committed
ca0d6d3
View commit details
Copy full SHA for ca0d6d3
View code at this point
Browse repository at this point
Commits on Apr 6, 2010
some typos
Razvan Pascanu
committed
dde46d8
View commit details
Copy full SHA for dde46d8
View code at this point
Browse repository at this point
Commits on Apr 5, 2010
typos reported by Ivo Danihelka
Razvan Pascanu
committed
51df900
View commit details
Copy full SHA for 51df900
View code at this point
Browse repository at this point
Commits on Mar 28, 2010
update info about early stopping in the tutorial
pascanur
committed
e885614
View commit details
Copy full SHA for e885614
View code at this point
Browse repository at this point
Changed pseudocode form of the condition in code block such that Sphinx can interpret it as python code
pascanur
committed
7005243
View commit details
Copy full SHA for 7005243
View code at this point
Browse repository at this point
more info about batchsizes
pascanur
committed
5e4b303
View commit details
Copy full SHA for 5e4b303
View code at this point
Browse repository at this point
more info about dealing with the dataset
pascanur
committed
ded03dc
View commit details
Copy full SHA for ded03dc
View code at this point
Browse repository at this point
Some typos fixed - ( added coma to have 60,000 instead of 60 000 - this way the number is not broken into 60 on a line and 000 on the other; fixed intendention in code example)
pascanur
committed
2c19c92
View commit details
Copy full SHA for 2c19c92
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 5, 2010
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 3, 2010
fixed links to point to our new shiny website
doomie
committed
dc00dcc
View commit details
Copy full SHA for dc00dcc
View code at this point
Browse repository at this point
I have made all tutorials (code and documentation) to use shared variable to store dataset as James suggested. I also changed the validation_frequency to Yoshua's suggestion. One should still need…
Show description for a074b32
pascanur
committed
a074b32
View commit details
Copy full SHA for a074b32
View code at this point
Browse repository at this point
Commits on Jan 27, 2010
fix documentation of nll.
nouiz
committed
a738dee
View commit details
Copy full SHA for a738dee
View code at this point
Browse repository at this point
Commits on Jan 26, 2010
fixed links to point to up-to-date docs
doomie
committed
071034a
View commit details
Copy full SHA for 071034a
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 22, 2010
formatting fixes
Dumitru Erhan
committed
12668c7
View commit details
Copy full SHA for 12668c7
View code at this point
Browse repository at this point
added links to tips section
James Bergstra
committed
87fa479
View commit details
Copy full SHA for 87fa479
View code at this point
Browse repository at this point
Merge branch 'master' of
[email protected]
:lisa-lab/DeepLearningTutorials
James Bergstra
committed
420d70d
View commit details
Copy full SHA for 420d70d
View code at this point
Browse repository at this point
added tips section to gettingstarted
James Bergstra
committed
71493cd
View commit details
Copy full SHA for 71493cd
View code at this point
Browse repository at this point
Commits on Jan 21, 2010
wrote ConvOp description for conv. neural nets
gdesjardins
committed
79c90fa
View commit details
Copy full SHA for 79c90fa
View code at this point
Browse repository at this point
Commits on Jan 15, 2010
fiexed weird sentence in gettingstarted
James Bergstra
committed
e9e4b64
View commit details
Copy full SHA for e9e4b64
View code at this point
Browse repository at this point
Commits on Jan 14, 2010
English & math corrections
Yoshua Bengio
committed
8352a31
View commit details
Copy full SHA for 8352a31
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.