Raunak Bhupal
Raunak Bhupal
I have added a loan predictor model which is trained using neural networks. This model predicts whether loan should be granted or not depending on certain customer features.
I have added a model built using Decision Tree which is used to predict Breast Cancer cases.
Added the code to Matrix Chain Multiplication using DP This code is with respect to the issue [#9](https://github.com/williamfiset/Algorithms/issues/9)
This is done with respect to issue: #844 `pinv` function is added to `tensornetwork/backends/tensorflow/tensorflow_backend.py` The `pinv` function has been referred from [https://numpy.org/doc/stable/reference/generated/numpy.linalg.pinv.html](https://numpy.org/doc/stable/reference/generated/numpy.linalg.pinv.html) Please do have a look and let me...
This is done with respect to issue: #844 `pinv` function is added to `tensornetwork/backends/tensorflow/numpy_backend.py` The `pinv` function has been referred from https://numpy.org/doc/stable/reference/generated/numpy.linalg.pinv.html Please do have a look and let me...