Skip to content
View Michenchin73's full-sized avatar

Block or report Michenchin73

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Michenchin73/README.md
  • 👋 Hi, I’m @Michenchin73
  • 👀 I’m interested in Medical AI & AI for Science.
  • 🌱 I’m currently learning Python and ML.
  • 💞️ I’m looking to collaborate on a better future!
  • 📫 How to reach me miguelcollado562@gmail.com

Pinned Loading

  1. Heart-Disease-Prediction Heart-Disease-Prediction Public

    Binary heart disease classifier using Linear Regression and scikit-learn pipelines. Trained on the Heart Disease UCI dataset from Kaggle.

    Jupyter Notebook

  2. linear_regresionFS linear_regresionFS Public

    My first artificial neuron built from scratch in Python. It learns to approximate a linear function from data points using gradient descent, MSE, and manually calculated gradients, with a real-time…

    Python

  3. XOR_Neural_Network_FS XOR_Neural_Network_FS Public

    A simple neural network built from scratch in Python to learn the XOR function. It implements forward propagation, backpropagation, sigmoid activation, gradient descent, and training without using …

    Python