From e26a80b42769e70bcdbca97088ef5b59a95ae151 Mon Sep 17 00:00:00 2001 From: OiJs Date: Sun, 17 Nov 2024 16:35:04 +0900 Subject: [PATCH] Add Keras support to README and JSON files --- README.md | 2 ++ data.json | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index eb8ba678..3feb7335 100644 --- a/README.md +++ b/README.md @@ -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)_
Learn and code in Python using your native language. - [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) _(label: level:starter)_
The strictest and most opinionated python linter ever! - [Zulip](https://github.com/zulip/zulip) _(label: good first issue)_
Powerful open source group chat. +- [Keras](https://github.com/keras-team/keras) _(label: good first issue)_
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. + ## Ruby diff --git a/data.json b/data.json index 4ae0f5ae..b798c56f 100644 --- a/data.json +++ b/data.json @@ -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." } ] }