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 }}
bugcheck
/
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
mlp.py
on
master
User selector
All users
All time
Commit history
Commits on Mar 10, 2016
Update mlp.py
Show description for bba82fb
whitej17
committed
bba82fb
View commit details
Copy full SHA for bba82fb
View code at this point
Browse repository at this point
Commits on Feb 8, 2016
fixed everything except rnnrbm and rnnslu, partial tests run but not to completion
gyom
committed
2c022d1
View commit details
Copy full SHA for 2c022d1
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
fixed a few more typos
dallascard
committed
ca7d215
View commit details
Copy full SHA for ca7d215
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
Merge pull request #92 from memimo/predict
Show description for 55db5cd
nouiz
committed
55db5cd
View commit details
Copy full SHA for 55db5cd
View code at this point
Browse repository at this point
add input to other scripts
memimo
committed
efa74a1
View commit details
Copy full SHA for efa74a1
View code at this point
Browse repository at this point
Commits on Jun 29, 2015
using timeit.default_timer would be a good solution
DelightRun
committed
9a0b657
View commit details
Copy full SHA for 9a0b657
View code at this point
Browse repository at this point
Commits on Jun 28, 2015
replace time.clock() by time.time()
DelightRun
committed
a8bde07
View commit details
Copy full SHA for a8bde07
View code at this point
Browse repository at this point
Commits on May 13, 2015
Typo is comment
nouiz
committed
a6da8e3
View commit details
Copy full SHA for a6da8e3
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 9, 2014
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
View code at this point
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
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 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 Mar 27, 2013
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
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 Oct 31, 2012
make the number of hidden unit for mlp parametrisable.
nouiz
committed
eb315c6
View commit details
Copy full SHA for eb315c6
View code at this point
Browse repository at this point
small formating change
nouiz
committed
7ef0549
View commit details
Copy full SHA for 7ef0549
View code at this point
Browse repository at this point
Commits on Sep 6, 2012
use borrow=True when making shared variable to make the example work with 32 bits python.
nouiz
committed
8596e69
View commit details
Copy full SHA for 8596e69
View code at this point
Browse repository at this point
Commits on Jun 16, 2012
update the best_iter variable in the mlp.py example.
nouiz
committed
bb21f3e
View commit details
Copy full SHA for bb21f3e
View code at this point
Browse repository at this point
Commits on Mar 20, 2012
indent.
nouiz
committed
362a8c0
View commit details
Copy full SHA for 362a8c0
View code at this point
Browse repository at this point
pep8
nouiz
committed
da46247
View commit details
Copy full SHA for da46247
View code at this point
Browse repository at this point
remove trailing white space.
nouiz
committed
69d7c41
View commit details
Copy full SHA for 69d7c41
View code at this point
Browse repository at this point
Commits on Dec 8, 2011
mlp.HiddenLayer now accepts parameters W and b by reference
Show description for 5bc54bd
gdesjardins
committed
5bc54bd
View commit details
Copy full SHA for 5bc54bd
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 use of .value in mlp
lamblin
committed
46fc8c9
View commit details
Copy full SHA for 46fc8c9
View code at this point
Browse repository at this point
Commits on Jul 22, 2010
fix syntax
nouiz
committed
d97f381
View commit details
Copy full SHA for d97f381
View code at this point
Browse repository at this point
Commits on Jul 19, 2010
added comment.
nouiz
committed
d3ab267
View commit details
Copy full SHA for d3ab267
View code at this point
Browse repository at this point
Merge git://github.com/fidlej/DeepLearningTutorials
nouiz
committed
d7ea6c2
View commit details
Copy full SHA for d7ea6c2
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
Unified the W_values initialization.
fidlej
committed
8469cc9
View commit details
Copy full SHA for 8469cc9
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
Previous
Next
You can’t perform that action at this time.