يتيح بناء المستغل على الشبكة العصبية معا - Page 3
الصفحة 3 من 389 FirstFirst 123
Results 21 to 24 of 24

Thread: يتيح بناء المستغل على الشبكة العصبية معا

  1. #21
    hi.... I will testing it... I hope this one to be mature. .

  2. #22
    What form of NN are you currently using?

  3. #23
    I'm curious to test it ---------------------------------------------
    http://www.myfxbook.com/members/pc8multifx

  4. #24

    Quote Originally Posted by ;
    مرحبًا Neuro ، لدي نظرة خاطفة على شفرة المصدر ولا يبدو أنك تقوم بتطبيع معلومات الإدخال. يبدو أنك تقوم بإطعام الأسعار مباشرة من المجتمع. يجب تطبيع معلومات الشبكة العصبية إما من -1 إلى 0 أو 1.
    Agreed. If you're working with information in a range besides [-1;1] or [0], then you have to normalize those data. This is the theory: - You decide the information range. Let say you are working on EURUSD, which means that your data range will probably be something similar to [1.1;1.6] - You convert all data to the range [0;1] (or [-1;1] if needed) - You automatically procedure the information thru the ANN - You de-scale the resulting outputs using the exact same scale. In this instance, you convert all information from range [0;1] back to [1.1; [ 1.6]. Here's a function ported in MQL4 from Atmel-C (C-based language used to program Atmel AVR chips ) that just do this: Inserted Code double map(double x, double in_min, dual in_max, dual out_min, double out_max) return ((x - in_min) * (out_max - out_min)(in_max - in_min) out_min); Example: To convert x from range [0.5;2.5] to range [0;1]: Inserted Code x2 = map(x,0.5,2.5,0,1);

أذونات النشر

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك
  •  
  • رمز BB مفعل
  • الابتسامات مفعلة
  • رمز[IMG] مفعل
  • رمز [VIDEO] مفعل
  • رمز HTML غير مفعل
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.