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 }}
jakebian
/
keras
Public
forked from
keras-team/keras
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 7, 2016
Merge pull request #1419 from ozancaglayan/fix-mask-cast
Show description for f31f85a
fchollet
committed
f31f85a
View commit details
Copy full SHA for f31f85a
Browse repository at this point
models: Cast the mask to floatX to avoid theano upcasting
Show description for f800e44
ozancaglayan
committed
f800e44
View commit details
Copy full SHA for f800e44
Browse repository at this point
Merge pull request #1414 from tboquet/conv_same_conv2d
Show description for 6167d17
fchollet
committed
6167d17
View commit details
Copy full SHA for 6167d17
Browse repository at this point
Eval kernel base Theano conv2d same border mode
tboquet
committed
f8dd6da
View commit details
Copy full SHA for f8dd6da
Browse repository at this point
Commits on Jan 6, 2016
Merge pull request #1411 from jarfo/patch-1
Show description for c6a1c01
fchollet
committed
c6a1c01
View commit details
Copy full SHA for c6a1c01
Browse repository at this point
Update models.py
Show description for d02ea03
jarfo
committed
d02ea03
View commit details
Copy full SHA for d02ea03
Browse repository at this point
Commits on Jan 5, 2016
Fix kernel shape type in theano conv2d
fchollet
committed
13379da
View commit details
Copy full SHA for 13379da
Browse repository at this point
Merge branch 'master' of https://github.com/fchollet/keras
fchollet
committed
87f62dc
View commit details
Copy full SHA for 87f62dc
Browse repository at this point
Add cosine proximity objective
fchollet
committed
6cb1172
View commit details
Copy full SHA for 6cb1172
Browse repository at this point
Add K.l2_normalization
fchollet
committed
458641f
View commit details
Copy full SHA for 458641f
Browse repository at this point
Commits on Jan 3, 2016
Merge pull request #1396 from julienr/resize_images
Show description for e2fa1d5
fchollet
committed
e2fa1d5
View commit details
Copy full SHA for e2fa1d5
Browse repository at this point
Figure out tensor shape automatically in K.resize_images
julienr
committed
01395f1
View commit details
Copy full SHA for 01395f1
Browse repository at this point
Update CONTRIBUTING.md
fchollet
committed
6445d38
View commit details
Copy full SHA for 6445d38
Browse repository at this point
Fix theano_backend.resize_images
julienr
committed
4330fd7
View commit details
Copy full SHA for 4330fd7
Browse repository at this point
Update PyPi release to 0.3.1
fchollet
committed
f447644
View commit details
Copy full SHA for f447644
Browse repository at this point
Merge branch 'master' of https://github.com/fchollet/keras
fchollet
committed
3f623df
View commit details
Copy full SHA for 3f623df
Browse repository at this point
Improve optimizer tests
fchollet
committed
69e19b1
View commit details
Copy full SHA for 69e19b1
Browse repository at this point
Merge pull request #1397 from stevenxxiu/batch_input_shape_fix
Show description for 0ed465a
fchollet
committed
0ed465a
View commit details
Copy full SHA for 0ed465a
Browse repository at this point
Merge pull request #1389 from kashif/adamax
Show description for ad9d41f
fchollet
committed
ad9d41f
View commit details
Copy full SHA for ad9d41f
Browse repository at this point
input_shape fix
Steven Xu
committed
b17e4c5
View commit details
Copy full SHA for b17e4c5
Browse repository at this point
Add K.resize_images backend op.
Show description for 9d15c96
julienr
committed
9d15c96
View commit details
Copy full SHA for 9d15c96
Browse repository at this point
adamax optimizer
kashif
committed
5c72e14
View commit details
Copy full SHA for 5c72e14
Browse repository at this point
Commits on Jan 2, 2016
Doc fixes
fchollet
committed
d401bb4
View commit details
Copy full SHA for d401bb4
Browse repository at this point
Commits on Jan 1, 2016
Merge branch 'berleon-fix-1275'
fchollet
committed
3a9ffc8
View commit details
Copy full SHA for 3a9ffc8
Browse repository at this point
Move batch norm tests to tests/keras/layers/
fchollet
committed
421a2cd
View commit details
Copy full SHA for 421a2cd
Browse repository at this point
Merge branch 'fix-1275' of https://github.com/berleon/keras into berleon-fix-1275
fchollet
committed
8f934e0
View commit details
Copy full SHA for 8f934e0
Browse repository at this point
Commits on Dec 31, 2015
Merge pull request #1388 from kylemcdonald/patch-1
Show description for bb45991
fchollet
committed
bb45991
View commit details
Copy full SHA for bb45991
Browse repository at this point
typo in doc: batch_input_size => batch_input_shape
kylemcdonald
committed
582dfc4
View commit details
Copy full SHA for 582dfc4
Browse repository at this point
[BatchNormalization] set updates in get_output
Show description for 177f7b6
ls1xt
committed
177f7b6
View commit details
Copy full SHA for 177f7b6
Browse repository at this point
[AutoEncoder] set_previous triggers build
Show description for 579a219
ls1xt
committed
579a219
View commit details
Copy full SHA for 579a219
Browse repository at this point
Merge pull request #1383 from tboquet/conv_deb
Show description for f95e6ba
fchollet
committed
f95e6ba
View commit details
Copy full SHA for f95e6ba
Browse repository at this point
* deleted custom padding/replaced by a slice
tboquet
committed
c00cf10
View commit details
Copy full SHA for c00cf10
Browse repository at this point
Commits on Dec 30, 2015
Documentation fixes
fchollet
committed
be9f7bc
View commit details
Copy full SHA for be9f7bc
Browse repository at this point
Fix example in FAQ
fchollet
committed
d49baf1
View commit details
Copy full SHA for d49baf1
Browse repository at this point
Progbar: scientific notation only for small values
fchollet
committed
729f076
View commit details
Copy full SHA for 729f076
Browse repository at this point
Previous
Next
You can’t perform that action at this time.