Skip to main content

Python basic Deep Learning maths package

Project description

pydlmafs: math done the wrong way

This package contains three modules:

calc: Calculus with python functions

linalg: bad Linear Algebra implementation

probstat: Probability and Statistics kinda

Note that the code in here was written without any concern about efficiency and has no use in real applications

Installation

pip install pydlmafs
#Testing
import pydlmafgs.calc as clc
import pydlmafgs.linalg as ldl
import pydlmafgs.probstat as pst

def f(x):
    return 2*(x**2) + 2

print(clc.uni_deriv(f, 5))

vec = ldl.Tensor([6, -5, 2])
eye = ldl.Identity(3)

(eye @ vec).show()

ldl.EWise('func', vec, func=pst.sigmoid)
vec.show()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydlmafs-0.0.4.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

pydlmafs-0.0.4-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page