Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umutkavakli/bim459-hw3
AI in Healthcare course homework 3, building CNNs for medical imaging
https://github.com/umutkavakli/bim459-hw3
machine-learning medical-imaging medmnist
Last synced: 14 days ago
JSON representation
AI in Healthcare course homework 3, building CNNs for medical imaging
- Host: GitHub
- URL: https://github.com/umutkavakli/bim459-hw3
- Owner: umutkavakli
- Created: 2024-04-25T10:58:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T11:26:23.000Z (9 months ago)
- Last Synced: 2024-11-19T22:52:58.512Z (3 months ago)
- Topics: machine-learning, medical-imaging, medmnist
- Language: Jupyter Notebook
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BIM459 - AI in Healthcare Homework 3
Welcome to your third assignment, where you’ll be implementing key components of a Convolutional Neural Network, or CNN, using [TensorFlow](https://www.tensorflow.org) and [Keras API](https://keras.io) on DermaMNIST dataset of [MedMNIST](https://medmnist.com)! This document provides some pre-instructions before starting your homework. The instructions for your assignment will be provided in ”BIM459-HW3.ipynb” file.
[![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/umutkavakli/bim459-hw3/blob/main/BIM459_HW3.ipynb)
Your homework file is designed to be used in the [Google Colab](https://colab.google) environment. Therefore, you may encounter many errors if you try to run your code on your local computer. Also, it is recommended to use GPU instead of CPU in Google Colab because you have a large amount of training data and the CPU will process this data very slowly because it is not designed for this.