[Quantum/Metaverse][국가정책정보원] Our Policy Reports at National Policy Information Office(Council/Service) – Dr. Seongsoo Choi, CEO of Metacomputing Inc.

https://lnkd.in/gbz4aZbxhttps://lnkd.in/gyh6mQiX[Quantum/Metaverse][국가정책정보원] Our Policy Reports at National Policy Information Office(Council/Service) [1] The need to understand quantum computing technology trends and reality (theory/simulation) and to recognize the advent of “the era of expanding technological super-gap”, NRF In-depth Policy Report 2022-1, NRF, MSIT, Korean Gov. (2022)* Relevant Post(English):https://lnkd.in/gNCuD6U2 [2] Trends and considerations of metaverse; “Academic continuation”, usefulness quantification … Read more

이론적 요소들에 의한 슈뢰딩거 방정식 유도 (아인슈타인 4-파동벡터, 대수학의 근본정리, 고전 물리학)

다음 메타컴퓨팅의 포스팅은 과기정통부 한국연구재단의 감수 절차를 마친 내용으로, 관련 100페이지대의 양자컴퓨팅 관련 원고가 7월 중 발간될 예정이며, 8~9월 간 한국연구재단 홍보실의 선정과 함께 NRF인포 웹진의 형태로 홍보가 될 예정이다. 아래의 포스팅은 슈뢰딩거 방정식이 오로지 이론적 요소들에 의해 나타날 수 있음을 매우 분명한 논리 전개 방식으로 보여주고 있다. 심지어, 중고등학교 수준의 수학 지식으로도 양자 물리학의 … Read more

주식회사 메타컴퓨팅(Metacomputing Inc.)의 메타버스 정의(Metaverse), 유용성(Utility), 기저 컴퓨팅 인프라(Computing Infrastructure)

주식회사 메타컴퓨팅(Metacomputing Inc. )의 메타버스(Metaverse)는 아래의 표와 같이 정의되어있다. https://metacomputing.co.kr/ 위의 메타버스(Metaverse)는 학문적 접속의 형태로 정의되어있으며, 라이프니츠의 가능세계론에 기반을 둔다. 아래는 주식회사 메타컴퓨팅(Metacomputing Inc.)가 출원 중인 특허 속 메타버스(Metaverse) 기저 컴퓨팅 인프라(Computing Infrastructure)이다. 보다 상세한 내용은 과학기술정보통신부 한국연구재단 정책연구실에서 곧 발행될 예정인 관련 정책 자문 원고(메타버스, 양자컴퓨팅(Quantum Computing))를 참조하거나 아래의 회사 홈페이지를 통해 알 수 … Read more

[11월호 NRF인포] 코로나19 펜데믹이 바꿔놓은 ICT와 바이오 산업 – 코로나 펜데믹의 충격이 산업에 미친 영향

한국연구재단(NRF)의 외부 전문가 자문위원으로 활동할 때 발간된 필자의 NRF 이슈리포트가 NRF의 홍보팀에 의해 선정되어 11월호에 웹진 형태로 발간되었다. (소속은 당시 잠시 속했던 벤처 기업으로 되어있음) 아래는 해당 NRF 인포 그래픽스의 링크.

NRF ISSUE REPORT-2021-18. 병렬컴퓨팅 발전에 따른 계산과학 분야들의 발전과 확장, 그리고 연구 패러다임 변화

필자가 쓴 원고가 한국연구재단에서 공식적으로 발행되었다. (Available online, Oct. 12, 2021) 한국연구재단 – 보고서도서관: 병렬컴퓨팅 발전에 따른 계산과학 분야들의 발전과 확장, 그리고 연구 패러다임 변화 [이슈리포트 2021-18호] https://www.nrf.re.kr/cms/board/library/view?menu_no=419&o_menu_no=&page=1&nts_no=164484&nts_cat=REPORT_L_03&search_type=NTS_TITLE&search_keyword=&nts_cat=REPORT_L_03

NRF ISSUE REPORT-2021-16. 코로나 팬데믹의 충격이 산업과 문화에 미친 영향

필자가 쓴 원고가 한국연구재단에서 공식적으로 발행되었다. (Available online, Sep. 02, 2021) 한국연구재단 – 보고서도서관: 코로나 팬데믹의 충격이 산업과 문화에 미친 영향 [이슈리포트 2021-16호] https://www.nrf.re.kr/cms/board/library/view?menu_no=419&o_menu_no=&page=1&nts_no=162759&nts_cat=REPORT_L_03&search_type=NTS_TITLE&search_keyword=&nts_cat=REPORT_L_03

Udacity Project Solutions for Nanodegree Programs – Artificial Intelligence, AI for Trading, Computer Vision, Deep Learning, Deep Reinforcement Learning, Natural Language Processing

https://github.com/drserendipity/udacity/tree/main/solutions Udacity Project Solutions for Nanodegree Programs – Artificial Intelligence, AI for Trading, Computer Vision, Deep Learning, Deep Reinforcement Learning, Natural Language Processing including sources codes, reports, and reviews’ comments

1-8-17. Coding Exercise

Coding Exercise Please use the next concept to complete the following section of Monte_Carlo.ipynb: Part 2: MC Control To reference the pseudocode while working on the notebook, you are encouraged to look at this sheet. Download the Exercise If you would prefer to work on your own machine, you can download the exercise from the DRLND GitHub repository. … Read more

1-8-16. Constant-alpha

Constant-alpha In the video below, you will learn about another improvement that you can make to your Monte Carlo control algorithm. Here are some guiding principles that will help you to set the value of $\alpha$ when implementing constant-$\alpha$ MC control: You should always set the value for $\alpha$ to a number greater than zero and less than (or equal … Read more

1-8-15. Incremental Mean

Incremental Mean In our current algorithm for Monte Carlo control, we collect a large number of episodes to build the Q-table (as an estimate for the action-value function corresponding to the agent’s current policy). Then, after the values in the Q-table have converged, we use the table to come up with an improved policy. Maybe … Read more

1-8-14. Exploration vs. Exploitation

Exploration vs. Exploitation Exploration-Exploitation Dilemma (Source) Solving Environments in OpenAI Gym In many cases, we would like our reinforcement learning (RL) agents to learn to maximize reward as quickly as possible. This can be seen in many OpenAI Gym environments. For instance, the FrozenLake-v0 environment is considered solved once the agent attains an average reward of 0.78 … Read more

1-8-13. MC Control

The Road Ahead You now have a working algorithm for Monte Carlo control! So, what’s to come? In the next concept (Exploration vs. Exploitation), you will learn more about how to set the value of $\epsilon$ when constructing $\epsilon$-greedy policies in the policy improvement step. Then, you will learn about two improvements that you can make to the … Read more

1-8-9. Coding Exercise

Coding Exercise Please use the next concept to complete the following sections of Monte_Carlo.ipynb: Part 0: Explore BlackjackEnv Part 1: MC Prediction To reference the pseudocode while working on the notebook, you are encouraged to look at this sheet. Important Note Please do not complete the entire notebook in the next concept – you should only complete Part 0 and Part 1. … Read more

1-8-8. Workspace – Introduction

Workspace – Introduction You will write all of your implementations within the classroom, using an interface identical to the one shown below. Your Workspace contains the following files (among others): Monte_Carlo.ipynb – the Jupyter notebook where you will write all of your implementations (this is the only file that you will modify!) Monte_Carlo_Solution.ipynb – the corresponding instructor solutions plot_utils.py – … Read more

1-8-7. OpenAI Gym: BlackJackEnv

OpenAI Gym: BlackJackEnv In order to master the algorithms discussed in this lesson, you will write code to teach an agent to play Blackjack. Playing Cards (Source) Please read about the game of Blackjack in Example 5.1 of the textbook. When you have finished, please review the corresponding GitHub file, by reading the commented block in the … Read more