본문 바로가기

분류 전체보기195

Codeforces Round #781 div2 Dashboard - Codeforces Round #781 (Div. 2) - Codeforces codeforces.com A. GCD vs LCM Problem - A - Codeforces codeforces.com 양의 정수 \( n \) ( \( n \geq 4 \) ) 이 주어졌을 때, 다음을 만족하는 양의 정수 \( a, b, c, d \)를 구하라. - \( a + b + c + d = n \) - gcd( \( a, b \) ) = lcm( \( c, d \) ) \( b, c, d \)를 1로, \( a \)를 \( n - 3 \) 으로 두면 조건을 만족한다. B. Array Cloning Technique Problem - B - Codeforces codeforces.com \( .. 2022. 4. 10.
Codeforces Round #780 div3 민트일 때 div3 잘 이용하면 blue 끝자락까지는 가능할 듯. Dashboard - Codeforces Round #780 (Div. 3) - Codeforces codeforces.com A. Vasya and Coins Problem - A - Codeforces codeforces.com 1 burle의 가치를 가진 coin \( a \)개와 2 burle의 가치를 가진 코인 \( b \)개가 있다. 이 코인들로 표현할 수 없는 최소 burle을 구하시오. 너무 당연하지만 \( a \)가 0개라면 답은 1 (burle)이 될 것이다. \( a \)가 1개 이상이라면 답은 \( a + 2 * b + 1 \)이 된다. 설명을 덧붙이자면, \( b \)개의 코인만으로 \( 2 * b \) 까지의 짝수.. 2022. 4. 1.
Speech to Text Transcription with the Cloud Speech API Cloud Speech API를 사용한 음성 텍스트 변환 | Google Cloud Skills Boost Cloud Speech API를 사용하면 80개 이상의 언어로 된 오디오 파일에서 음성 텍스트 변환을 수행할 수 있습니다. 이 실습에서는 직접 오디오 파일을 녹음하고, 텍스트 변환을 위해 이를 Speech API로 전달 www.cloudskillsboost.google Speech-to-Text API를 이용해서 음성 파일을 텍스트 파일로 변환하여보자. 80개 이상의 언어가 지원된다. Navigation menu -> APIs & Services -> Credentials CREATE CREDENTIALS -> API key Navigation menu -> Compute Engine linux-i.. 2022. 3. 28.
Entity and Sentiment Analysis with the Natural Language API Natural Language API를 사용한 항목 및 감정 분석 | Google Cloud Skills Boost Cloud Natural Language API를 사용하면 텍스트 블록에서 항목을 추출하고 감정 및 구문 분석을 수행할 수 있습니다. 이 실습에서는 Cloud Natural Language API를 사용하여 텍스트에서 항목과 감정을 추출하는 www.cloudskillsboost.google 이번 실습에서는 Natural Language API를 사용하여 entity, sentiment, syntax를 분석하는 방법을 배운다. Navigation menu -> APIs & Services -> Credentials CREATE CREDENTIALS -> API key key 복사 Naviga.. 2022. 3. 28.