🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Neural network data optimization

User: "Airbus_emitter"
New Altair Community Member
Updated by Jocelyn
Good morning,

I am new to rapidminer and machine learning and I would like to know if there is a way in rapid miner to optimize the weight of some features used in a clustering.

I have a database with 2 million lines to train a neural network. I would like it to automatically know what weight should be given to each feature in order to obtain the number of clusters searched.
This number of clusters solution is also known in another database, so it would have to be used as a form of validation.

Is this possible, is there something like this already created?

Thank you very much in advance.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "tomMEM"
    New Altair Community Member
    Hello, did you try Auto model for just one Model and then Open Process after completion with your data set? After Open Process you will find many hints about processes allowing to monitor the weight of features etc.
    User: "Telcontar120"
    New Altair Community Member
    If you know the cluster value for each record, then you can turn this into a supervised machine learning model, where the cluster is the label you are trying to predict. This makes optimization a bit more straightforward. With unsupervised ML algorithms, optimization can be a bit trickier since you need to define some performance metric with which to optimize the outcomes (and not all operators will be set up to support this).