-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add requirements, banner and README adjustments
- Loading branch information
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
numpy | ||
pandas | ||
scikit-learn | ||
matplotlib | ||
seaborn | ||
tensorflow |