Skip to content

OkabeRintaro10/MachineLearningProjects

Repository files navigation

Machine Learning Projects

This repository is a comprehensive collection of projects demonstrating various concepts and implementations across Deep Learning, Machine Learning, and Natural Language Processing. Each project is designed to showcase practical applications and fundamental algorithms in the field of artificial intelligence.

Deep Learning Projects

  • chest_xray.ipynb: Pneumonia Detection using Convolutional Neural Networks (CNN).
  • CIFAR10.ipynb: Image classification on the CIFAR10 dataset using Keras Sequential Model and CNN.
  • flowers.ipynb: Clustering model for the Iris dataset.
  • KerasFashion.ipynb: Image classification using Keras and a Sequential model on the Fashion MNIST dataset.
  • PytorchFashion.ipynb: Fashion MNIST classification using PyTorch.
  • titanic.ipynb: Regression model for the Titanic dataset to predict survival.
  • fcc_cat_dog.ipynb: Cat/Dog image classification using deep learning techniques.

Machine Learning Projects

NLP Projects