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 }}
lazyprogrammer
/
DeepLearningTutorials
Public
forked from
lisa-lab/DeepLearningTutorials
Notifications
You must be signed in to change notification settings
Fork
100
Star
72
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
rbm.py
on
master
User selector
All users
All time
Commit history
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 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 Oct 8, 2014
Alternative to PIL.image for Mac OS X.
mspandit
committed
15a2cef
View commit details
Copy full SHA for 15a2cef
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 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 Mar 15, 2012
pep8
nouiz
committed
e361e0f
View commit details
Copy full SHA for e361e0f
View code at this point
Browse repository at this point
Commits on Mar 15, 2011
Remove .value in rbm
lamblin
committed
1fb52f0
View commit details
Copy full SHA for 1fb52f0
View code at this point
Browse repository at this point
Replace setsubtensor by set_subtensor.
lamblin
committed
de0598b
View commit details
Copy full SHA for de0598b
View code at this point
Browse repository at this point
Commits on Feb 18, 2011
fix white space
nouiz
committed
cb848c9
View commit details
Copy full SHA for cb848c9
View code at this point
Browse repository at this point
added name to theano function.
nouiz
committed
2573754
View commit details
Copy full SHA for 2573754
View code at this point
Browse repository at this point
Commits on Sep 9, 2010
renamed second instance of 'cost' to 'monitor_cost' to avoid confusion
Ian Goodfellow
committed
a43eed0
View commit details
Copy full SHA for a43eed0
View code at this point
Browse repository at this point
Commits on Jul 16, 2010
Initialized numpy_rng before its usage.
fidlej
committed
760c625
View commit details
Copy full SHA for 760c625
View code at this point
Browse repository at this point
Removed unused self.batch_size.
fidlej
committed
4bb1afc
View commit details
Copy full SHA for 4bb1afc
View code at this point
Browse repository at this point
Commits on Apr 30, 2010
changed iround to round to keed the dtype to float. This use faster dot implementation and allow to move them to the gpu.
nouiz
committed
8f908f3
View commit details
Copy full SHA for 8f908f3
View code at this point
Browse repository at this point
Commits on Apr 14, 2010
changed parameter name to the new name.
nouiz
committed
93dc838
View commit details
Copy full SHA for 93dc838
View code at this point
Browse repository at this point
made the number of hidden unit a parameter for the rbm.
nouiz
committed
8fbd2e7
View commit details
Copy full SHA for 8fbd2e7
View code at this point
Browse repository at this point
Commits on Apr 1, 2010
numpy random generator
Razvan Pascanu
committed
6cff28b
View commit details
Copy full SHA for 6cff28b
View code at this point
Browse repository at this point
make the rbm code work in float32.
nouiz
committed
ee263d1
View commit details
Copy full SHA for ee263d1
View code at this point
Browse repository at this point
Commits on Mar 29, 2010
backport to python2.4
nouiz
committed
7bc7f36
View commit details
Copy full SHA for 7bc7f36
View code at this point
Browse repository at this point
bug in calling sigmoid
Razvan Pascanu
committed
e03eab8
View commit details
Copy full SHA for e03eab8
View code at this point
Browse repository at this point
typos fixed
Razvan Pascanu
committed
509a115
View commit details
Copy full SHA for 509a115
View code at this point
Browse repository at this point
default parameters return to 15
Razvan Pascanu
committed
77d9c42
View commit details
Copy full SHA for 77d9c42
View code at this point
Browse repository at this point
a more stable rbm
pascanur
committed
b590ead
View commit details
Copy full SHA for b590ead
View code at this point
Browse repository at this point
Commits on Mar 28, 2010
merge
Yoshua Bengio
committed
8d4a8c7
View commit details
Copy full SHA for 8d4a8c7
View code at this point
Browse repository at this point
fixes in rbm comments
Yoshua Bengio
committed
2a23f17
View commit details
Copy full SHA for 2a23f17
View code at this point
Browse repository at this point
bug fixed
Razvan Pascanu
committed
a7a7091
View commit details
Copy full SHA for a7a7091
View code at this point
Browse repository at this point
Commits on Mar 26, 2010
some bugs fixed
Razvan Pascanu
committed
1a10903
View commit details
Copy full SHA for 1a10903
View code at this point
Browse repository at this point
Merget .. I hope I didn't break anything
Razvan Pascanu
committed
160416e
View commit details
Copy full SHA for 160416e
View code at this point
Browse repository at this point
merging
Razvan Pascanu
committed
a59a2bf
View commit details
Copy full SHA for a59a2bf
View code at this point
Browse repository at this point
Commits on Mar 24, 2010
added rbm into the test.
nouiz
committed
4e592ce
View commit details
Copy full SHA for 4e592ce
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.