Education Game

5:42 AM | , , , , ,

Hi.. friend. I just wanna share you an education game about music theory. If you're an Indonesian, i'm sure that you can understand it. But, I promise that I will make an English version soon. This is the game. Let's play ... :DDownload game at http://www.4shared.com/document/EZqJhaRZ/Teori_Musik.htm...
Read More

My Geometric Part 1

6:04 AM | , , , ,

Hey guys... :) for this time I want to share my project. I call it MyGeometric. I will show you how to build a concept about OOP in java. Okay guys, those are the code. (Rectangle.java) package Geo1; public class Rectangle {     protected double Long,Width;     public void setSize(double l,double w){         Long=l;        ...
Read More

Perceptron Algorithm

12:04 PM | , ,

Hi… guys :) For this time I want to tell you about Perceptron Algorithms to solve an Artificial Neural Network (ANN) problem. For example we will make an ANN model to know the XOR statement target as below. Input Target X1 X2 t 1 1 -1 1 0 1 0 1 1 0 0 -1 We need to finish it with α=0.6 , b=0.2 , w1 (weight of x1) = 0.3 , w2= - 0.2 , and θ=0.7The...
Read More

Pages (31)123456 Next