Swift library like numpy, playgrounds notebook like jupyter.
-
Updated
Sep 30, 2017 - Swift
Matrix is an open standard and communication protocol for real-time communication. It aims to make real-time communication work seamlessly between different service providers, in the way that standard Simple Mail Transfer Protocol email currently does for store-and-forward email service, by allowing users with accounts at one communications service provider to communicate with users of a different service provider via online chat, voice over IP, and videotelephony. It therefore serves a similar purpose to protocols like XMPP, but is not based on any existing communication protocol.
Swift library like numpy, playgrounds notebook like jupyter.
Mes Notebooks sur Python, NumpPy et les Mathématiques pour le Machine Learning
The notebook here consists of the concept of "Moore Penrose PseudoInverse" which approximates the inverse of a matrix and we use it to find the weight vectors in any given linear regression problem.
Matrix Operations with Cython showcases efficient matrix operations like multiplication, addition, subtraction, and more, leveraging Cython for improved performance. The project includes a Jupyter Notebook for interactive exploration and a standalone application with a graphical interface.