Skip to content
#

segmentation-models

Here are 146 public repositories matching this topic...

SAM is a deep learning model (transformer based). When we give an image as input to the Segment Anything Model, it first passes through an image encoder and produces a one-time embedding for the entire image. The downsampling happens using 2D convolutional layers. Then the model concatenates it with the image embedding to get the final vector.

  • Updated Sep 11, 2023
  • Jupyter Notebook

This is a complete Project that revolves around churn modeling and it contains every aspect from data cleaning down to model deployment. The data of a bank was used in this implementation. An Artificial Neural Network was trained and used to predict the probability that a given customer would leave the bank(With 87% Test accuracy) and for deploy…

  • Updated Dec 29, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the segmentation-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the segmentation-models topic, visit your repo's landing page and select "manage topics."

Learn more