일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- 분류
- GPT-4
- 회귀
- deep learning
- 머신러닝
- ChatGPT
- LG
- Classification
- LG Aimers
- 딥러닝
- 해커톤
- gpt
- LG Aimers 4th
- Machine Learning
- PCA
- regression
- 지도학습
- AI
- LLM
- supervised learning
- 오블완
- OpenAI
- 티스토리챌린지
- Today
- Total
목록3학년 2학기 전공 (33)
SYDev

경희대학교 허선영 교수님의 운영체제 수업을 기반으로 정리한 글입니다. Part 1: OverviewGoals of this Exercise What operating systems doHow operating systems interact with user programs and computer hardware? Going Deeper! - Software Interrupt and System CallOn Unix and Linux systems, software interrupt(trap) -> system calls를 요청하기 위해 사용됨 int -> x86 processors에서 software interrupt를 호출하기 위해 사용하는 assebly language instructionex) in..

경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Learning Objectivevirtualization & container technology의 핵심 개념 Virtualizationcomputer science에서의 Virtualization -> 무언가의 virtual version을 만드는 행위Virtual computer, hardware platforms, storage divices, computer network resources-> virtual machine - sofrware 기반으로 구현된 것1. Types of VirtualizationSoftwareMemoryStorageDataNetwork 2. Role of Virtualization하나..

경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Learning Objective On-premises vs Cloud ComputingIT infrastructureHow to make infrastructureMutable and immutable infrastructure On-Premises(On-prem)IT system과 Software를 자체적인 물리적인 공간에 직접 설치하고 운영하는 방식private cloud computing과 유사-> hardware에 대한 지식 없이, 그저 서비스만 운영하고 싶다? -> cloud computing이 나을 수 있다.-> 보안이나, 특정 hardware에 대한 관리를 직접 수행해야만 한다? -> on-premise..

경희대학교 박제만 교수님의 자료구조 수업을 기반으로 정리한 글입니다. Abstract Data Type(ADT)data와 operations를 구체적인 구현 방법 없이 명기한 data type같은 ADT가 언어에 따라서 다른 형태를 가질 수 있음, but key operations는 같음 Data Structure DefinitionData Structure는 shape만을 의미하지 않는다.Data Structure는 data elements의 더 효율적인 수정과 접근을 허용한다.결집, 관리, 저장 방식을 정의한다.Data Structure: 개별적인 data elements를 저장하고 계산하기 위해 사용되는 operations에 접근함으로써, 결집이 특성화된 data elements의 collectio..

경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Goals of Reading Articles What is cloud computing? + utility clouding & cloud computing economicscloud computing의 구성요소 & service modelsWhat are the issues of cloud computing? Cloud Computing ConceptCloud Computing Infrastructure: CPU, Storage, NetworkPlaform: Database, Object Storage -> 개발자들이 사용하는 middleware, framework, ...Application: youtube, net..

경희대학교 이성원 교수님의 마이크로서비스 프로그래밍 수업을 기반으로 정리한 글입니다. Birds Eye on Industrial TrendBig Picture수 백만 개의 machines을 가지고 프로그램을 짜는 방법을 학습Software products to (Web based Fast-response) ServicesFor deep understanding of Datacenter Programming AgileDevOpsContinuous Integration(CI)Continuous Delivery(CD)Continuous Deploy(CD)Microservice and ServerlessPlatform EngineeringDevOps에서 얻은 경험적 지식을 더 구체적이고 재현 가능한 형식으로 ..

경희대학교 허의남 교수님의 소프트웨어공학 수업을 기반으로 정리한 글입니다. 수업 개요정보 시스템의 개발에 필요한 체계적 단계를 학습함으로써, 올바른 개발자로 성장하게 함SW 공학의 학문적 성격과 SW Lifecycle 전 주기적 운영 및 관리 방법 습득시스템을 분석하는 능력을 배양함으로써, 시스템 분석가 또는 SW 아키텍처로서 갖추어야 할 지식 확보각종 분석 방법 및 설계 단계를 프로젝트 수행을 통해 학습 1.1. 과학과 공학자연과학(natural science): 자연의 법칙을 탐구하는 것공학(engineering): 자연과학이 발견한 자연의 법칙을 응용 -> 인류의 편익을 위해 무엇인가를 생산하는 전문분야과학기술: 공학 + 자연과학공학 & 자연과학은 서로 보완, 상호 의존적인 관계자연과학 - 근본적인..

경희대학교 허선영 교수님의 운영체제 수업을 기반으로 정리한 글입니다. How Operating Systems Interact with Hardware?OS가 hardware와 소통하는 방식 -> Interrupts Device Controller각각의 특정한 device type을 담당하는 device controller가 존재 -> device를 controllex) disk controller, USB controller, graphics adapter이런 device controller들은 common bus에 의해 연결되고, common bus를 통해 shared memory에 접근 가능 -> common bus를 통해 신호를 주고받음OS는 각각의 device controller에 device ..