Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Need Help

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Help

    Hello Friends,


    I am about to make Intrusion Detection System. In that I am making Neural Network for the purpose of dynamic rule generation.

    So from where should I begin.

    I want to trace user behaviour. So please provide me your help regarding the same. Also how should i trained my neural network.

    If you have any input please provide me ..

    Thank you in advance.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Need Help

    Sounds like you have a lot of design work to do before you are ready to write java code.
    When you get your design come on back if you have specific questions about how to implement it in java.

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Need Help

    Yeah. I have completed with the design for Intrusion Detection System. and Now I just want to know How to capture 41 Inputs which are required for IDS system to provide output as per KDD CUP 99 Dataset. for Live system that is host where the IDS will be installed. ?
    If anyone can guide me on this then it will be very helpful.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Need Help

    How to capture 41 Inputs
    It depends on where the inputs come from?
    Do users enter them?
    Are they in a file or a database?

  5. #5
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Need Help

    Quote Originally Posted by Norm View Post
    It depends on where the inputs come from?
    Do users enter them?
    Are they in a file or a database?
    I guess he needs to capture inputs from some device.

    Am i right OP?

Tags for this Thread