You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) open python command line interface (or Anaconda command prompt) at the location where the python file (name: ML_4H.py), included in this project, is located.
2) Type the following command, make sure to enclose the full paths, activation function name, in double quotes, allowed values for activation function are - "sigmoid", "tanh" and "relu". This program expects 4 parameters:
python ML_4H.py <Dataset path> <Activation function like sigmoid, tanh or relu> <No. of iterations> <Learning Rate>