Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,17 @@
"image": "https://junit.org/junit4/images/junit-logo.png",
"language": "Java"
},
"Keras": {
"imports": ["keras", "tensorflow.keras"],
"technologies": [
"Machine Learning",
"Deep Learning",
"Backend"
],
"description": "Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result as fast as possible is key to doing good research.",
"image": "https://keras.io/img/logo.png",
"language": "Python"
},
"Kivy": {
"imports": ["kivy"],
"technologies": [
Expand Down Expand Up @@ -564,6 +575,17 @@
"image": "https://raw.githubusercontent.com/sveltejs/branding/master/svelte-logo.png",
"language": "JavaScript"
},
"Tensorflow": {
"imports": ["tensorflow"],
"technologies": [
"Machine Learning",
"Deep Learning",
"Backend"
],
"description": "TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications.",
"image": "https://www.gstatic.com/devrel-devsite/prod/vbbb6dd37c071e57dbfce1249762e4d342b93b36af15e7676b1059db22e43eb43/tensorflow/images/lockup.svg?dcb_=0.830285463447934",
"language": "Python"
},
"ThreeJS": {
"imports": ["three"],
"technologies": ["WebGL"],
Expand Down