본문 바로가기

분류 전체보기195

Cloud Natural Language API: Qwik Start Cloud Natural Language API: Qwik Start | Google Cloud Skills Boost Cloud Natural Language API를 사용하면 텍스트에서 항목을 추출하고 감정 및 구문 분석을 수행할 수 있습니다. 간단한 동영상 Cloud Natural Language를 통해 텍스트에서 유용한 www.cloudskillsboost.google 자연어 처리는 정말 방대한 범위의 주제이다. 이번 실습에서는 Cloud Natural Language API를 통해서 정보를 뽑아낼 것이다. - Syntax Analysis : 각 문장들의 dependency parse tree를 만든다. - Entity Recognition: 각 entity가 어떤 타입인지(사람, 기관, 장소 등.. 2022. 3. 28.
Google Cloud Speech API: Qwik Start Google Cloud Speech API: Qwik Start | Google Cloud Skills Boost Google Cloud Speech API는 음식 인식을 개발자의 앱에 통합합니다. 이제 오디오 파일을 전송하고 변환된 텍스트를 받을 수 있습니다. 간단한 동영상 Powerful Speech Recognition www.cloudskillsboost.google Google Cloud Speech API를 이용하여 음성을 text로 변환하는 실습을 해볼 것이다. 과정은 간단하다. API 키를 만들고, Speech API request를 보낼 것이다. Navigation menu -> APIs & Services -> Credentials CREATE CREDENTIALS -> API key .. 2022. 3. 28.
AI Platform: Qwik Start AI Platform -> Dashboard Notebooks -> View notebook instances NEW NOTEBOOK -> TensorFlow Enterprise -> TensorFlow Enterprise 2.X (with LTS) -> Without GPUs Edit instance properties -> 주어진대로 설정 instance가 생성되면 Open JupyterLab 클릭. Other -> Terminal 터미널에 다음 명령어 입력. git clone https://github.com/GoogleCloudPlatform/training-data-analyst training-data-analyst/self-paced-labs/ai-platform-qwikstart/ai_pl.. 2022. 3. 28.
CodeTON #1 부활! vim을 써서 그런지 문제 푸는 속도가 생각보다 빠르다. 근데 이런식으로 가다가는 자칫 기본기가 부족해서 해답이 전혀 떠오르지 않는 문제를 만났을 때 죽 쑬 수도 있을 것 같다. Dashboard - CodeTON Round 1 (Div. 1 + Div. 2, Rated, Prizes!) - Codeforces codeforces.com A. Good Pairs Problem - A - Codeforces codeforces.com 양의 정수 array \( a_1 \), \( a_2 \), ..., \( a_n \)이 있을 때, 다음의 조건을 만족하는 쌍 ( \( i \), \( j \) ) ( 1 \( \leq \) \( i,j \) \( \leq \) \( n \) )을 good pair라고.. 2022. 3. 26.