# Scattered Notes

<figure><img src="/files/8YFneniLgKAbJs32TgcL" alt="" width="375"><figcaption><p>"Ink. Intent. Infinite."</p></figcaption></figure>

{% hint style="info" %} <sup>Click on the text to view the translation.</sup>&#x20;
{% endhint %}

> [*"ನಾವು ಬಯಸಿದಂತೆ ಬದುಕುವ ಸ್ವಾತಂತ್ರ್ಯ ಯಾವತ್ತೂ ಭಯಾನಕ ಹೋರಾಟದ ಫಲವೇ ಹೊರತು ಸುಲಭಕ್ಕೆ ಸಿಗುವುದಿಲ್ಲ."*](#user-content-fn-1)[^1]> \
> — **K. Poornachandra Tejaswi**
>
> *“*[*ಟೀಕೆಗಳು ಸಾಯುತ್ತವೆ. ಕೆಲಸಗಳು ಉಳಿಯುತ್ತವೆ.*](#user-content-fn-2)[^2]*”*\
> — *Kuvempu*
>
> *“Stay hungry. Stay foolish.”*\
> — **Steve Jobs**
>
> *"Obstacles cannot crush me. Every obstacle leads to stern resolve. He who is fixed to a star does not change his mind."*\
> — **Leonardo da Vinci**

***

### 🎯 Purpose

Welcome to my Scattered Notes — a personal collection of unorganized notes that would help others prepare fast in ample time.

### 🧠 Elevator Pitch (WIP)

⏱️ 30-Second Version

[Inspired from:](https://stephanosterburg.gitbook.io/scrapbook#:~:text=30%20Second%20Elevator%20Pitch)&#x20;

> As you begin drafting your elevator pitch, here are a few things to focus on:
>
> 1. Your background; including the technical aspects of your background where applicable
> 2. Your transition into your field of study; highlighting why you love it
> 3. What value you bring
> 4. What you're building
>
> If you're looking for inspiration, here are a few questions to ask yourself:
>
> * What am I good at?
> * What problems have I solved?
> * Why do I want to be a \[developer/data scientist, etc.]?
> * What was my first exposure to \[code/big data, etc.]?
> * What am I passionate about?
> * What was my ‘AHA’ moment to pivot into my new field of study?

{% tabs %}
{% tab title="First Draft" %}
I am a Machine Learning Engineer. I recently finished my MS in AI and robotics at ASU and want to combine my years of experience in Software engineering and AI/ML. Right now, I am working on finishing small side projects using machine learning and deep learning to deploy in cloud environments and build an end-to-end pipeline. I believe that my experience in vision and language models would be an add-on advantage for my next role.
{% endtab %}

{% tab title="Second Draft" %}
I am a Machine Learning Engineer with a recent MS in AI and Robotics from ASU. I aim to leverage my extensive background in Software Engineering alongside my expertise in AI/ML. Currently, I’m focusing on completing side projects that involve deploying machine learning and deep learning models in cloud environments and developing end-to-end pipelines. My experience with vision and language models is a unique strength I look forward to bringing to my next role.
{% endtab %}
{% endtabs %}

***

### 📎 Final Thought

This isn’t a perfect resource.\
It’s not a tutorial series or a course.\
It’s just **a reflection of the journey**, with all its highs, errors, and iterations.

If you stumble on this, I hope it helps you too. If not, it’ll help me one day when I forget what a decorator does in Python... again.

[^1]: Translation : The freedom to live as we wish is always a terrible fight since we will not get it easily

[^2]: Translation: Criticisms die. Works remain.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://anirudh-docs.gitbook.io/scrape-codebook/scattered-notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
