Search found 8 matches

by shank
Tue 17. Sep 2019, 12:40
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Re: Step by Step explanation on VBA DLL

Mr. Jetter, Sorry for responding late. Moreover, can you show me some examples for normalizing data in MemBrain ? I did that initially and all I could get was a notification "Data in the lesson editor is out of range with respect to normalization setting". Even if I bypassed it by running ...
by shank
Thu 12. Sep 2019, 05:11
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Re: Step by Step explanation on VBA DLL

Yes, I have few questions regarding result file and plot as well. 1. I understand that each of the variable is changing on a scale by keeping other variables constant (mean value). This is visible in lesson learner. However, the scale is from -1 to +1 which is little confusing because the neural net...
by shank
Wed 11. Sep 2019, 11:41
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Re: Step by Step explanation on VBA DLL

Scripting is successful.
I got to see the pattern viewer and there are different graphs plotted...
But, I might need a little help on interpretation...
by shank
Wed 11. Sep 2019, 09:13
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Re: Step by Step explanation on VBA DLL

Made the changes and run the program.
After adding the node to program, it resulted into error
result = MB_LoadNet(fileName)
(Screenshot attached)
by shank
Tue 10. Sep 2019, 11:25
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Re: Step by Step explanation on VBA DLL

I changed the code as suggested and program did run for a while only to end up giving another error: Run time error File MemBrainDLL.dll not found (Screenshot is attached herewith) However, I am going through this exercise because I need to know the relative importance of variables as mentioned in e...
by shank
Tue 10. Sep 2019, 06:06
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Re: Step by Step explanation on VBA DLL

Mr. Jetter,

I figured out the permissions it required. But got stuck at something else.
It seems that we need to change the code a little bit for 64-bit (that's what program is asking us to do).
I have attached a screenshot for the error I am getting while running the code.
by shank
Mon 9. Sep 2019, 06:09
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Re: Step by Step explanation on VBA DLL

Hi, I am using MS Office 2010 version. As far as "userform1" is concerned, I have to insert the userform1 from INSERT tab. I do not see the entry "UserForm1" there by default as shown in the screenshot shared by you. What kind of permission, I am supposed to give in order to run ...
by shank
Thu 5. Sep 2019, 11:37
Forum: Miscellaneous Topics
Topic: Step by Step explanation on VBA DLL
Replies: 14
Views: 31605

Step by Step explanation on VBA DLL

Thank you Mr. Jetter for activating my account. I am facing difficulty in utilizing the VBA DLL feature of memBrain. As instructed in Help section of memBrain, I downloaded the "VBA DLL Example" from website and followed the steps mentioned within test-box. I am using 64-bit system therefo...