<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://camarreal.dedyn.io/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://camarreal.dedyn.io/feed.php">
        <title>dokucama - network_stuff:machine_learning</title>
        <description></description>
        <link>https://camarreal.dedyn.io/</link>
        <image rdf:resource="https://camarreal.dedyn.io/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-05-01T13:48:03+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:jupyter&amp;rev=1711784801&amp;do=diff"/>
                <rdf:li rdf:resource="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:knowledge_graphs&amp;rev=1711805639&amp;do=diff"/>
                <rdf:li rdf:resource="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:nns&amp;rev=1698935895&amp;do=diff"/>
                <rdf:li rdf:resource="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:pandas&amp;rev=1698935895&amp;do=diff"/>
                <rdf:li rdf:resource="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:supervised_learning&amp;rev=1698935895&amp;do=diff"/>
                <rdf:li rdf:resource="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:unsupervised_learning&amp;rev=1698935895&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://camarreal.dedyn.io/lib/exe/fetch.php?media=wiki:logo.png">
        <title>dokucama</title>
        <link>https://camarreal.dedyn.io/</link>
        <url>https://camarreal.dedyn.io/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:jupyter&amp;rev=1711784801&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-30T07:46:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>jupyter</title>
        <link>https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:jupyter&amp;rev=1711784801&amp;do=diff</link>
        <description>python3 -m venv my-jupyter-env
source my-jupyter-env/bin/activate
pip install jupyter notebook  OR pip install jupyterlab
	*  Create a new cell: Esc + B
	*  Run a cell: Ctrl + Enter or Shift + Enter
	*  Change cell type (code/markdown): Esc + Y (code), Esc + M (markdown)</description>
    </item>
    <item rdf:about="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:knowledge_graphs&amp;rev=1711805639&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-30T13:33:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>knowledge_graphs</title>
        <link>https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:knowledge_graphs&amp;rev=1711805639&amp;do=diff</link>
        <description>*  graph databases are used to build knowledge graphs. Ontologies Googlge popularized the term.
		*  Eg: neo4j

	*  develop a knowledge graph schema

---

Slides

	*  &lt;https://drive.google.com/file/d/1_gC3YBLVJhjLlDfv9ev5rWOHZbdQZFA2/view?usp=drive_link&gt;</description>
    </item>
    <item rdf:about="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:nns&amp;rev=1698935895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-02T14:38:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>nns</title>
        <link>https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:nns&amp;rev=1698935895&amp;do=diff</link>
        <description>NEURONAL NETWORKS


Behold the neuron


	*  Keras : Designed to enable fast experimentation with deep neural networks. Keras is built on top of TensorFlow




	*  How the weights are calculated/readjusted:
	*  Backward propagation: If the output is wrong, the system needs to go back and revise its weights</description>
    </item>
    <item rdf:about="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:pandas&amp;rev=1698935895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-02T14:38:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pandas</title>
        <link>https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:pandas&amp;rev=1698935895&amp;do=diff</link>
        <description>*  pandas-exercises
	*  labels and data
	*  series and dataframes Link
		*  Series: is one-dimensional. But remember in pandas there&#039;s always an index/label axis, so is really two &#039;columns&#039;
			*  series are like dictionaries but much more powerful (they can be accessed by index/key)</description>
    </item>
    <item rdf:about="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:supervised_learning&amp;rev=1698935895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-02T14:38:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>supervised_learning</title>
        <link>https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:supervised_learning&amp;rev=1698935895&amp;do=diff</link>
        <description>SUPERVISED LEARNING:


In python, we use the method fit to train a model. Fit~train
kmeans.fit(argument)    
kmeans.predict (argument)    # Python predict() predicts the labels of the data values based on the trained model.


REGRESSION

For continuous tgt values</description>
    </item>
    <item rdf:about="https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:unsupervised_learning&amp;rev=1698935895&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-02T14:38:15+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>unsupervised_learning</title>
        <link>https://camarreal.dedyn.io/doku.php?id=network_stuff:machine_learning:unsupervised_learning&amp;rev=1698935895&amp;do=diff</link>
        <description>UNSUPERVISED LEARNING:


In python, we use the method fit to train a model. Fit~train
kmeans.fit(argument)    
kmeans.predict (argument)    # ython predict() predicts the labels of the data values based on the trained model.</description>
    </item>
</rdf:RDF>
