> For the complete documentation index, see [llms.txt](https://salihkilicli.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://salihkilicli.gitbook.io/notes/master.md).

# Introduction

Currently, I am working on:

* [ ] Python [Basics](/notes/tutorials/python/basics.md) under Tutorials/ Python

* [ ] [Git Commands & GitHub ](/notes/tutorials/git/git-commands.md)notes under Tutorials/Version Control

* [ ] The [Hands-on ML2](/notes/books/handsonml2.md) book summary under Book Notes

* [ ] The [Deep Reinforcement Learning](/notes/books/drl.md) book summary under Book Notes

* [x] [Linux | Shell Basics](/notes/tutorials/git/lbasic.md) under Version Control

* [x] [NLP using Spacy](/notes/tutorials/python/important-libraries/spacy.md#nlp-using-spacy) library subsection under Tutorials/Python/Important Libraries

* The notes consist of 4 **main** groups:&#x20;

{% content-ref url="/pages/-MIzHIfLjw2Eundn2QS8" %}
[Tutorials](/notes/tutorials/sql.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MIzHtuPuuChKu4lEtcA" %}
[Book Notes](/notes/books/pdsh.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJ00Xj7Ct91y\_KVsCCj" %}
[Advanced Topics](/notes/advanced/tf.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJ3F4rxl0SjgapxkZzd" %}
[Miscellaneous](/notes/misc/coding.md)
{% endcontent-ref %}

* There are 4 types of **hints** used within the notes :

{% hint style="info" %}
**Info:** It is used to provide *tips* and/or extra information such as a *definition*.
{% endhint %}

{% hint style="warning" %}
**Warning:** It is used to present important *details* to keep in mind.
{% endhint %}

{% hint style="danger" %}
**Danger:** It is used to raise attention to common *mistakes* and *misconceptions*.
{% endhint %}

{% hint style="success" %}
**Success:** It is used to show the *successful* *implementation* of a technique.
{% endhint %}
