Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the source link for reinforcement learning and ensemble learning #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 29 additions & 19 deletions images/machine_learning.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<mxfile modified="2021-12-23T18:04:14.678Z" host="app.diagrams.net" agent="5.0 (Windows)" etag="NNe9CGg27ofJprU9lvEt" compressed="false" version="16.0.3" type="device">
<mxfile modified="2023-12-07T09:21:03.043Z" host="app.diagrams.net" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" etag="puESeWhgZ-i6h8JRQRMR" compressed="false" version="22.1.7" type="github">
<diagram id="fr6Ozu_w740tUXcH1CqF" name="Page-2">
<mxGraphModel dx="1038" dy="536" grid="1" gridSize="5" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="760" pageHeight="1400" math="0" shadow="0">
<mxGraphModel dx="839" dy="437" grid="1" gridSize="5" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="760" pageHeight="1400" math="0" shadow="0">
<root>
<mxCell id="htyU483B0FxtcKePXL7N-0" />
<mxCell id="htyU483B0FxtcKePXL7N-1" parent="htyU483B0FxtcKePXL7N-0" />
Expand Down Expand Up @@ -115,12 +114,16 @@
<mxGeometry x="285" y="656" width="170" height="40" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="VYEq6nQbCD_IG90U4M3M-9" value="Ensemble Learning" style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="285" y="706" width="170" height="40" as="geometry" />
</mxCell>
<mxCell id="VYEq6nQbCD_IG90U4M3M-10" value="Reinforcement Learning" style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="285" y="756" width="170" height="40" as="geometry" />
</mxCell>
<UserObject label="Ensemble Learning" link="https://machinelearningmastery.com/tour-of-ensemble-learning-algorithms/" linkTarget="_blank" id="VYEq6nQbCD_IG90U4M3M-9">
<mxCell style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="285" y="706" width="170" height="40" as="geometry" />
</mxCell>
</UserObject>
<UserObject label="Reinforcement Learning" link="https://en.wikipedia.org/wiki/Reinforcement_learning" id="VYEq6nQbCD_IG90U4M3M-10">
<mxCell style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="285" y="756" width="170" height="40" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="HnN437S74T-ZC1-G-TRg-10" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;dashed=1;dashPattern=1 2;endArrow=none;endFill=0;strokeColor=#1F6286;fontSize=24;fontColor=#FFFFFF;" parent="htyU483B0FxtcKePXL7N-1" source="cgMZx1r-UadFNIfda-r5-0" target="VYEq6nQbCD_IG90U4M3M-6" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
Expand Down Expand Up @@ -308,13 +311,15 @@
<mxCell id="HnN437S74T-ZC1-G-TRg-36" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;dashed=1;dashPattern=1 2;endArrow=none;endFill=0;strokeColor=#1F6286;fontSize=24;fontColor=#FFFFFF;" parent="htyU483B0FxtcKePXL7N-1" source="HnN437S74T-ZC1-G-TRg-33" target="VYEq6nQbCD_IG90U4M3M-9" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HnN437S74T-ZC1-G-TRg-33" value="&lt;span style=&quot;font-size: 10px&quot;&gt;Bagging&lt;/span&gt;" style="rounded=0;whiteSpace=nowrap;html=1;fontSize=11;fillColor=#878787;textDirection=ltr;fontColor=#FFFFFF;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="525" y="890" width="180" height="20" as="geometry" />
</mxCell>
<UserObject label="&lt;span style=&quot;font-size: 10px&quot;&gt;Bagging&lt;/span&gt;" link="https://www.simplilearn.com/tutorials/machine-learning-tutorial/bagging-in-machine-learning" linkTarget="_blank" id="HnN437S74T-ZC1-G-TRg-33">
<mxCell style="rounded=0;whiteSpace=nowrap;html=1;fontSize=11;fillColor=#878787;textDirection=ltr;fontColor=#FFFFFF;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="525" y="890" width="180" height="20" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="HnN437S74T-ZC1-G-TRg-37" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.5;entryDx=0;entryDy=0;dashed=1;dashPattern=1 2;endArrow=none;endFill=0;strokeColor=#1F6286;fontSize=24;fontColor=#FFFFFF;" parent="htyU483B0FxtcKePXL7N-1" source="HnN437S74T-ZC1-G-TRg-34" target="VYEq6nQbCD_IG90U4M3M-9" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<UserObject label="&lt;font style=&quot;font-size: 10px&quot;&gt;Stacking&lt;/font&gt;" id="HnN437S74T-ZC1-G-TRg-34">
<UserObject label="&lt;font style=&quot;font-size: 10px&quot;&gt;Stacking&lt;/font&gt;" link="https://www.analyticsvidhya.com/blog/2021/08/ensemble-stacking-for-machine-learning-and-deep-learning/" linkTarget="_blank" id="HnN437S74T-ZC1-G-TRg-34">
<mxCell style="rounded=0;whiteSpace=nowrap;html=1;fontSize=11;fillColor=#878787;textDirection=ltr;fontColor=#FFFFFF;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="525" y="915" width="180" height="20" as="geometry" />
</mxCell>
Expand All @@ -324,21 +329,21 @@
</mxCell>
<UserObject label="&lt;font style=&quot;font-size: 11px;&quot;&gt;Q-Learning&lt;/font&gt;" id="HnN437S74T-ZC1-G-TRg-38">
<mxCell style="rounded=0;whiteSpace=nowrap;html=1;fontSize=11;fillColor=#878787;textDirection=ltr;fontColor=#FFFFFF;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="125" y="827" width="115" height="20" as="geometry" />
<mxGeometry x="37" y="848" width="115" height="20" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="HnN437S74T-ZC1-G-TRg-44" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;endArrow=none;endFill=0;strokeColor=#1F6286;fontSize=11;fontColor=#000000;" parent="htyU483B0FxtcKePXL7N-1" source="HnN437S74T-ZC1-G-TRg-40" target="VYEq6nQbCD_IG90U4M3M-10" edge="1">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="HnN437S74T-ZC1-G-TRg-40" value="Sentiment Analysis" style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="155" y="895" width="170" height="40" as="geometry" />
<mxGeometry x="170" y="895" width="170" height="40" as="geometry" />
</mxCell>
<mxCell id="HnN437S74T-ZC1-G-TRg-41" value="Collaborative Filtering" style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="155" y="945" width="170" height="40" as="geometry" />
<mxGeometry x="170" y="945" width="170" height="40" as="geometry" />
</mxCell>
<UserObject label="Tagging" link="https://collaboro.com/tagging-machine-learning/" id="HnN437S74T-ZC1-G-TRg-42">
<mxCell style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;shadow=1;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="155" y="995" width="170" height="40" as="geometry" />
<mxGeometry x="170" y="995" width="170" height="40" as="geometry" />
</mxCell>
</UserObject>
<mxCell id="HnN437S74T-ZC1-G-TRg-52" style="edgeStyle=orthogonalEdgeStyle;curved=1;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;endArrow=none;endFill=0;strokeColor=#1F6286;fontSize=11;fontColor=#000000;" parent="htyU483B0FxtcKePXL7N-1" source="HnN437S74T-ZC1-G-TRg-43" target="-F556bFNc2k-Ru-i3tAO-0" edge="1">
Expand All @@ -347,10 +352,10 @@
</mxGeometry>
</mxCell>
<mxCell id="HnN437S74T-ZC1-G-TRg-43" value="Prediction" style="rounded=1;whiteSpace=nowrap;html=1;fillColor=#1F6286;fontColor=#FFFFFF;textDirection=ltr;" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="155" y="1045" width="170" height="40" as="geometry" />
<mxGeometry x="170" y="1045" width="170" height="40" as="geometry" />
</mxCell>
<mxCell id="HnN437S74T-ZC1-G-TRg-45" value="&lt;font color=&quot;#000000&quot; style=&quot;font-size: 16px&quot;&gt;Use Cases&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=nowrap;rounded=0;labelBackgroundColor=none;fontSize=16;fontColor=#FFFFFF;fontStyle=1" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="135" y="869" width="110" height="20" as="geometry" />
<mxGeometry x="153" y="869" width="110" height="20" as="geometry" />
</mxCell>
<mxCell id="HnN437S74T-ZC1-G-TRg-47" value="&lt;font color=&quot;#000000&quot; style=&quot;font-size: 16px&quot;&gt;Tools&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=nowrap;rounded=0;labelBackgroundColor=none;fontSize=16;fontColor=#FFFFFF;fontStyle=1" parent="htyU483B0FxtcKePXL7N-1" vertex="1">
<mxGeometry x="359.5" y="1148.3333333333335" width="110" height="20" as="geometry" />
Expand Down Expand Up @@ -545,6 +550,11 @@
</Array>
</mxGeometry>
</mxCell>
<UserObject label="&lt;font style=&quot;font-size: 11px;&quot;&gt;Q-Learning&lt;/font&gt;" link="https://en.wikipedia.org/wiki/Q-learning" linkTarget="_blank" id="mkCelc3DH3DmVAuuiAER-0">
<mxCell style="rounded=0;whiteSpace=nowrap;html=1;fontSize=11;fillColor=#878787;textDirection=ltr;fontColor=#FFFFFF;" vertex="1" parent="htyU483B0FxtcKePXL7N-1">
<mxGeometry x="36" y="848" width="115" height="20" as="geometry" />
</mxCell>
</UserObject>
</root>
</mxGraphModel>
</diagram>
Expand Down