8000 It's a good example but I have a question · Issue #1 · ni79ls/har-keras-cnn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
It's a good example but I have a question #1
Open
@CountChu

Description

@CountChu

Hi,

I have a question about the code in the file
20180903_Keras_HAR_WISDM_CNN_v1.0_for_medium.py

Normalize features for training data set

df_train['x-axis'] = feature_normalize(df['x-axis'])
df_train['y-axis'] = feature_normalize(df['y-axis'])
df_train['z-axis'] = feature_normalize(df['z-axis'])

Should it be as below?
df_train['x-axis'] = feature_normalize(df_train['x-axis'])
df_train['y-axis'] = feature_normalize(df_train['y-axis'])
df_train['z-axis'] = feature_normalize(df_train['z-axis'])

Regards,
Count Chu

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0