New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 08:46, 25 March 2025 LLM: multiple open-webui (hist | edit) [3,008 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk menjalankan **beberapa instance Open WebUI** pada **port yang berbeda** dan semuanya terhubung ke **satu instance Ollama LLM**, kamu bisa menggunakan **Docker Compose**...")
- 06:32, 25 March 2025 LLM: ubuntu 24.04 ollama + open-webui + postgresql full docker (hist | edit) [3,622 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk menginstal '''Ollama''', '''Open-WebUI''', dan '''PostgreSQL''' sebagai basis data vektor menggunakan '''Docker Compose''', Anda dapat mengikuti langkah-langkah berikut:...")
- 07:49, 24 March 2025 Docker: docker-compose (hist | edit) [211 bytes] Onnowpurbo (talk | contribs) (Created page with " curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docke...")
- 07:45, 24 March 2025 LLM: ubuntu 24.04 ollama + open-webio full docker (hist | edit) [4,122 bytes] Onnowpurbo (talk | contribs) (Created page with "Untuk menginstal Ollama dan Open WebUI yang stabil di Ubuntu 24.04, Anda dapat mengikuti langkah-langkah berikut: ==1. '''Instalasi Docker''':== Pastikan Docker terinstal di...")
- 03:48, 24 March 2025 LLM: ollama install ubuntu 24.04 python open-webio (hist | edit) [1,932 bytes] Onnowpurbo (talk | contribs) (Created page with "Sumber: https://www.jeremymorgan.com/blog/generative-ai/local-llm-ubuntu/ Pastikan: * OS bisa linux server, seperti ubuntu server. * Memory RAM pastikan cukup untuk menyimpan...")
- 13:39, 23 March 2025 LLM: ollama serve run pull list rm (hist | edit) [118 bytes] Onnowpurbo (talk | contribs) (Created page with " ollama serve # aktifkan server ollama list # list model ollama pull model ollama rm model ollama run model")
- 07:49, 23 March 2025 LLM: ollama install ubuntu 24.04 docker open-webio (hist | edit) [2,402 bytes] Onnowpurbo (talk | contribs) (Created page with "Sumber: https://www.jeremymorgan.com/blog/generative-ai/local-llm-ubuntu/ Pastikan: * OS bisa linux server, seperti ubuntu server. * Memory RAM pastikan cukup untuk menyimpan...")
- 06:08, 23 March 2025 Vboxmanage: convert vdi ke img untuk baremetal (hist | edit) [135 bytes] Onnowpurbo (talk | contribs) (Created page with " VBoxManage clonehd file.vdi output.img --format RAW Untuk dynamic VDI VBoxManage internalcommands converttoraw file.vdi output.img")
- 03:58, 22 March 2025 LLM: RAG ollama menggunakan open-webui dan postgresql docker (hist | edit) [6,090 bytes] Onnowpurbo (talk | contribs) (Created page with "Berikut adalah **langkah lengkap untuk install dan konfigurasi Open WebUI agar bisa bicara dengan Ollama dan menyimpan data ke PostgreSQL**: --- ## 🧠 Apa Itu? - **Ollama*...")
- 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) [446 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...")