Submitted by Steve_Sizzou t3_zasxg5 in MachineLearning
Is it correct that with a sufficiently large - in terms of layers and nodes - neural network, that when trained, the network kind of performs feature engineering? I know that would not be formally how to describe it, but does a neural network find interesting patterns in the data that are kind of like features that are maybe even difficult to describe? Here's an example to describe what I'm getting at.
just say I'm trying to predict what picture a person is looking at based upon their brain activity, which I measure with EEG as a time series, across 128 electrodes. with a neural network can I just feed in the raw time series voltage recordings, and that will take case of discerning any valuable features, or should I also create a bunch of feature from the data - like mean, std. dev, median, entropy etc?
Thanks!
Tezalion t1_iynlekp wrote
The overall tendency is that AI is better at such research than human, so more work delegated to AI is better. But if your system is not very advanced and refined yet, it could benefit from additional features.