https://github.com/haranrk/logistic-regression-tensorflow
Logistic Regression and Classification using TensorFlow
https://github.com/haranrk/logistic-regression-tensorflow
logistic-regression python tensorflow
Last synced: 2 months ago
JSON representation
Logistic Regression and Classification using TensorFlow
- Host: GitHub
- URL: https://github.com/haranrk/logistic-regression-tensorflow
- Owner: haranrk
- Created: 2018-03-08T05:10:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T14:25:39.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T02:24:18.283Z (over 1 year ago)
- Topics: logistic-regression, python, tensorflow
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logistic Regression and Classification using TensorFlow
Used extracted features from MRI images of Glioma patients to predict overall survival of patient(number of days patient survived from date of taking the scan).
#
_Done as a part of the course [ID5030: Machine Learning for Engineering and Science Applications](https://courses.iitm.ac.in/course/info.php?id=2192)._