We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Minor updates to markdown pages
Deprecates old version of LCA-CIFAR tutorial
Updates to the LCA CIFAR tutorial. Moves the Parameter files section in Part 1 to its own part of the tutorial, currently numbered Part 4. Some other edits and improvements have been made as well.
Start of LCA-CIFAR tutorial page for parallel runs Some additional edits and corrections of other pages are included in this commit as well.
Updates the .lua file used by LCA-CIFAR-Tutorial The LCA-CIFAR-Tutorial.md page is the old version of the tutorial. It has been updated to use LCA-CIFAR-full.lua, which has nbatch=16 and numImages=50000, as expected by the old version of the tutorial. LCA-CIFAR.lua has nbatch=1 and numImages=1. It is being used by the new version of the tutorial, currently under development. Under the plan for the new version, the person going through the tutorial will start with this simplest problem and then step up to learning weights on the full CIFAR-10 dataset.
Updates build instructions and tutorial
Fixed unbalanced backquotes in matlab code block. Thanks to mantier for pointing this out.
Changes nbatch, and adds rows and columns settings
Fixed a few incorrect paths
Updated LCA CIFAR Tutorial (markdown)
Updated instructions to match current build
Updates installation instructions for macOS
Updated CIFAR tutorial to reflect recent changes
Fixed image link
Updating LCA CIFAR tutorial
Fixed description of sparse coding, and made some updates.
Removes duplicate lines from OS X installation page
Adds a sentence to the effect that extractCIFAR calls octave.
Updates LCA-CIFAR-Tutorial to use extractCIFAR.m in LCACifarDemo/scripts
edits to LCA-CIFAR tutorial
Updates links to installation pages