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 }}
mdda
/
DeepLearningTutorials
Public
forked from
lisa-lab/DeepLearningTutorials
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
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 Oct 22, 2014
Merge pull request #50 from lisa-lab/fix_size_in_convnet_comment
Show description for 31226dd
nouiz
committed
31226dd
View commit details
Copy full SHA for 31226dd
Browse repository at this point
Commits on Oct 21, 2014
Fix a bunch of flake8/pep8 errors
lamblin
committed
cee690d
View commit details
Copy full SHA for cee690d
Browse repository at this point
Fix size in convnet comment
Show description for 70e0f7d
lamblin
committed
70e0f7d
View commit details
Copy full SHA for 70e0f7d
Browse repository at this point
Merge pull request #48 from mspandit/da-edits
Show description for 3aa50bf
lamblin
committed
3aa50bf
View commit details
Copy full SHA for 3aa50bf
Browse repository at this point
Edits suggested by @lamblin.
mspandit
committed
8574738
View commit details
Copy full SHA for 8574738
Browse repository at this point
Commits on Oct 17, 2014
Merge pull request #49 from euphoris/python3
Show description for 702e3e7
nouiz
committed
702e3e7
View commit details
Copy full SHA for 702e3e7
Browse repository at this point
print_function and pep8
euphoris
committed
2e58c8b
View commit details
Copy full SHA for 2e58c8b
Browse repository at this point
Commits on Oct 16, 2014
Edits to denoising autoencoder tutorial for clarity.
mspandit
committed
195e9fe
View commit details
Copy full SHA for 195e9fe
Browse repository at this point
Merge pull request #47 from mspandit/logreg-edits2
Show description for 1133e56
lamblin
committed
1133e56
View commit details
Copy full SHA for 1133e56
Browse repository at this point
Merge pull request #46 from mspandit/conv-mlp-edits
Show description for c22e572
lamblin
committed
c22e572
View commit details
Copy full SHA for c22e572
Browse repository at this point
Edits for clarification.
Show description for 0150aad
mspandit
committed
0150aad
View commit details
Copy full SHA for 0150aad
Browse repository at this point
Commits on Oct 15, 2014
Edits suggested by @lamblin.
mspandit
committed
9882526
View commit details
Copy full SHA for 9882526
Browse repository at this point
Merge pull request #45 from mspandit/mlp-edits
Show description for a656ce2
lamblin
committed
a656ce2
View commit details
Copy full SHA for a656ce2
Browse repository at this point
Additional minor edits.
mspandit
committed
bef5b51
View commit details
Copy full SHA for bef5b51
Browse repository at this point
Edits for clarification.
mspandit
committed
42ce957
View commit details
Copy full SHA for 42ce957
Browse repository at this point
Edits suggested by @lamblin.
mspandit
committed
efe2eaf
View commit details
Copy full SHA for efe2eaf
Browse repository at this point
Commits on Oct 14, 2014
Edits for clarification.
mspandit
committed
26d3402
View commit details
Copy full SHA for 26d3402
Browse repository at this point
Commits on Oct 11, 2014
Merge pull request #43 from mspandit/replace-doc-code
Show description for 8173b97
lamblin
committed
8173b97
View commit details
Copy full SHA for 8173b97
Browse repository at this point
Small adjustments to inclusion of code in ReStructuredText files.
mspandit
committed
899adfd
View commit details
Copy full SHA for 899adfd
Browse repository at this point
Used start-snippet-# and end-snippet-# for precise inclusion of code in ReStructuredText files. Many cosmetic changes to reduce pep8 warnings.
mspandit
committed
7d867f0
View commit details
Copy full SHA for 7d867f0
Browse repository at this point
Commits on Oct 10, 2014
Minimized lines > 79 characters, trailing whitespace, and whitespace before :
mspandit
committed
e3f9cd2
View commit details
Copy full SHA for e3f9cd2
Browse repository at this point
Fixed :start-after: options to respect lack of spaces around parameter ='s.
mspandit
committed
cef1016
View commit details
Copy full SHA for cef1016
Browse repository at this point
Restored doc/convolutional_mlp.txt to doc/lenet.txt and doc/logistic_sgd.txt to doc/logreg.txt to respect existing bookmarks.
mspandit
committed
750673c
View commit details
Copy full SHA for 750673c
Browse repository at this point
Commits on Oct 9, 2014
Replaced final (programmatic) reference to lenet.
mspandit
committed
3007d07
View commit details
Copy full SHA for 3007d07
Browse repository at this point
Ran code through pep8 and fixed all occurrences of E124.
mspandit
committed
7312feb
View commit details
Copy full SHA for 7312feb
Browse repository at this point
Ran code through pep8 and fixed all occurrences of E251 unexpected spaces around keyword / parameter equals. Fixed indentation of comments in rnnrbm.py.
mspandit
committed
3f46135
View commit details
Copy full SHA for 3f46135
Browse repository at this point
In the ReStructuredText (*.txt) files, many of the copies of Python code were out of date. Replaced copies of Python code with links to sections of the corresponding files. This dramatically reduce…
Show description for 1d8b9fd
mspandit
committed
1d8b9fd
View commit details
Copy full SHA for 1d8b9fd
Browse repository at this point
Merge branch 'master' of https://github.com/lisa-lab/DeepLearningTutorials
mspandit
committed
afbe069
View commit details
Copy full SHA for afbe069
Browse repository at this point
In the ReStructuredText (*.txt) files, many of the copies of Python code were out of date. Replaced copies of Python code with links to sections of the corresponding files. This dramatically reduce…
Show description for 0683244
mspandit
committed
0683244
View commit details
Copy full SHA for 0683244
Browse repository at this point
Commits on Oct 8, 2014
Merge pull request #41 from mspandit/pil-image-fix
Show description for 32d2ce1
nouiz
committed
32d2ce1
View commit details
Copy full SHA for 32d2ce1
Browse repository at this point
Alternative to PIL.image for Mac OS X.
mspandit
committed
15a2cef
View commit details
Copy full SHA for 15a2cef
Browse repository at this point
Commits on Oct 2, 2014
Merge pull request #40 from nouiz/master
Show description for 4aaaeb1
lamblin
committed
4aaaeb1
View commit details
Copy full SHA for 4aaaeb1
Browse repository at this point
Update speed timing to faster results.
nouiz
committed
fef6057
View commit details
Copy full SHA for fef6057
Browse repository at this point
Fix the math in lenet
nouiz
committed
93de4ed
View commit details
Copy full SHA for 93de4ed
Browse repository at this point
Commits on Aug 7, 2014
Merge pull request #39 from nouiz/master
Show description for f33631b
lamblin
committed
f33631b
View commit details
Copy full SHA for f33631b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.