Skip to content

Commit

Permalink
Add requirements, banner and README adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sanggusti committed Nov 18, 2024
1 parent a781332 commit 4c169af
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# bangkit-2024-h2-ML-materials
Materials, Source Code and Implementations for Bangkit 2024 Machine Learning
<p align="center">
<h1>Bangkit ML Materials 2024</h1>
</p>

<p align="center">
<img src="cat_banner.jpg" alt="Cat Banner">
</p>

<p align="center">
<strong>Materials, Source Code and Implementations for Bangkit 2024 Machine Learning</strong>
</p>

## Introduction

Welcome to the Bangkit 2024 Machine Learning repository. This repository contains all the materials, source code, and implementations for the Bangkit 2024 Machine Learning course. The course is designed to provide a comprehensive understanding of machine learning concepts, algorithms, and practical applications.

## Structure

The repository is organized into several modules, each focusing on different aspects of machine learning. Below is an overview of the key modules:

## Running the Notebooks

You can run the notebooks using Jupyter Notebook or Google Colab. To open the notebooks in Google Colab, click the "Open in Colab" badge at the top of each notebook.

## License

This project is licensed under the MIT License. See the LICENSE file for more details.
Binary file added cat_banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
numpy
pandas
scikit-learn
matplotlib
seaborn
tensorflow

0 comments on commit 4c169af

Please sign in to comment.