Creating a network topology with Darwin

Hello,
here are some questions concerning the neural net module at Darwin. I would be grateful if anyone can answer some of my questions:
1. sensitivity analysis: How is importance/sensitivity of each independent variable to the model measured ? (E.g. by measuring the %-increase of the train error if specific variable is taken out of the model ? )
2. Darwin provides the user with three types of activation functions: linear, sigmoid and hypertangent. In a paper with the title "Darwin: A scalable integrated System for Data Mining" , May 14 1997, accessible throug the ORACLE web-sites, some more activation functions have been mentioned : Heaviside, sinusoidal etc. The (most recent) release Darwin 3.7, has only three different activation functions. How can different activation functions be added. I would like to know that, because many application examples from the financial sector used the Gaussian or Radial basis (RBF) function to develop models in financial analysis (portfolio management, prediction of financial crisis etc.)
MOST IMPORTANT QUESTIONS CONCERNING DEVELOPMENT OF NETWORK ARCHITECTURE AND NETWORK TRAINING:
-> Please refer again to "Darwin: A Scalable Integrated System for Data Mining
Overview of Darwin's philosophy, architecture, and functionality for 2.x and 3.x releases, 1997" , May 14 1997, accessible throug the ORACLE web-sites on http://datamining.us.oracle.com/
3. p. 7 : The train and cross-validation mode includes an efficient implementation of the cross validation method for choosing the optimale size of network. It takes advantage of the properties of the error surface, and trains multiple networks with only a marginal increase in time needed for training a single network.
As the notion "Cross-Validation" and especially algorithms using "cross-validation"-techniques to develop a network topology have throughout literature completely different definitions and underlying ideas, may you please explain your understanding of cross-validation by clarifying the algorithm for selection of single-hidden-layer neural net as described above.
4. Learning curve analysis: Does exist a bootstrap loop for the evaluation of a learning curve ? How was the learning curve, as it is presented in the paper above, developed with the aid of a bootstrap-loop explained on p. 11
5. Most recent results in research on generalization performance and its relation to the development of an architecture of a neural net, assume/stress again that overtraining is only an effect of a misspecified, too high machine complexity. Therefore, in this case, conventional training&test-mode is not appropriate for traing a learning machine of optimal complexity.
Consequently, the idea of stopped-training is ambiguous. Only a learning machine with a too high complexity, is capable of approximating the intrinsic noise in the data.
The generalization performance of a learning machine of optimal complexity (i.e.no under-, no overfitting) increases asymptotically without turning point. (in this case: test error decreases asymptotically with the number of training iterations)
Own experiences, results, comments ?
Please note : Following article could answer this question from a more theoretical viewpoint, but hasn't been available to me yet:
Wang, C., Venkatesh, S. S. and Judd, J. S. 1994. Optimal Stopping and Effective Machine Complexity in Learning.
Advances in Neural Networks Processing Systems, G. Tesauro, D. S. Touretzky and T. K. Leen Eds. MIT Press.
Vol. 7, p239.
6. Does Darwin provide the user with a visualization tool in order to illustrate the process of learning by showing network weights? If not, how can this be implemented with the help of Darwin.
This has often been defined as "monitoring" in order to show development of network weights and to make some conclusions.
7. Genetic Algorithms: Can you specify the exact values of the parameters used in the genetic algorithm for network training? E.g. the defined value of the probability of mutation. Please note, that different parameter values (e.g. probability of mutation) used in the genetic algorithm have an effect on the performance of the search for a global optimum .
8. Genetic Algorithm : Why does the g
genetic algorithm has a learning rate ? Normally Genetic Algorithm do not have learning rates, please explain this parameter.
Learning rate are only know for gradient descemt algorithms.
9. Key-field wizzard: How is the importance of an independent variable towards the dependent variable measured ? Which is the underlying correlation coefficient ? The Darwin Help explains the two options to calculate the importance: Gini and cost.
10. E.g. why not use IBM intelligent miner for data preparation instead ORACLE Darwin, because Intelligent miner has two very important processes for data preparation in order to clean data from multi-collinearity:
- factor analysis
- principal component analysis (delivers same results)
null

I have a very similar setup and I'd be happy just to be able to get my MacBook to print to the HP6213!
Are there any guidelines out there for setting up to print to a printer connected to a Windoze infected PC?
btw
I suspect you'd need a printer with a LAN card onboard to be able to print to it without using the Windows machine as a print server.
rgds,
Dave

Similar Messages

  • Creating PS Network header with one activity

    I need to create to a projekt the network header with one activity. so I want top proceed the following coding:
         CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
          CALL FUNCTION 'BAPI_BUS2002_CREATE'
            EXPORTING
              i_network = gs_network
            TABLES
              et_return = et_return.
          CALL FUNCTION 'BAPI_PS_PRECOMMIT'
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
            IMPORTING
              return = es_return.
            CALL FUNCTION 'BAPI_PS_INITIALIZATION'.
            CALL FUNCTION 'BAPI_BUS2002_ACT_CREATE_MULTI'
              EXPORTING
                i_number    = ls_number
              TABLES
                it_activity = gt_activity.
            CALL FUNCTION 'BAPI_PS_PRECOMMIT'
            CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
              IMPORTING
                return = es_return.
    But I get an Runtime Error with "MESSAGE_TYPE_X" because the PRECOMMIT was not successful.
    Has anyone an idea how to handle that ??
    thx a lot
    Edited by: Rob Burbank on Nov 18, 2009 9:42 AM

    DATA: lt_return   TYPE TABLE OF bapiret2,
            l_wa_return TYPE bapiret2.
      CALL FUNCTION 'BAPI_PS_INITIALIZATION'
      CALL FUNCTION 'BAPI_BUS2002_CREATE'
        EXPORTING
          i_network = pi_wa_aufnr
        TABLES
          et_return = lt_return.
      READ TABLE lt_return WITH KEY type = 'S'
                           TRANSPORTING NO FIELDS.
      IF sy-subrc = 0.
        REFRESH lt_return.
        CALL FUNCTION 'BAPI_PS_PRECOMMIT'
          TABLES
            et_return = lt_return.
        READ TABLE lt_return WITH KEY type = 'S'
                           TRANSPORTING NO FIELDS.
        IF sy-subrc = 0.
          READ TABLE lt_return INTO l_wa_return INDEX 3.
          pc_aufnr_new = l_wa_return-message_v2.
        ENDIF.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          IMPORTING
            return = l_wa_return.
      ENDIF.
    this is the sample code to create network & to get the network number created

  • Design of network topology with beautiful aesthetics.

    Dear,
    How do I make a drawing like this website? How do I insert rows with 3D effect?
    http://4sysops.com/wp-content/uploads/2014/06/Graphical-Representation-of-the-Test-Lab.png
    Blog - Windows e Tecnologia

    Hi,
    If you are using Visio 2013, as Mr. Al said it has more 3D network shapes which we may choose.
    Then, please see the article, it also may be help for you:
    http://www.visguy.com/2007/10/29/oblique-connectors-for-your-3d-diagrams/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    George Zhao
    TechNet Community Support

  • Need Network Topology with Code Provided

    Hello EveryOne!
    I want to make network for university, therefore i need the topology and Codes in pkt format i will be very thankful.
    Network design is to provide secure connection between different buildings of the university, making students and staff able to access university resources.
    There are total of 7 buildings
    1  All the Buildings should have Access to Each Other.
    2. The Users in Different Buildings should be interaccesible.
    3. All the Computers in all Buildings should have Internet Access.
    4. In the Lobby of Each Building there should be Wireless Internet Access.
    5. University Guests should have free access to the Internet.
    6. Each Building will be kept on Different Network.(Designing Different VLAN for each building)
    7. Appropriate security Software should be used.
    and
    1  Routers
    2. Switches
    3. Wireless Access Points
    4. Computers
    5. Packet Tracer Software should be used for making this. If anyone can do this please reply./
    Thanks in Advance

    OooH so how can we solve this? where can we find resources?

  • WLC2504 connection and network topology with APs

                       Can i direct connect with WLC2504 an AP type AIR-CAP1802I-E-K9 ?

    Agree with Scott.  Yes, you can but it's not recommended.  Make sure your WLC is running the correct firmware to begin with.
    You may want to pust the output to the following commands:
    1.  WLC:  sh sysinfo;
    2.  AP:  sh version;
    3.  AP:  sh inventory

  • Creating Network Topology

    How to create a network topology in Java usng socket and thread programming.. given a network topology (eg. ring, mesh) in a config file.
    Also how to listen and send messages on each channel...
    please post some links or sample codes available
    Pls reply ASAP
    kunal

    Java does not have access to IGMP/ICMP and some other info that would be needed.
    The network architecture is hidden, on purpose, as it is not needed at the application layer.
    You would need to use native code and use its output to guess the topology.
    Trace route would help somewhat in connection with ping (ICMP), but if you don't already know the layout, you would have to make assumptions about the design.

  • Network topology map Cisco Prime Infrastructure

    Hi just want to inquire if it is possible to create a network topology map on cisco prime infrastructure's dashboard that will display both wired and wireless devices or do we need another cisco product to accomplish it.
    Thanks

    At long last, Prime Infrastructure 2.2 was released yesterday (17 December 2014) and now includes the Topology map feature:
    "Cisco Prime Infrastructure provides a visual map that allows you to view the physical network topology, including the network devices and the links that connect them. The topology maps have indicators that show the current alarm status of network devices and links. By using the network topology maps, you can easily monitor your network by viewing alarms and viewing the interconnection between the devices." (Link)
    I'm migrating a system now and will open a new thread with first impressions.

  • PS creating Operative Network from standard and need to copy user fields

    Hello All,
    has anyone tried to create Opertive Network(cn21) with reference to a Standard network. what we need to do is from the first line line item copy 3 user defined fields from the User Fields tab on the Standard Network to the header of the Opertaive Network and then on the additional fields tab put those 3 values.
    I have look at the User Exits and i am now looking into the BOR.
    thanks scott

    Hi,
    In copy controll Sales order 2 Delivery T-code VTLA
    Select  COPY item number  then item numbers form SO as it is come in delivery.
    If you not selected this number then system renumber item in deliver
    Kapil

  • PS creating Opertive Network from Standard network, need to copy user field

    Hello All,
       has anyone tried to create Opertive Network(cn21) with reference to a  Standard network. what we need to do is from the first line line item copy 3 user defined fields from the User Fields tab on the Standard Network to the header of the Opertaive Network and then on the additional fields tab put those 3 values. 
    I have look at the User Exits and i am now looking into the BOR.
               thanks scott

    Hi Prasad,
    Have a look at OSS Note 95024. Hope this note provides some inputs.
    Thanks
    Lakshman

  • How do I create a network to pair with iPhone app "Remote"??

    I am trying to create a network so that the iPhone "Remote" app will connect to my iTunes library.
    I tried setting up my own network self-assigned IP. The app work great yesterday now for some reason
    the app is unable to find my music library. thanks in advance.

    The computer must be on and iTunes open.

  • Is it possible to create the social networking site with adobe muse?

    Where users can create their own pages with their self information

    Sort of .... you can do the layout, but then you would have to let Dreamweaver take over for the technical stuff. First you would need to upgrade to the eCommerce plan in Business Catalyst to allow for web apps. If you are advanced in knowledge of Business Catalyst you could use Muse but would have to create the dynamic content that uses the web apps within the Business Catalyst administration. Then place those web apps into content holders and place the content holder within your Muse page.
    So while technically I don't see a reason it couldn't be done with Muse and Business Catalyst it would take some extensive knowledge of how Business CAtalyst Works.

  • Problems creating a Network -- Base Station works fine with Win XP and 7

    I just bought the Airport Express and am using it now as a base station and can connect from both my XP and Win 7 based PCs -- can access the internet from anywhere in my home -- wonder of wonders.
    I tried setting up a Network but had to go back to the factory settings each time. I basically can leave it at that (no printing from wireless) but that is not a big issue.
    What else will I miss by not being able to create a network?
    What am I doing wrong?

    Download and run this utility: http://h20180.www2.hp.com/apps/Nav?h_pagetype=s-926&h_lang=en&h_client=s-h-e17-1&h_keyword=dg-NDU&ju...
    What does it say?
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • How do I set up different network locations with different wifi?

    I am having an issue setting up different network locations with different wifi profiles on each. I want to do this to enable fast switching of wireless networks. In my house I have two wireless networks, my own personal one and one that is created by using a wifi modem supplied by my company. If I use the company wifi network then I can get into all my work applications without having to enable VPN access separately. It is also faster. However, they also block many applications including sending email from my personal email account, dropbox, etc. So throughout the day I need to switch wireless networks back and forth.
    I was looking for a faster way to switch and thought I would try network locations. Was able to set up a new network location without issue. However it seems that whatever wireless preferences, changes, or wifi network order I put into my "Work" location it carries over to my other location which is the standard "Automatic".
    What I would like it to have my "Work" location only to be able to connect to my work wifi and my other network (Automatic) to just connect to my home wifi only. That way I can enable faster wifi switching and can even use my launcher program (Alfred) to provide shortcuts.
    Anyway to do this?
    Thanks in advance for any help or advice.

    Just thought I would bump this up in the conversation. Doing a further search I came across this discussion which is similar: Connecting to a wireless network via applescript?
    However, I tried to build the Automator application as discussed and cannot get it to work. Very much a novice at Applescript and Shell Script but have created customized Automator services before. All I get now is "Shell Script command encountered an error". No more detail. I copied and pasted the script as shown in the email thread. Is there any other line or command I need to place in front of it?
    Thanks again for any help

  • How do I create Local Network Home Folders for Users from an Active Directory binding?

    My situation is this... I run an iMac lab at my school.  I have a server set up to manage the network user accounts in the lab.  Currently, I can sucessfully create Local Network Users and log in to them from any of the iMacs.  My school has an Active Directory set up for all the students on campus.  What I'd like to be able to do is configure the server to allow the students to use their user names and passwords from their school accounts to log in to the iMacs and have it automatically build a network user folder on the server for them to use during the lab. 
    So far, I have been able to configure access for the Active Directory accounts to use the services on the server, mainly File Sharing, but I cannot figure out how to allow them to log into a user account on the client's machines using their same Active Directory credentials.  I have even attempted to allow the user accounts to create mobile accounts, but that's not working out either.  Entering indivual network user accounts into the server for every student every semester will be a nightmare.  I'm sure there's a way to do it automatically using the exisitng Active Directory structure.
    The live server is running 10.8.5 Server still, but I've also got a clone running OS X Server in case it matters.  Please help!

    ok reinstalled everything dns seems to be working have done sudo changeip -checkhostname and it says that both names match but then i started open directory and can't seem to get Kerberos started, i've tried changing it to stand alone then back again but it does nothing. I'm wondering why this would happen? i've tried adding a kerberos record but it doesn't do it just does nothing so i don't know what i'm doing wrong. I wondered if it might be a problem with the two network cards and dns as on ethernet one it is getting the dns name xserve.xxxx.ac.uk (which matches what the college server wants to call us) but on ethernet 2 gets xserve-2.local because it tells me that it already exists on ethernet one and renames it to this. I need to set up NAT so have ethernet coming in on port one and out again on port two. I wonder if my dns is backwards as its got the 192. address the NAT uses but its linked to the ethernet port one dns maybe this is the problem. would this cause open directory not to start kerberos?

  • Network Users with network homes not really working for me

    I have with great pain setup a OS X Lion server on a Mac Mini that was supposed to be my central server to have 4 network users accounts and all the users data is stored on an external disk array with mounted network homes to the 2 iMacs and 2 Macbooks I have in my home.
    I have gotten it all working and all my Macs are joined to the Open Directory and each User can login as a network users on any of the Macs and get their files via mounted home directory from the server. The home directories on the server are backed up with Time Machine.
    I have found the following items that do not work proberly:
    1) Desktop backgrounds settings are just lost sometimes for whatever reason. Desktop background goes to default and you need to manually set back to the one you have selected. This happen mostly if users have their own desktop pictures.
    2) Keychain get's screwed up. The user often get the "Keychain doesn't exist to store ..." message and need to select to reset the keychain. Anything I have tried from "Keychain First Aid" to removing and have a new one created doesn't fix the problem. It keeps on coming back.
    3) iTunes Storage and AppStore are getting confused about authorized computers. This is because a user logs in from another computer and then iTunes store would tell the user this computer hasn't been authorized to play the purchase music. Same happens with iPhone apps from the AppStore. Apparently those two stores are not setup to hanlde network users proberly.
    4) Permission issues happen sometimes in Application like iPhoto where it would complain not being able to see photos or cannot add new photos to the library. Need to run a permission repair on the Iphoto Library to fix this.
    5) One critical one is that it's not really possible to restore files from Time Machine. The Time Machine backup is done on the server by an administrator account directly backing up the user directories. When you go into Time Machine on the server even the admin can drill down into the user directories so no restore possible. The individual users have no idea that there was ever a Time Machine backup done as Time Machine is not setup in their accounts on the individual Macs. This prevents any possible restore.
    I reckon that many of the problems are related to having only one location for ~/Library as the individual Macs are writing their user related settings into this directory in a central location. So what happens is when something on iMac 1 and then I log in on iMac 2 that might not exactly match this Macs config and it get's confused throwing one of the above erors.
    Trouble is witth central network home directory the way they mounted i can't exclude the ~/Library folder. The only option I can see is mobile account because I have seen in the preferences that when they sync the handle Library items differently.
    Does anybody have any experience out there with this sort of thing and can advise what's the best way forward?
    If i can't resolve this I'll go back to have network users with local home directories on each Mac and just setup for each user a network share to which they copy files if they want them available on other Macs. Not as nice but at least it works!
    As a said note I did this to make things easier but it has up to now cost me trouble then i had before!

    Haven't heard anything from anybody so probably to daunting a topic ...
    I have now moved on to try Portable Home Directories (PHD) and syncing ... what a disaster!
    First it took  me ages to get this right as the way the home directores are mounted on the clients from the server it's just weired which has to do with how AFP mounts are implemented. Since one AFP mount can't be mounted by several users on the same system they use a workaround of mounting it to a temp directory and then linking it back to where it should be. Of course this causes major problems.
    Okay it kind of worked so let's move on to syncing PHD. First of all on initial creation it only sync a small portion of the directory that should be okay but on some of my accounts it never went passed this stage. It said it's all synced but it only had synced the first 10% or so of the data. I wasn't able to make it sync anymore.
    On other accounts it correctly synced all the data down, or so I thought. Apparently a few sync session back and forth and 50-60% of the data was gone. On further investigation it turned out to be iTunes and iPhoto libraries. Turns out does don't sync probably via Home Sync!!!
    Apple product is not able to probably syncing Apple specific library files!!!!
    So here my warning to everybody: DO NOT USE PHD and HOME SYNC to sync your data as you will lose stuff if you have iTunes and/or iPhoto libraries with Lion OS X Server!!!
    The whole Lion Server experience has been a disaster for me. Now I have a server that does file sharing and time machine backup sharing. I can do the same thing with a standard Mac using those services. What's the point of Lion Sever for Home if nothing works proberly?

Maybe you are looking for

  • How to get Hierarchical XML File from a Database Join Query !

    Hi, How can i get a Hierarchical XML File from a Database Join Query ? Any join query returns repeated values as below: BD17:SQL>select d.dname, e.ename, e.sal 2 from dept d 3 natural join 4 emp e 5 / DNAME ENAME SAL ACCOUNTING CLARK 2450 ACCOUNTING

  • Regarding  StoredProcedure or SELECT Query...

    Hi every one.., can any one help me to create a StoredProcedure or a SELECT query.... i know its not the correct place, but some one may had faced this scenario...... : ) pls help me... i have to select the maximum value for each day... ie., this wha

  • Program to check existence of a url hangs!!!

    Here is my code to check whether a url exists ... import java.net.*; import java.io.*; import java.util.*; public class urlExists      urlExists()      public int exists(String urlname) throws IOException           URL url=null;           try        

  • Reinstall Address Book application

    Reinstall Address Book application

  • Font size problem in CS2 for Windows

    I've run into a problem that I had about a year ago but can't remember how to fix it. When I highlight some text and look in the Character palette, the size shows as 9 pt (8.33 pt). When I try to change it to 10 pt, the number in the parentheses chan