Skip to content

Basic Linear Algebra Tools in Pure Python without Numpy or Scipy

License

Notifications You must be signed in to change notification settings

dhmo1900/BasicLinearAlgebraToolsPurePy

 
 

Repository files navigation

BASIC Linear Algebra Tools in Pure Python without Numpy or Scipy

Basic Linear Algebra_Py_Tools Logo

A set of basic linear algebra tools in pure python without numpy or scipy to be used in upcoming posts.

Our goal is to better understand principles of machine learning tools by exploring how to code them ourselves ...

Meaning, we are seeking to code these tools without using the AWESOME python modules available for machine learning.

These efforts will provide insights and better understanding, but those insights won't likely fly out at us every post and repo. Rather, we are building a foundation that will support those insights in the future. To streamline some upcoming repos and posts, I wanted to cover some basic functions that will make those future repos and posts easier. Obviously, if we are avoiding using numpy and scipy, we'll have to create our own convenience tools. This repo covers those convenience tools. 

At one end of the spectrum, if you are new to linear algebra or python or both, I believe that you will find this post helpful among, I hope, a good group of saved links.

At the other end of the spectrum, if you have background with python and linear algebra, your reason to read this post would be  to compare how I did it to how you'd do it. The review may give you some new ideas, or it may confirm that you still like your way better.

Further Explanation

Please find the blog post related to this repo at https://integratedmlai.com/basic-linear-algebra-tools-in-pure-python-without-numpy-or-scipy/

Deploying / Publishing

I would appreciate it, as you share your work leveraged from this set of scripts, if you would please keep a referral back to my github repo. Thanks! I'd do the same for you. :-)

Contributing

I am open to share the development and improvements of this with others, but it has been solo up until now. Let me know if you'd like to contribute.

Links

This work came from My GitHub Repo originally.

Licensing

"The code in this project is licensed under MIT license."

About

Basic Linear Algebra Tools in Pure Python without Numpy or Scipy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%