New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 05:30, 18 March 2025 DATA: Load Google Drive File (hist | edit) [2,430 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut contoh kode untuk mengakses Google Drive dari Google Colab menggunakan '''Google Drive API''' dan '''PyDrive''': =='''Langkah 1: Mount Google Drive'''== Google Colab...")
- 16:41, 17 March 2025 Xecureit (hist | edit) [88 bytes] Onnowpurbo (talk | contribs) (Created page with " ==Perusahaan Cyber Security Indonesia== * https://xecureit.id/ *")
- 15:53, 17 March 2025 DATA: Preprocess Select Kolom (hist | edit) [1,713 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk melakukan preprocessing data dan memilih kolom tertentu dari file Excel menggunakan Python, Anda dapat menggunakan library Pandas. Berikut adalah langkah-langkah yang da...")
- 07:13, 17 March 2025 TF: Penjelasan Model TensorFlow (hist | edit) [2,846 bytes] Onnowpurbo (talk | contribs) (Created page with "Model: model = tf.keras.models.Sequential([ tf.keras.layers.Flatten(input_shape=(28, 28)), tf.keras.layers.Dense(128, activation='relu'), tf.keras.layers.Dropout(0....")
- 09:40, 16 March 2025 TF: TensorFlow untuk dataset IMDB Internet Movie Database (hist | edit) [3,245 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk membuat model prediksi menggunakan dataset IMDb (Internet Movie Database) tanpa menggunakan Google Colab, Anda dapat mengikuti langkah-langkah berikut: 1. '''Unduh Data...")
- 09:32, 16 March 2025 TF: TensorFlow untuk dataset Reuters Newswire (hist | edit) [3,561 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk membuat model prediksi menggunakan dataset Reuters Newswire dan memvisualisasikan hasilnya di layar tanpa menggunakan Google Colab, Anda dapat mengikuti langkah-langkah...")
- 09:26, 16 March 2025 TF: TensorFlow untuk dataset Boston Housing (hist | edit) [2,445 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk membuat model prediksi menggunakan dataset Boston Housing tanpa menggunakan Google Colab, Anda dapat mengikuti langkah-langkah berikut: 1. '''Mengimpor Library yang Dip...")
- 09:21, 16 March 2025 TF: TensorFlow untuk dataset Fashion-MNIST (hist | edit) [4,267 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut adalah contoh kode Python yang membangun model Convolutional Neural Network (CNN) menggunakan Keras untuk dataset Fashion-MNIST, melakukan prediksi, dan menampilkan vi...")
- 09:14, 16 March 2025 TF: TensorFlow untuk dataset CIFAR-100 (hist | edit) [3,976 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut adalah contoh kode Python yang memuat dataset CIFAR-100, membangun model Convolutional Neural Network (CNN) menggunakan Keras, melatih model tersebut, melakukan predik...")
- 09:10, 16 March 2025 TF: TensorFlow untuk dataset CIFAR-10 (hist | edit) [4,573 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut adalah contoh kode Python yang membangun model Convolutional Neural Network (CNN) menggunakan Keras untuk mengklasifikasikan dataset CIFAR-10, melakukan prediksi, dan...")
- 07:51, 16 March 2025 TF: Install TensorFlow di Ubuntu 24.04 (hist | edit) [2,249 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk menginstal TensorFlow dan Keras di Ubuntu 24.04 tanpa menggunakan Google Colab, Anda dapat mengikuti langkah-langkah berikut: 1. '''Perbarui Sistem dan Instal Paket Pen...")
- 07:46, 16 March 2025 TF: TensorFlow untuk dataset MNIST (Modified National Institute of Standards and Technology) (hist | edit) [3,011 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut adalah contoh kode untuk membuat model menggunakan dataset MNIST dan melakukan prediksi di Google Colab: 1. '''Mengimpor Library dan Memuat Dataset''': Pertama, i...")
- 07:40, 16 March 2025 TF: Training Data di tf.keras.datasets (hist | edit) [4,458 bytes] Onnowpurbo (talk | contribs) (Created page with "`tf.keras.datasets` menyediakan beberapa dataset bawaan yang sering digunakan untuk keperluan pembelajaran mesin dan pengembangan model. Berikut adalah daftar dataset yang ter...")
- 07:29, 16 March 2025 TF: Training Data untuk Google Colab (hist | edit) [1,997 bytes] Onnowpurbo (talk | contribs) (Created page with "Google Colab menyediakan berbagai cara untuk mengakses dan memuat data pelatihan saat belajar menggunakan TensorFlow. Berikut beberapa metode yang dapat Anda gunakan: 1. '...")
- 07:21, 16 March 2025 TF: Colab untuk Unsupervised Learning (hist | edit) [2,514 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut adalah source code lengkap untuk melakukan '''klasifikasi data menggunakan Unsupervised Learning (Clustering dengan K-Means)''' menggunakan '''TensorFlow''' dan '''Sci...")
- 08:59, 15 March 2025 BIND: Security (hist | edit) [5,850 bytes] Onnowpurbo (talk | contribs) (Created page with "=='''BIND Security di Ubuntu 24.04'''== BIND (Berkeley Internet Name Domain) adalah salah satu DNS server paling populer yang digunakan untuk menerjemahkan nama domain menjadi...")
- 06:42, 15 March 2025 Orange: Install di Ubuntu 24.04.1 untuk wordcloud (hist | edit) [2,201 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk menginstal Orange Data Mining di Ubuntu 24.04.1 dan memastikan bahwa fitur wordcloud berfungsi dengan baik, Anda dapat mengikuti langkah-langkah berikut: ==Perbarui...")
- 13:10, 11 March 2025 TF: TensorFlow Prediction (hist | edit) [2,758 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk melakukan prediksi menggunakan TensorFlow dengan data yang disimpan dalam file Excel di Google Colab, Anda dapat mengikuti langkah-langkah berikut: 1. '''Mengunggah Fil...")
- 11:56, 11 March 2025 TF: Mengaktifkan DPU melalui Change Runtime Type Colab (hist | edit) [3,127 bytes] Onnowpurbo (talk | contribs) (Created page with "Mengaktifkan akselerasi perangkat keras dengan menggunakan GPU di Google Colab dapat secara signifikan mempercepat proses pelatihan model machine learning Anda. Berikut adalah...")
- 11:51, 11 March 2025 TF: TensorFlow GPU (hist | edit) [8,966 bytes] Onnowpurbo (talk | contribs) (Created page with "7. '''Menggunakan GPU Virtual untuk Pengujian:''' Jika Anda mengembangkan pada sistem dengan satu GPU fisik, TensorFlow memungkinkan Anda untuk mensimulasikan beberapa GPU me...")
- 11:37, 11 March 2025 TF: TensorFlow Library Management di Colab (hist | edit) [3,509 bytes] Onnowpurbo (talk | contribs) (Created page with "Mengelola dependensi dan pustaka tambahan dalam proyek TensorFlow di Google Colab sangat penting untuk memastikan lingkungan pengembangan yang sesuai dengan kebutuhan spesifik...")
- 10:56, 11 March 2025 TF: Optimasi kinerja pelatihan model (hist | edit) [5,935 bytes] Onnowpurbo (talk | contribs) (Created page with "Mengoptimalkan kinerja pelatihan model TensorFlow dapat dicapai melalui berbagai teknik lanjutan yang dirancang untuk meningkatkan efisiensi dan efektivitas proses pelatihan....")
- 10:48, 11 March 2025 TF: TensowFlow IRIS Google Colab (hist | edit) [3,298 bytes] Onnowpurbo (talk | contribs) (Created page with "Melatih model TensorFlow pada dataset Iris di Google Colab adalah latihan yang efektif untuk memahami proses pembelajaran mesin. Berikut adalah langkah-langkah yang dapat Anda...")
- 10:32, 11 March 2025 TF: TensorFlow save model di Colab (hist | edit) [3,764 bytes] Onnowpurbo (talk | contribs) (Created page with "Menyimpan dan memuat kembali model TensorFlow yang telah dilatih adalah langkah penting dalam pengembangan dan deployment model pembelajaran mesin. Di Google Colab, proses ini...")
- 10:27, 11 March 2025 TF: TensorFlow save model (hist | edit) [5,954 bytes] Onnowpurbo (talk | contribs) (Created page with "Menyimpan model TensorFlow yang telah dilatih sangat penting untuk memungkinkan penggunaan kembali, berbagi dengan orang lain, atau deployment ke lingkungan produksi. Berikut...")
- 10:08, 11 March 2025 TF: TensorFlow untuk Komputasional Aljabar dan Matematika Komplex (hist | edit) [7,417 bytes] Onnowpurbo (talk | contribs) (Created page with "TensorFlow memanfaatkan berbagai teknik optimasi komputasional aljabar untuk mempermudah perhitungan ekspresi matematika kompleks. Berikut adalah beberapa teknik utama yang di...")
- 09:57, 11 March 2025 TF: TensorFlow menggunakan Keras (hist | edit) [5,509 bytes] Onnowpurbo (talk | contribs) (Created page with "Keras adalah antarmuka high-level dari '''TensorFlow''' yang memudahkan kita dalam membangun '''Neural Network (NN)''' tanpa harus menulis kode tingkat rendah. Dengan Keras, k...")
- 07:22, 11 March 2025 TF: TensorFlow Colab untuk Pemula (hist | edit) [1,896 bytes] Onnowpurbo (talk | contribs) (Created page with "Google Colaboratory (Colab) adalah lingkungan notebook Jupyter yang dihosting dan dapat digunakan secara gratis tanpa memerlukan pengaturan awal. Ini memungkinkan Anda menulis...")
- 16:49, 10 March 2025 TF: TensorFlow Colab (hist | edit) [5,809 bytes] Onnowpurbo (talk | contribs) (Created page with "## **Menggunakan TensorFlow di Google Colab** TensorFlow adalah pustaka open-source yang digunakan untuk machine learning dan deep learning. Salah satu keuntungan besar menggu...")
- 13:28, 10 March 2025 TF: Kolaborasi & Berbagi notebook (hist | edit) [5,181 bytes] Onnowpurbo (talk | contribs) (Created page with "Google Colaboratory (Google Colab) adalah alat yang sangat berguna untuk menulis, menjalankan, dan berbagi kode Python dalam format Jupyter Notebook. Selain memudahkan analisi...")
- 13:16, 10 March 2025 TF: Google Colab (hist | edit) [3,774 bytes] Onnowpurbo (talk | contribs) (Created page with "==Apa itu Google Colab?== Google Colaboratory, atau yang lebih dikenal sebagai '''Google Colab''', adalah layanan berbasis cloud yang memungkinkan pengguna menjalankan kode ''...")
- 06:28, 5 March 2025 ROBOT Tempur (hist | edit) [9,907 bytes] Onnowpurbo (talk | contribs) (Created page with " ==WAR== * https://www.youtube.com/watch?v=BfTHFK0pGIY - Ukraine’s First ALL-ROBOT Assault Force DEVASTATED Russian Troops * https://www.youtube.com/watch?v=DRlbYlbsfrY...") originally created as "ROBOT"
- 06:03, 2 March 2025 LLM: Halusinasi Cek (hist | edit) [89 bytes] Onnowpurbo (talk | contribs) (Created page with " * https://www.visualcapitalist.com/ranked-ai-models-with-the-lowest-hallucination-rates/")
- 09:07, 25 February 2025 QR: qrencode (hist | edit) [132 bytes] Onnowpurbo (talk | contribs) (Created page with " sudo apt install qrencode qrencode -o google.png 'http://google.com' qrencode -o ~/Desktop/google.png -s 6 'http://google.com'")
- 09:04, 25 February 2025 QR (hist | edit) [42 bytes] Onnowpurbo (talk | contribs) (Created page with " ==Pranala Menarik== * QR: Install")
- 15:05, 11 February 2025 Data Science (en) (hist | edit) [8,053 bytes] Onnowpurbo (talk | contribs) (Created page with "== Data Science == right|200px|thumb|Data Science WITHOUT PROGRAMMING File:Image bc1fdaa7-c81d-4c41-a313-b1236e4c847720191203 114823.jp...")
- 14:28, 11 February 2025 Data Science: Overview (hist | edit) [3,099 bytes] Onnowpurbo (talk | contribs) (Created page with "center|800px center|800px")
- 19:28, 10 February 2025 What Is Big Data? Why Is It Important? (en) (hist | edit) [3,256 bytes] Onnowpurbo (talk | contribs) (Created page with "In today's digital era, information or data has become a crucial asset in decision-making processes. To gather the necessary information, we can search through existing data c...")
- 19:25, 10 February 2025 Big Data: Ten Main Advantages of Data Mining (en) (hist | edit) [2,093 bytes] Onnowpurbo (talk | contribs) (Created page with "Data mining is crucial for the success of modern data-driven organizations. A survey by Matillion and IDG, which included over 200 IT, data science, and data engineering profe...")
- 19:23, 10 February 2025 Big Data: Three Main Advantages of Big Data (en) (hist | edit) [3,816 bytes] Onnowpurbo (talk | contribs) (Created page with "In today's business landscape, '''Big Data''' has become an indispensable tool for companies aiming to enhance market share, operational efficiency, and return on investment (...")
- 19:19, 10 February 2025 Big Data: Threat or Opportunity? Big Data and Cyber Security (en) (hist | edit) [4,600 bytes] Onnowpurbo (talk | contribs) (Created page with "In the current era, '''Big Data''' and '''Cybersecurity''' are pivotal considerations for businesses, presenting both significant opportunities and challenges. Big Data refers...")
- 19:16, 10 February 2025 Apache: Hadoop (en) (hist | edit) [3,328 bytes] Onnowpurbo (talk | contribs) (Created page with "'''Apache Hadoop''' is an open-source software framework written in Java for distributed storage and processing of very large datasets on clusters of commodity hardware. All m...")
- 19:12, 10 February 2025 Big Data: Top 10 Tools (en) (hist | edit) [4,527 bytes] Onnowpurbo (talk | contribs) (Created page with "In today's rapidly evolving technological landscape, data has become an invaluable asset. The exponential growth of data generated from online activities necessitates the use...")
- 19:08, 10 February 2025 What Is Data Mining? (en) (hist | edit) [1,475 bytes] Onnowpurbo (talk | contribs) (Created page with "'''Data Mining''' is the process of extracting useful information or patterns from large and complex datasets. Data mining uses techniques and algorithms to analyze data and i...")
- 17:30, 10 February 2025 What is Machine Learning? (en) (hist | edit) [1,521 bytes] Onnowpurbo (talk | contribs) (Created page with "'''Machine Learning''' is a branch of computer science that focuses on developing algorithms and techniques to create computer systems capable of learning from data. In machin...") originally created as "Apa Itu Machine Learning? (en)"
- 17:28, 10 February 2025 What is Big Data? (en) (hist | edit) [967 bytes] Onnowpurbo (talk | contribs) (Created page with "'''Big Data''' is a term that refers to extremely large and complex datasets obtained from various sources, including business transactions, social data, census data, medical...") originally created as "Apa Itu Big Data? (en)"
- 20:33, 2 February 2025 SOC vs CISO (hist | edit) [3,024 bytes] Onnowpurbo (talk | contribs) (Created page with " **CISO (Chief Information Security Officer)** dan **SOC (Security Operations Center)** adalah dua konsep yang berbeda dalam manajemen keamanan siber, meskipun keduanya bekerj...")
- 16:38, 30 January 2025 Mikrotik: Disable Isolasi WiFi dan LAN (hist | edit) [3,289 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk menonaktifkan isolasi pada LAN dan WiFi di perangkat MikroTik menggunakan Terminal CLI, Anda dapat mengikuti langkah-langkah berikut ini. Pastikan Anda memiliki akses ad...")
- 07:17, 18 January 2025 FOTO: Edit Metadata Time (hist | edit) [1,773 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut adalah langkah-langkah untuk mengedit metadata waktu pada foto menggunakan **ExifTool** di Ubuntu: ==Install ExifTool== Pastikan ExifTool sudah terpasang di Ubuntu. J...")
- 06:51, 18 January 2025 FOTO: Edit Metadata (hist | edit) [1,879 bytes] Onnowpurbo (talk | contribs) (Created page with "Mengubah lokasi di metadata foto di Ubuntu dapat dilakukan dengan menggunakan alat **ExifTool**. Berikut adalah langkah-langkahnya: ### 1. **Install ExifTool** Buka terminal...")