# DARKNET BOOK

*대학교 시절에 인공지능에 흥미를 가지게 해주고 공부에 재미를 가지게 해준 DarkNet에 고마움을 전하는 마음으로 ChatGPT와 함께 프로젝트를 분석하는 문서를 만들었습니다.*

*덕분에 석사를 마치고 현재 인공지능 연구원으로써 이 세상에 조그마한 기여를 하려하는 중입니다.* &#x20;

*Thanks to Joseph Redmon*

## DarkNet BOOK 2

* 본 문서는 [DarkNet](https://github.com/pjreddie/darknet) 프로젝트 분석 문서입니다.

#### DarkNet

C 언어로 작성된 Deep Learning Open Source

#### 공식 홈페이지

* DarkNet : <https://pjreddie.com/darknet/>
* GitHub
  * <https://github.com/pjreddie/darknet>
  * <https://github.com/AlexeyAB/darknet>

#### Paper

* [YOLOv1](https://arxiv.org/abs/1506.02640)
* [YOLOv2](https://arxiv.org/abs/1612.08242)
* [YOLOv3](https://arxiv.org/abs/1804.02767)
* [YOLOv4](https://arxiv.org/abs/2004.10934)

#### :blush: 이 문서를 작성하면서 얻기 원하는 것 :blush:

* Deep Learning 이해
* 프로젝트 분석
* C 언어
* 고마움

#### 프로젝트를 분석하기 위한 철칙

* 가능한 그림으로 표현 합니다.
* 딥러닝 개념을 이해 합니다.
* 함수가 무슨 역할을 하는지 한두줄만 적습니다.
* 자료구조를 이해합니다.
* 스타일을 이해합니다.

#### LICENSE

* 개인의 금전적 이익을 취하는데 사용하지 말아주세요
* 잘못된 글이 있다면 언제든 메일, 댓글을 남겨주세요

**작성자**

* `Name` : `Jaemin Jeong`
* `E-mail` : <common.jaemin@gmail.com>
* `Github` : <https://github.com/>
* `Blog` : [https://jjeamin.github.io/](https://github.com/)


---

# 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://opensource-book.gitbook.io/darknet-book-2/darknet-book.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.
