Matplotlib

Matplotlib은 MATLAB과 유사한 플로팅 시스템을 제공하는 플로팅 라이브러리입니다. 특히, matplotlib.pyplot 모듈은 데이터를 시각적으로 나타내는 데 사용되며, 이를 통해 그래프를 그리고 스타일을 지정할 수 있습니다. 아래에서 Matplotlib의

2023년 10월 9일
·
0개의 댓글
·

CS231n Week2

2023년 10월 9일
·
0개의 댓글
·

CS231n Week1

2023년 10월 9일
·
0개의 댓글
·

GDSC KU 세미나 발표자료

클라우드 인프라 (AWS)

2023년 10월 6일
·
0개의 댓글
·

동적 계획

동적 계획법(Dynamic Programming)

2023년 10월 6일
·
0개의 댓글
·

분할 정복

분할 정복을 통한 문제 해결

2023년 10월 6일
·
0개의 댓글
·

휴리스틱과 그리디 알고리즘

설계 및 응용

2023년 10월 6일
·
0개의 댓글
·

정렬과 탐색을 위한 효과적인 방법

특수한 상황에서의 정렬

2023년 10월 6일
·
0개의 댓글
·

시간 복잡도와 공간 복잡도

Brute Force와 시간 복잡도

2023년 10월 6일
·
0개의 댓글
·

Numpy Tutorial

출처 CS231n Python, Numpy Tutorial

2023년 9월 14일
·
0개의 댓글
·

Basics of machine learning concepts

basic machine learning concepts mathematical notations principles of learning linear regression overfitting regularization Vectors, Matrices and Norms

2023년 9월 12일
·
0개의 댓글
·

Search

팩맨dfs bfs

2023년 9월 6일
·
0개의 댓글
·

ML/DL 모델 3-Tier Architecture 구성

2023년 7월 11일
·
0개의 댓글
·

Paging

Paging: Introduction

2023년 6월 3일
·
0개의 댓글
·

Free-Space Management

2023년 6월 3일
·
0개의 댓글
·

Segmentation

2023년 6월 3일
·
0개의 댓글
·
post-thumbnail

Memory Virtualization & Address Space

메모리 가상화OS virtualizes its physical memory.OS provides an illusion memory space per each process.It seems to be seen like each process uses the whole m

2023년 6월 3일
·
0개의 댓글
·
post-thumbnail

File system Implementation

In this chapter, we study very simple file system (vsfs)Basic on-disk structures, access methods, and various policies of vsfsWe will study...How can

2023년 5월 31일
·
0개의 댓글
·
post-thumbnail

Recurrent Neural Network

Feedforward neural network (FFNN) as MLP• Information only flows in one direction.• No sense of time or memory for previous data.Recurrent neural netw

2023년 5월 25일
·
0개의 댓글
·
post-thumbnail

Variational Auto-Encoder

Variational Auto-Encoder (VAE)• AE encoder directly produces a latent vector z (single value for each attribute).Then, AE decoder takes these values t

2023년 5월 25일
·
0개의 댓글
·