Keras and Python: Difference between pages

From EMC23 - Satellite Of Love
(Difference between pages)
Jump to navigation Jump to search
(Created page with "Keras is an open-source software library that provides a Python interface for artificial neural networks. Keras acts as an interface for the TensorFlow library.")
 
mNo edit summary
 
Line 1: Line 1:
Keras is an open-source software library that provides a [[Python]] interface for artificial neural networks. Keras acts as an interface for the [[TensorFlow]] library.
Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.
 
The standard prrogramming language for data science and for us especially:
 
* machine learning, deep-learning using [[tensorflow]] or [[pytorch]])
 
* audio analysis and manipulation using [[librosa]]
 
Also used to inrterface with 3d software such as poser 3d/blender and audacity.

Revision as of 21:55, 25 August 2021

Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.

The standard prrogramming language for data science and for us especially:

  • audio analysis and manipulation using librosa

Also used to inrterface with 3d software such as poser 3d/blender and audacity.