노션 포트폴리오를 꾸미던 중...Skill이나 Tool 쪽에 아이콘을 함께 넣고 싶다고 생각이 들어, 이것저것 찾아보던 중 아주 좋은 사이트를 발견했다. 바로 Noticon!!!개발 프로그램 아이콘부터 캐릭터, 기업 로고 등등 다양한 아이콘이 있다. 넘나 꿀팁인것...ㅎㅎ 사이트는 아래와 같다.https://noticon.tammolo.com/ Noticon noticon.tammolo.com 사용방법은 아주 간단하다.노티콘에서 원하는 아이콘에 마우스를 가져다 대고 COPY 버튼을 누른 후, 노션에서 이미지에 링크 붙여넣기 하면 끝~ 그래서 아래와 같이 Skill을 꾸몄당
✅ 딥러닝이란?딥러닝은 인공 신경망(Artificial Neural Networks, ANN)을 기반으로 한 머신러닝의 한 분야입니다. 딥러닝 모델은 여러 층의 뉴런으로 구성되어 있으며, 이를 통해 복잡한 데이터에서 패턴을 학습하고 추출할 수 있습니다. 대표적인 딥러닝 모델로는 컨볼루션 신경망(CNN), 순환 신경망(RNN), 변환자(Transformer)등이 있습니다. ✅ 딥러닝과 머신러닝의 차이점은?머신러닝은 데이터로부터 패턴을 학습하여 예측을 수행하는 알고리즘의 집합입니다. 머신러닝 알고리즘에는 지도학습, 비지도학습, 강화학습 등이 있으며, 예를 들어 선형 회귀, 결정 트리, K-평균 클러스터링 등이 있습니다.딥러닝은 머신러닝의 한 분야로, 인공신경망(특히 다층 신경망)을 사용하여 복잡한 데이터의 ..
✅ 문제 181A company has a legacy data processing application that runs on Amazon EC2 instances. Data is processed sequentially, but the order of results does not matter. The application uses a monolithic architecture. The only way that the company can scale the application to meet increased demand is to increase the size of the instances. The company’s developers have decided to rewrite the applic..
✅ 문제 161A company has a small Python application that processes JSON documents and outputs the results to an on-premises SQL database. The application runs thousands of times each day. The company wants to move the application to the AWS Cloud. The company needs a highly available solution that maximizes scalability and minimizes operational overhead. Which solution will meet these requirements?..
✅ 문제 141A company runs a web-based portal that provides users with global breaking news, local alerts, and weather updates. The portal delivers each user a personalized view by using mixture of static and dynamic content. Content is served over HTTPS through an API server running on an Amazon EC2 instance behind an Application Load Balancer (ALB). The company wants the portal to provide this co..
✅ 문제 121A company is running an online transaction processing (OLTP) workload on AWS. This workload uses an unencrypted Amazon RDS DB instance in a Multi-AZ deployment. Daily database snapshots are taken from this instance.What should a solutions architect do to ensure the database and snapshots are always encrypted moving forward?회사는 AWS에서 OLTP(온라인 트랜잭션 처리) 워크로드를 실행하고 있습니다. 이 워크로드는 다중 AZ 배포에서 ..
✅ 문제 101A solutions architect is designing a VPC with public and private subnets. The VPC and subnets use IPv4 CIDR blocks. There is one public subnet and one private subnet in each of three Availability Zones (AZs) for high availability. An internet gateway is used to provide internet access for the public subnets. The private subnets require access to the internet to allow Amazon EC2 instances..
✅ 문제 81A solutions architect is designing the cloud architecture for a new application being deployed on AWS. The process should run in parallel while adding and removing application nodes as needed based on the number of jobs to be processed. The processor application is stateless. The solutions architect must ensure that the application is loosely coupled and the job items are durably stored.W..