Computecostgradient_0FA8FC88-6C4B-9260-6CC3-F2154691B279.names 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "entries": [
  3. {
  4. "base": "{0FA8FC88-6C4B-9260-6CC3-F2154691B279}",
  5. "context": "ScriptCanvas::Node",
  6. "variant": "",
  7. "details": {
  8. "name": "Compute cost gradient",
  9. "category": "MachineLearning",
  10. "tooltip": "Calculates the cost gradient for a machine learning model against a set of activations and a set of expected outputs."
  11. },
  12. "slots": [
  13. {
  14. "base": "Input_In_0",
  15. "details": {
  16. "name": "In",
  17. "tooltip": "Parameters controlling cost gradient calculation"
  18. }
  19. },
  20. {
  21. "base": "DataInput_Model_0",
  22. "details": {
  23. "name": "Model"
  24. }
  25. },
  26. {
  27. "base": "DataInput_Activations_1",
  28. "details": {
  29. "name": "Activations"
  30. }
  31. },
  32. {
  33. "base": "DataInput_ExpectedOutput_2",
  34. "details": {
  35. "name": "ExpectedOutput"
  36. }
  37. },
  38. {
  39. "base": "Output_On In_0",
  40. "details": {
  41. "name": "On In",
  42. "tooltip": "Parameters controlling cost gradient calculation"
  43. }
  44. },
  45. {
  46. "base": "DataOutput_Cost_0",
  47. "details": {
  48. "name": "Cost"
  49. }
  50. }
  51. ]
  52. }
  53. ]
  54. }