Pengujian Terhadap Data Roti Pisang Spesial
Suwanto, Tri, A. 2015. Prediksi Nilai Tukar Rupiah Terhadap Dolar Amerika Serikat Dengan Menggunakan Metode Backpropagation. Skripsi.
Tidak dipublikasikan. Yogyakarta: Universitas Sanata Dharma. Reksohadiprodjo, Sukanto. 1995. Manajemen Produksi dan Operasi Ed.1.
Yogyakarta : BPFE-Yogyakarta. Riedmiller M, Braun H. 1993. A Direct adaptive Method for Faster
Backpropagation Learning: The RPROP Algorithm. http:deeplearning.cs.cmu.edupdfsRprop.pdf
. Diakses 9 Juni 2016. Shewchuk ,Jonathan R. 1994. An Introduction to the Conjugate Gradient Method
Without the Agonizing Pain Ed. .
https:www.cs.cmu.edu~quake- paperspainless-conjugate-gradient.pdf
. Diakses tanggal 26 Mei 2016. William H, Hidayatno A, Zahra A.A,. 2014. Aplikasi Jaringan Syaraf Tiruan
Perambatan Balik Untuk Prakiraan Valuta GBPUSD Dalam Forex Trading. Semarang : Jurusan Teknik Elektro, Universitas Diponegoro.
LAMPIRAN 1. Source Code Kelas GUI
function varargout = HalamanUtamaPrediksivarargin
HALAMANUTAMAPREDIKSI MATLAB code for HalamanUtamaPrediksi.fig HALAMANUTAMAPREDIKSI, by itself, creates a new
HALAMANUTAMAPREDIKSI or raises the existing singleton.
H = HALAMANUTAMAPREDIKSI returns the handle to a new HALAMANUTAMAPREDIKSI or the handle to
the existing singleton. HALAMANUTAMAPREDIKSICALLBACK,hObject,eventData,handles,...
calls the local function named CALLBACK in HALAMANUTAMAPREDIKSI.M with the
given input arguments. HALAMANUTAMAPREDIKSIProperty,Value,... creates a new
HALAMANUTAMAPREDIKSI or raises the existing singleton. Starting from the left, property
value pairs are applied to the GUI before HalamanUtamaPrediksi_OpeningFcn
gets called. An unrecognized property name or invalid value makes property
application stop. All inputs are passed to
HalamanUtamaPrediksi_OpeningFcn via varargin. See GUI Options on GUIDEs Tools menu. Choose GUI allows
only one instance to run singleton.
See also: GUIDE, GUIDATA, GUIHANDLES Edit the above text to modify the response to help
HalamanUtamaPrediksi Last Modified by GUIDE v2.5 21-Apr-2016 12:28:01
Begin initialization code - DO NOT EDIT gui_Singleton = 1;
gui_State = struct gui_Name
, mfilename, ...
gui_Singleton , gui_Singleton,
... gui_OpeningFcn
, HalamanUtamaPrediksi_OpeningFcn,
... gui_OutputFcn
, HalamanUtamaPrediksi_OutputFcn,
... gui_LayoutFcn
, [] , ...
gui_Callback , [];
if nargin ischarvarargin{1}
gui_State.gui_Callback = str2funcvarargin{1}; end
if nargout
[varargout{1:nargout}] = gui_mainfcngui_State, varargin{:}; else
gui_mainfcngui_State, varargin{:}; end
End initialization code - DO NOT EDIT --- Executes just before HalamanUtamaPrediksi is made visible.
function HalamanUtamaPrediksi_OpeningFcnhObject, eventdata,
handles, varargin This function has no output args, see OutputFcn.
hObject handle to figure eventdata reserved - to be defined in a future version of
MATLAB handles structure with handles and user data see GUIDATA
varargin command line arguments to HalamanUtamaPrediksi see VARARGIN
Choose default command line output for HalamanUtamaPrediksi handles.output = hObject;
handles.output = hObject; axeshandles.axes2;
I=imread USD-logo.jpg
; imshowI;
Update handles structure guidatahObject, handles;
UIWAIT makes HalamanUtamaPrediksi wait for user response see UIRESUME
uiwaithandles.figure1; --- Outputs from this function are returned to the command line.
function varargout = HalamanUtamaPrediksi_OutputFcnhObject,
eventdata, handles varargout cell array for returning output args see VARARGOUT;
hObject handle to figure eventdata reserved - to be defined in a future version of
MATLAB handles structure with handles and user data see GUIDATA
Get default command line output from handles structure varargout{1} = handles.output;
function input_tanggal_CallbackhObject, eventdata, handles
hObject handle to input_tanggal see GCBO eventdata reserved - to be defined in a future version of
MATLAB handles structure with handles and user data see GUIDATA
Hints: gethObject,String returns contents of input_tanggal as text
str2doublegethObject,String returns contents of input_tanggal as a double
--- Executes during object creation, after setting all properties.
function input_tanggal_CreateFcnhObject, eventdata, handles
hObject handle to input_tanggal see GCBO eventdata reserved - to be defined in a future version of
MATLAB handles empty - handles not created until after all
CreateFcns called Hint: edit controls usually have a white background on Windows.
See ISPC and COMPUTER.