keras-library

There are 5 repositories under keras-library topic.

  • danielelic/deep-segmentation

    CNNs for semantic segmentation using Keras library

    Language:Python735728
  • krishnadevz/image-classification-and-manipulation-in-python-machine-learning

    image classification and manipulation in python machine learning on fashion mnist dataset

    Language:Jupyter Notebook4301
  • SatyamSoni23/InSight

    BreBraille is a project that converts braille image to text. It helps parents of blind child to understand braille and teach them. This project uses Keras library to build a Sequential model by Convolutional Neural Network so that it recognize letters. This project also includes conversion of normal image to braille as well as text to braille.

    Language:Python4101
  • Debargho99/Image-Classifier

    This is an image classifier using a convolutional neural network (using keras library, tensorflow backend) in which the dependent variable is binary (can be explained by two classes)

    Language:Jupyter Notebook10
  • worldofsaad/Deep-Learning-KERAS

    Building a regression model using the Keras library. Building a classification model using the Keras library. The difference between the shallow and deep neural networks. Convolutional networks and how to build them using the Keras library. Recurrent Neural Networks. Autoencoders and how to build them using the Keras library.

    Language:Jupyter Notebook201