Praveer Tiwari
Members-
Content count
2 -
Joined
-
Last visited
Praveer Tiwari's Activity
-
Praveer Tiwari added a topic in Data Preprocessing
Preprocessing testing and training input fileWhen the testing and training data are different and the respective input files are not standardized, in that case is this the right way of preprocessing:
preprocess non_standardized_training_input_file.txt non_standardized_training_input_file.txt 1 standardized_training_input_file.txt
followed by
preprocess non_standardized_training_input_file.txt non_standardized_testing_input_file.txt 1 standardized_testing_input_file.txt
- 1 reply
- 8,289 views
-
Praveer Tiwari added a topic in Neural Network
Calculation of Training ErrorsHow is training error calculated while training the network?
- 1 reply
- 3,336 views