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
Type
/
to 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 }}
dominikgrewe
/
nn
Public
forked from
torch/nn
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
nn
generic
on
fb
User selector
All users
All time
Commit history
Commits on Nov 26, 2014
Merge pull request #113 from ajtulloch/log-soft-max
Show description for b9212fd
soumith
committed
b9212fd
View commit details
Copy full SHA for b9212fd
View code at this point
Browse repository at this point
Commits on Nov 25, 2014
SpatialAveragePooling
nicholas-leonard
committed
70f5424
View commit details
Copy full SHA for 70f5424
View code at this point
Browse repository at this point
Commits on Nov 17, 2014
fix 1D case for Mean/Sum/Max/Min
andresy
committed
564d372
View commit details
Copy full SHA for 564d372
View code at this point
Browse repository at this point
generic/LogSoftMax speedups
ajtulloch
committed
457546e
View commit details
Copy full SHA for 457546e
View code at this point
Browse repository at this point
Commits on Nov 10, 2014
Batchmode is added to SpatialConvmap
Aysegul Dundar
committed
d057c86
View commit details
Copy full SHA for d057c86
View code at this point
Browse repository at this point
Commits on Oct 27, 2014
modernized MarginCriterion
szagoruyko
authored and
soumith
committed
9176533
View commit details
Copy full SHA for 9176533
View code at this point
Browse repository at this point
SpatialConvolutionMM now support on-the-fly zero-padding.
Show description for c721165
Clement Farabet
authored and
soumith
committed
c721165
View commit details
Copy full SHA for c721165
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
Fix contiguous loop for tanh and hardtanh
koraykv
committed
45f7807
View commit details
Copy full SHA for 45f7807
View code at this point
Browse repository at this point
Commits on Jul 30, 2014
Removed redundant multiplication from Threshold.c
jonathantompson
committed
d05734c
View commit details
Copy full SHA for d05734c
View code at this point
Browse repository at this point
Commits on Jul 21, 2014
wrote a c version of DistKLDivCriterion and added documenation for it.
Show description for 4642c4e
jonathantompson
committed
4642c4e
View commit details
Copy full SHA for 4642c4e
View code at this point
Browse repository at this point
Commits on Jun 26, 2014
Added SpatialUpSamplingNearest module.
jonathantompson
committed
4725c6b
View commit details
Copy full SHA for 4725c6b
View code at this point
Browse repository at this point
Commits on Jun 25, 2014
fixed a numerical issue in the SoftPlus module (it breaks for input greater than about 20). Added a beta value to control the 'softness' of the transfer function (default is 1).
jonathantompson
committed
b67920f
View commit details
Copy full SHA for b67920f
View code at this point
Browse repository at this point
Commits on May 13, 2014
fixed batch TemporalConvolution bug
nicholas-leonard
committed
0042b61
View commit details
Copy full SHA for 0042b61
View code at this point
Browse repository at this point
Commits on May 11, 2014
TemporalMaxPooling:updateGradInput
nicholas-leonard
committed
0012df3
View commit details
Copy full SHA for 0012df3
View code at this point
Browse repository at this point
fix TemporalMaxPooling:updateOutput segmentation fault
nicholas-leonard
committed
7bf1c5b
View commit details
Copy full SHA for 7bf1c5b
View code at this point
Browse repository at this point
TemporalMaxPooling:updateOutput
nicholas-leonard
committed
483ada4
View commit details
Copy full SHA for 483ada4
View code at this point
Browse repository at this point
Commits on May 10, 2014
TemporalConvolution:accGradParameters()
nicholas-leonard
committed
d1bab2f
View commit details
Copy full SHA for d1bab2f
View code at this point
Browse repository at this point
fixed TemporalConvolution:inputGrad() bug
nicholas-leonard
committed
95f1100
View commit details
Copy full SHA for 95f1100
View code at this point
Browse repository at this point
TemporalConvolution:backward
nicholas-leonard
committed
6fce5ec
View commit details
Copy full SHA for 6fce5ec
View code at this point
Browse repository at this point
Commits on May 8, 2014
TemporalConvolution:forward() runs
nicholas-leonard
committed
bf74124
View commit details
Copy full SHA for bf74124
View code at this point
Browse repository at this point
TemporalConvolution_updateOutput simple batch fix
nicholas-leonard
committed
bcb635e
View commit details
Copy full SHA for bcb635e
View code at this point
Browse repository at this point
TemporalConvolution accepts batches
nicholas-leonard
committed
d058b00
View commit details
Copy full SHA for d058b00
View code at this point
Browse repository at this point
Commits on Feb 7, 2014
fix SparseLinear debug printf
andresy
committed
512626e
View commit details
Copy full SHA for 512626e
View code at this point
Browse repository at this point
Commits on Feb 1, 2014
Add extra tests for SparseLinear and fix bug where scale was not being multiplied into bias updates
Páidí Creed
committed
31bf7f1
View commit details
Copy full SHA for 31bf7f1
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Merge remote-tracking branch 'upstream/master'
Páidí Creed
committed
2152758
View commit details
Copy full SHA for 2152758
View code at this point
Browse repository at this point
Commits on Nov 27, 2013
less strict about ansi libraries, less warnings
leonbottou
committed
6094747
View commit details
Copy full SHA for 6094747
View code at this point
Browse repository at this point
Commits on Nov 6, 2013
Merge remote-tracking branch 'upstream/master'
Show description for aa60b6e
Páidí Creed
committed
aa60b6e
View commit details
Copy full SHA for aa60b6e
View code at this point
Browse repository at this point
Commits on Oct 29, 2013
Fix SparseLinear
Show description for d1c7da6
Páidí Creed
committed
d1c7da6
View commit details
Copy full SHA for d1c7da6
View code at this point
Browse repository at this point
Commits on Oct 16, 2013
C89
andresy
committed
b994633
View commit details
Copy full SHA for b994633
View code at this point
Browse repository at this point
Commits on Oct 15, 2013
add 3D max pooling
koraykv
committed
2a7a45d
View commit details
Copy full SHA for 2a7a45d
View code at this point
Browse repository at this point
Commits on Oct 13, 2013
move index declaragtion into pragma
koraykv
committed
bea3665
View commit details
Copy full SHA for bea3665
View code at this point
Browse repository at this point
move k into thread private loop
koraykv
committed
8c295db
View commit details
Copy full SHA for 8c295db
View code at this point
Browse repository at this point
Commits on Oct 8, 2013
pkg/nn: C89
andresy
committed
e96b605
View commit details
Copy full SHA for e96b605
View code at this point
Browse repository at this point
Commits on Jan 3, 2013
New NN classes
Show description for 1ee64da
koraykv
committed
1ee64da
View commit details
Copy full SHA for 1ee64da
View code at this point
Browse repository at this point
Commits on Sep 28, 2012
cleanup: useless variable
andresy
committed
4ab4266
View commit details
Copy full SHA for 4ab4266
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.