Abstract. Digital data processing requires algorithms that can process data optimally. Processing large amounts of data requires a large number of parameters to produce accurate output. Then the classification accuracy at a certain point will decrease, therefore a process is needed that can extract the required number of parameters, one of which is using the pooling process. Pooling is a selection process to reduce the resolution on an insignificant feature map. Two methods in pooling, namely max pooling and average pooling, work by dividing the layer into several small grids and then taking the largest value or average value of each grid to compose the reduced digital data matrix. The pooling process requires padding to adjust the filter matrix by filling the empty parts of the matrix with the number 0. The size of the filter matrix does not affect the size of the pooling matrix. The smaller the filter matrix size, the more detailed the pooling process will be. The displacement of the filter matrix in the data matrix is determined by the magnitude of the stride. The smaller the stride size, the more detailed it will be, but the larger the pooling matrix will be. Abstrak. Pengolahan data digital membutuhkan algoritma yang dapat memproses data secara optimal. Pemrosesan data jumlah besar membutuhkan jumlah parameter yang besar pula untuk menghasilkan output yang akurat. Maka alkurasi klasifikasi pada titik tertentu akan menurun, oleh karena itu dibutuhkan sutu proses yang dapat mengekstraksi jumlah parameter yang diperlukan salah satunya menggunakan proses pooling. Pooling adalah proses melakukan seleksi untuk mengurangi resolusi pada peta ciri yang tidak signifikan. Dua metode dalam pooling yaitu max pooling dan average pooling, bekerja dengan membagi layer menjadi beberapa grid kecil lalu engambil nilai terbesar atau nilai rata-rata setiap grid untuk Menyusun matriks data digital yang telah direduksi. Proses pooling memerlukan padding untuk menyesuaikan matriks filter dengan mengisi bagian-bagian kosong matriks dengan angka 0. Ukuran matriks filter tidak mempengaruhi ukuran matriks pooling. semakin kecil ukuran matriks filter maka proses pooling akan semakin rinci. Perpindahan matriks filter pada matriks data ditentukan oleh besarnya stride. Semakin kecil ukuran stride akan semakin rinci akan tetapi ukuran matriks pooling akan semakin besar.