This repository contains projects and learning materials developed as part of the IBM Machine Learning training.
This folder contains the final project of the IBM Machine Learning training:
Project-IBM.ipynb: Main project notebookBrain_Tumor.jpg: Image data used in the project
This folder contains learning materials created during the IBM Machine Learning training:
Machine-Learning-Notebooks/: Jupyter notebooks covering machine learning topicsKeras-With-IBM/: Examples and applications related to the Keras library
This repository covers the following topics:
- Machine Learning Fundamentals
- Deep Learning
- Deep Learning Applications with Keras
- Final Project: Brain Tumor Detection
The following libraries are required to run the project:
- Python 3.x
- Jupyter Notebook
- TensorFlow/Keras
- NumPy
- Pandas
- Matplotlib
- Scikit-learn
- Clone the repository:
git clone https://github.com/your-username/Machine_Learning-with-IBM.git- Install required libraries:
pip install -r requirements.txtTo run the project, start Jupyter Notebook:
jupyter notebookThen you can open and run the relevant notebook file.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or suggestions, please open an issue or submit a pull request.