• Bahasa
  1. Just Another Attempt to Contribute
  • About
  • Posts
    • Algorithms
      • Constraint Programming with OR-Tools
    • Data Science
      • Data Processing
        • Common Data Processing Practices
      • Machine Learning
        • Machine Learning - Supervised Learning
        • Unsupervised Learning with K-Means Clustering
        • Dimensionality Reduction with PCA
        • Convolutional Neural Network (CNN)
        • Transfer Learning with CNN for Image Classification
        • Transfer Learning on Jankenpon Data
    • Exercises
      • Latihan Numpy 1
      • Solusi Tugas numpy 1
    • Livekit
      • My First Encounter with WebRTC and LiveKit Agents
    • Opinions
      • Salut dengan Bangsa Ini
Categories
All (5)
AI (1)
basic (3)
data science (2)
data-science (1)
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

 
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
Jun 14, 2026

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
 
Salut dengan Bangsa Ini
opini
ngelantur
indonesia
sebuah opini kebangsaan
Sulthan A. Karimov
Jul 2, 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
 
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
No matching items
Back to top