New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:09, 21 March 2025 LLM: RAG ollama menggunakan open-webui dan postgresql (hist | edit) [3,414 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk menginstal Ollama, Node.js, Open WebUI, dan PostgreSQL tanpa Docker di Ubuntu 24.04, serta menyimpan dokumen Retrieval-Augmented Generation (RAG) di basis data vektor, A...")
- 11:31, 21 March 2025 LLM: RAG ollama dengan open-webui dan qdrant (hist | edit) [2,925 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk mengintegrasikan **Ollama**, **Open WebUI**, dan **Qdrant** pada **Ubuntu 24.04** untuk implementasi **Retrieval-Augmented Generation (RAG)**, ikuti langkah-langkah beri...")
- 11:27, 21 March 2025 LLM: RAG ollama dengan open-webui dan chroma (hist | edit) [3,453 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk mengintegrasikan '''Ollama''', '''Open WebUI''', dan '''Chroma''' sebagai vector database untuk '''Retrieval-Augmented Generation (RAG)''' di Ubuntu 24.04, ikuti langkah...")
- 11:13, 21 March 2025 LLM: Perbanding Berbagai Vector Database (hist | edit) [3,025 bytes] Onnowpurbo (talk | contribs) (Created page with "Kalau kamu mau membandingkan '''vector database''' untuk keperluan '''RAG (Retrieval-Augmented Generation)''' dalam konteks penggunaan dengan '''Open WebUI''' (UI frontend unt...")
- 06:02, 19 March 2025 LLM: RAG ollama menggunakan open-webui dan vector database (hist | edit) [3,137 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk mengintegrasikan Open WebUI dengan basis data vektor dan Ollama guna membangun sistem Retrieval-Augmented Generation (RAG), Anda dapat mengikuti langkah-langkah berikut:...")
- 15:33, 18 March 2025 LLM: RAG menggunakan open-webui ollama (hist | edit) [2,194 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk mengaktifkan fitur Documents di Open WebUI agar berfungsi sebagai Retrieval-Augmented Generation (RAG) dengan menggunakan Ollama sebagai backend, Anda dapat mengikuti la...")
- 14:56, 18 March 2025 LLM: RAG coba (hist | edit) [5,411 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk mengimplementasikan Retrieval-Augmented Generation (RAG) yang dapat menerima dokumen dalam format PDF, DOC, dan teks melalui antarmuka web di Ubuntu 24.04 menggunakan Ol...")
- 13:01, 18 March 2025 LLM: ollama pull models (hist | edit) [423 bytes] Onnowpurbo (talk | contribs) (Created page with "Cek https://ollama.com/library https://ollama.com/library?sort=popular Contoh ollama pull gemma3:4b ollama pull deepseek-r1:7b ollama pull llama3.2:1b")
- 10:39, 18 March 2025 TF: TensorFlow Linear Regresion Text data (hist | edit) [3,597 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk melakukan regresi linear pada file Excel yang memiliki kolom fitur berupa string/teks dan target Y berupa nilai floating point, serta memprediksi nilai Y untuk dataset b...")
- 09:43, 18 March 2025 TF: TensorFlow Unsupervised Learning dari File Excel (hist | edit) [2,499 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk melakukan pembelajaran tanpa pengawasan (unsupervised learning) dengan menghitung jarak antar kolom dari file Excel dan melakukan klasterisasi hierarkis serta memvisuali...")
- 07:38, 18 March 2025 Kali: TOR (hist | edit) [416 bytes] Onnowpurbo (talk | contribs) (Created page with "CLI sudo apt -y install tor sudo systemctl start tor sudo systemctl status tor CLI 2 sudo apt -y install torbrowser-launcher torbrowser-launcher connect to VPN Tor...")
- 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...")