Skip to content

Latest commit

 

History

History
68 lines (68 loc) · 1.24 KB

README.md

File metadata and controls

68 lines (68 loc) · 1.24 KB
{
  "nodes": {
    "Machine Learning": {
      "color": "black"
    },
    "Supervised Learning": {
      "color": "red"
    },
    "Semi-Supervised Learning": {
      "color": "red"
    },
    "Unsupervised Learning": {
      "color": "red"
    },
    "Reinforcement Learning": {
    "color": "red"
    },
    "Classification": {
      "color": "red"
    },
    "Regression": {
      "color": "red"
    }
  },
  "edges": {
    "Machine Learning": {
      "Supervised Learning": {
        "color": "#b2b19d",
        "width": 2,
        "directed": true
      },
      "Semi-Supervised Learning": {
        "color": "#b2b19d",
        "width": 2,
        "directed": true
      },
      "Unsupervised Learning": {
        "color": "#b2b19d",
        "width": 2,
        "directed": true
      },
      "Reinforcement Learning": {
        "color": "#b2b19d",
        "width": 2,
        "directed": true
      }
    },
    "Supervised Learning": {
      "Classification": {
        "color": "#b2b19d",
        "width": 2,
        "directed": true
      },
      "Regression": {
        "color": "#b2b19d",
        "width": 2,
        "directed": true
      }
    }
  },
  "params": {
    "height": 600,
    "width": 300,
    "padding": [160,160,160,160]
  }
}