Setelah berakhirnya masa Buddha Padumuttara di dunia, terjadi 70.000 eon yang kosong (suñña-kappā). Kemudian tiba lah pada satu eon dengan dua Buddha (manda-kappa) sekitar 3000 eon sebelum yang sekarang. Dua Buddha tersebut bernama Sumedha dan Sujātā. Bakal Buddha Sumedha sebagai Bodhisatta, setelah turun dari alam Tusitā ke rahim Ratu Sudatta, ia di-lahirkan di taman kerajaan Sudassana. Sebagai pangeran, ia hidup di tiga istana bernama Sucandāna, Kancana, dan Sirivaddhana. Ketika usianya tiba, ia menikah dengan permaisuri utamanya bernama Sumanā yang memiliki 48.000 pelayan kehormatan. Ia menikmati kehidupan rumah tangga yang mewah tersebut selama 9000 tahun.
This file contains hidden or 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
| Abhidhammattha Saṅgaha | |
| Abhidhamma in English Level 1 by Daw Kyi Kyi Nyein | |
| Chapter 1: Citta | |
| Compilation: Session 01 – 17 | |
| Abhidhammattha Saṅgaha | |
| Chapter 1 : Citta | |
| Compilation : Session 01 - 17 | |
| Abhidhamma in English Level 1 by Daw Kyi Kyi Nyein |
This file contains hidden or 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
| // Online C++ compiler to run C++ program online | |
| #include <iostream> | |
| #include <stdlib.h> /* srand, rand */ | |
| #include <time.h> /* time */ | |
| // This is MACRO. Every syntax that contains "EVER" will be replaced as ";;" | |
| #define EVER ;; | |
| using namespace std; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Author: Jordi Yaputra
- Pengenalan dataset
- Perbedaan penerapan AutoML dan tools otomasi lainnya. Misal: Keras Tuner - Hyperband, Hyperopt-Sklearn (Semi-AutoML)
- Beberapa contoh library AutoML yang dapat digunakan: TPOT, Auto-Sklearn, Flaml, AutoGluon
- Beberapa library distributed computing: Dask, Ray.
This file contains hidden or 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
| const mongoose = require("mongoose"); | |
| /** | |
| * Query builder that handles pagination for mongoose query. | |
| * | |
| * You can modify the main query by | |
| * | |
| * **Usage example:** | |
| * | |
| * ``` |
This file contains hidden or 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
| // defines pins numbers | |
| const int trigPin = 2; //D4 | |
| const int echoPin = 4; //D2 | |
| // Hyper parameter | |
| const unsigned int jarak = 140; // Dalam cm | |
| const byte toleransi = 5; // Dalam % | |
| const unsigned int jeda = 10, // jeda adalah jeda pembacaan, (Dalam ms) |