Skip to main content
Into the Lion's Den 2
  1. Projects/

Into the Lion's Den 2

·233 words
Francisco Aguilar Meléndez
Author
Francisco Aguilar Meléndez
This website is where I showcase projects that I find intriguing, requiring essential skills or concepts in the areas of data analysis, machine learning, cybersecurity, strategy, and artificial intelligence. Some are blog entries discussing topics that intersect these themes and their real-life implications
Projects - This article is part of a series.
Part 2: This Article

title: “Into the Lion’s Den” description: “This week we’re learning about lions.”

algorithms: [“sorting”, “hashing”]
#

tags: [“machine learning”, “deep learning”] series: [“Projects”] series_order: 1

date: 2024-04-04 draft: false
#

{{ $url := .Get "url" }}
{{ with resources.GetRemote (urls.Parse $url) }}
  {{ .Content | markdownify }}
{{ else }}
  {{ warnf "mdimporter shortcode: unable to fetch %q: %s" $url .Position }}
{{ end }}

Hi there 👋
#

🧠 Principal PM @ Docker (AI, agents, infra) · Creator of Blowfish · Ex-founder · Mentor & advisor

Twitter badge
LinkedIn

Nuno’s GitHub stats

graph LR;
A[Lemons]-->B[Lemonade];
B-->C[Profit]
  1. header

    badge test

    subheader

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus non magna ex. Donec sollicitudin ut lorem quis lobortis. Nam ac ipsum libero. Sed a ex eget ipsum tincidunt venenatis quis sed nisl. Pellentesque sed urna vel odio consequat tincidunt id ut purus. Nam sollicitudin est sed dui interdum rhoncus.
  2. Another Awesome Header

    date - present

    Awesome Subheader

    With html code
    • Coffee
    • Tea
    • Milk
  3. Shortcodes

    AWESOME

    With other shortcodes

s

% KaTeX block notation

$$ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } $$
Projects - This article is part of a series.
Part 2: This Article