项目作者: ellietoulabi

项目描述 :
Classification of dog and cat images using NN and CNN
高级语言: Jupyter Notebook
项目地址: git://github.com/ellietoulabi/cat-dog-classification.git
创建时间: 2021-07-11T13:06:39Z
项目社区:https://github.com/ellietoulabi/cat-dog-classification

开源协议:MIT License

下载


Cat-Dog Classification

Classification of dog and cat images using NN and CNN. Original and preprocessed dataset: DATASET

Steps

  • Preprocessing
  • Data Augmentation
  • Modeling
    • Neural Network
    • Convolutional Neural Netword (Transfer Learning)
  • Evaluation

Prerequisites

  • pandas
    1. pip install pandas
  • matplotlib
    1. pip install matplotlib
  • numpy
    1. pip install numpy
    • seaborn
      1. pip install seaborn
    • keras
      1. pip install keras
    • scipy
      1. pip install scipy
    • sklearn
      1. pip install sklearn
    • tensorflow
      1. pip install tensorflow
    • OpenCV
      1. pip install cv2
    • tqdm
      1. pip install tqdm
    • imblearn
      1. pip install imblearn

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.