• Bahasa
  • About
  1. Just Another Attempt to Contribute
  • About
  • Posts
    • Algorithms
      • Constraint Programming with OR-Tools
    • Data Science
      • Data Processing
        • common data processing practices
      • Machine Learning
        • Convolutional Neural Network (CNN)
        • Dimensionality Reduction
        • Student Name : Sulthan A. Karimov
        • Machine Learning - Supervised Learning
        • ML - Unsupervised Learning
        • Student Name : Sulthan A. Karimov
        • Transfer Learning on Jankenpon Data
        • import the necessary packages
        • Transfer Learning with CNN
        • Untitled
    • Exercises
      • Latihan Numpy 1
      • Solusi Tugas numpy 1
    • Livekit
      • my first encounter with webrtc and livekit agents
    • Opinions
      • kekuatan unik bangsa ini

On this page

  • Welcome. Peace be upon you.
Categories
All (5)
AI (1)
basic (3)
data science (3)
exercise (2)
indonesia (1)
machine learning (1)
ngelantur (1)
numpy (2)
opini (1)
python (3)
solution (1)
supervised learning (1)

Just Another Attempt to Contribute

Welcome. Peace be upon you.

This is my little corner of the web where I share thoughts, projects, and lessons from my journey as a programmer, builder, and believer.

I used to hold back from sharing, afraid of saying the wrong thing or not being “good enough.” But I realized: growth happens when we share — not when we’re perfect, but when we’re sincere.

Though this I hope to offer what I can, no matter how small. Whether it’s a piece of code, a reflection, or a simple idea — I share it here with the hope that it brings benefit.

Bocah Angon Penekno Blimbing Kuwi

Lunyu Lunyu Penekno Kanggo Mbasuh Dodot Iro

If something here helps you, inspires you, or even makes you curious, i’ll be happy to hear you out. Otherwise If not, that’s okay too — I’m still learning, still growing, and I’m grateful you stopped by.

Bismillah — let’s build, reflect, and learn together.

— Sulthan A. Karimov —

 
Constraint Programming with OR-Tools
In many real-world scenarios, we often face problems that involve making a series of decisions subject to a set of constraints. For example, assigning employees to shifts…
Sulthan A. Karimov
Jul 10, 2025

Machine Learning - Supervised Learning
data science
machine learning
AI
python
basic
supervised learning
first we need to import pandas and load the data with pd.read_csv(file)
sulthan a. karimov
Jul 17, 2024
 
kekuatan unik bangsa ini
opini
ngelantur
indonesia
sebuah opini kebangsaan
Sulthan A. Karimov
Jul 2, 2024
 
Latihan Numpy 1
data science
exercise
python
numpy
basic
Perusahaan Anda bergerak di bidang retail pakaian dan ingin menganalisa data penjualan untuk berbagai kategori produk (contoh: kemeja, celana, sepatu) dan ukuran (S, M, L…
sulthan a. karimov
Jun 10, 2024
 
Solusi Tugas numpy 1
data science
exercise
python
numpy
basic
solution
import numpy as np

load_file = np.loadtxt('numpy data1.txt')
data = load_file.reshape(4,7,4)
sulthan a. karimov
Jun 10, 2024
No matching items
Back to top