Skip to content

Commit

Permalink
Add Keras support to README and JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
OiJs committed Nov 17, 2024
1 parent ecb73e0 commit e26a80b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [tree-sitter-legesher-python](https://github.com/legesher/tree-sitter-legesher-python) _(label: Good-First-Issue)_ <br> Learn and code in Python using your native language.
- [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) _(label: level:starter)_ <br> The strictest and most opinionated python linter ever!
- [Zulip](https://github.com/zulip/zulip) _(label: good first issue)_ <br> Powerful open source group chat.
- [Keras](https://github.com/keras-team/keras) _(label: good first issue)_ <br> Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano.


## Ruby

Expand Down
11 changes: 11 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2210,6 +2210,17 @@
"Pug"
],
"description": "An inventory of tools and resources that aims to help people to find everything related to CyberSecurity."
},
{
"name": "Keras",
"link": "https://github.com/keras-team/keras",
"label": "good first issue",
"technologies": [
"Python",
"Deep Learning",
"Machine Learning"
],
"description": "A high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It allows for easy and fast prototyping, supports convolutional and recurrent networks, and is user-friendly."
}
]
}

0 comments on commit e26a80b

Please sign in to comment.