Rana Sulthanah
Universitas Islam Negeri Ar-Raniry Banda Aceh, Fakultas Sains dan Teknologi, Teknologi Informasi, Banda Aceh, Indonseia

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Penerapan Metode McCulloch-Pitts Menggunakan Python Untuk Pengujian Pengenalan Pola Operator AND, Operator OR, Operator XOR Pada Fungsi Logika Rana Sulthanah; Nazaruddin Ahmad
J-INTECH ( Journal of Information and Technology) Vol 11 No 2 (2023): J-Intech : Journal of Information and Technology
Publisher : LPPM STIKI MALANG

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32664/j-intech.v11i2.1022

Abstract

Artificial neural networks (ANNs) are a part of artificial intelligence that applies the concept of how the biological neural network in humans operates. The primary advantage of ANNs lies in their ability to recognize specific patterns, such as the pattern notation of logic functions tested in this study using the McCulloch-Pitts model. Testing the pattern recognition of logic functions, involving AND, OR, and XOR operators, entails input variables: values X1, X2, and other input values (Xn), as well as target values (t) that match the truth table forms of each logic function. The test results indicate the alignment of the testing process using the concept of artificial neural networks with the patterns of logic functions. The implementation of the test is carried out using the Python programming language, which can produce conformity in the pattern forms of logic functions. The testing process is conducted by determining input values for each variable used in the logic functions, inputting weights (W) for each input value, and setting a threshold value directly to obtain results that align the output with the target.