반응형

분류 전체보기 487

tensorflow 잘 안됨 Import tensorflow.compat.v1 as tf

여기 첫번째 댓글에 보면 텐서플로우 버전2에서 작동하시는 분들은 import tensorflow as tf 대신에 import tensorflow.compat.v1 as tf tf.disable_v2_behavior() 를 치고 하시면 잘 됩니다. 라고해서 구글 코랩에 import tensorflow.compat.v1 as tf tf.set_random_seed(777) # for reproducibilitywith tf.compat.v1.Session() as sess: x_train = [1,2,3] y_train = [1,2,3] W = tf.Variable(tf.random_normal([1]), name=‘weight’) b = tf.Variable(tf.random_normal([1]), na..

1182 백준 부분집합의 합

www.acmicpc.net/problem/1182 1182번: 부분수열의 합 첫째 줄에 정수의 개수를 나타내는 N과 정수 S가 주어진다. (1 ≤ N ≤ 20, |S| ≤ 1,000,000) 둘째 줄에 N개의 정수가 빈 칸을 사이에 두고 주어진다. 주어지는 정수의 절댓값은 100,000을 넘지 않는다. www.acmicpc.net 문제 N개의 정수로 이루어진 수열이 있을 때, 크기가 양수인 부분수열 중에서 그 수열의 원소를 다 더한 값이 S가 되는 경우의 수를 구하는 프로그램을 작성하시오. 입력 첫째 줄에 정수의 개수를 나타내는 N과 정수 S가 주어진다. (1 ≤ N ≤ 20, |S| ≤ 1,000,000) 둘째 줄에 N개의 정수가 빈 칸을 사이에 두고 주어진다. 주어지는 정수의 절댓값은 100,000..

Mac에서 앱을 강제로 종료하는 방법

support.apple.com/ko-kr/HT201276 Mac에서 앱을 강제로 종료하는 방법 Mac에서 반응하지 않는 앱을 정상적으로 종료할 수 없는 경우 강제 종료를 사용하여 앱을 닫습니다. Mac에서 앱을 정상적으로 종료하려면(닫으려면) 메뉴 막대의 해당 앱 메뉴에서 '종료'를 선택하거나 command(⌘)-Q 키를 누릅니다. 이렇게 해도 앱이 종료되지 않으면 다음 단계에 따라 앱을 강제로 종료합니다. 앱을 강제로 종료하는 방법 option, command 및 esc 키를 동시에 누릅니다. 또는 화면 왼쪽 상단 모서리의 Apple() 메뉴에서 '강제 종료'를 선택합니다. (이 동작은 PC에서 Ctrl-Alt-Delete 키를 누르는 것과 유사합니다.) 그런 다음 강제 종료 윈도우에서 앱을 선택하..

2605 codeup문제 캔디팡 floodfill문제

codeup.kr/problem.php?id=2605 캔디팡 최근 캔디팡이라는 스마트폰 게임이 인기를 끌고 있다. 캔디팡은 7 * 7 모양의 격자 판에 같은 색깔이 연속 3개 이상인 부분을 찾아 터치하면 터지면서 점수를 얻는 게임이다. 이때 연속된 부분은 codeup.kr #include using namespace std; int board[9][9]; intcnt[9][9]; int d = 0; int ret; voidinit_cnt() { int i; int j; for (i = 0; i 7) { return 0; } d++; cnt[i][j] = 1; for (int k = 0; k < 4; k++) { newx = i + arr[k][0]; //new newy = j + arr[k][1]; if..

C언어 2021.01.10

새 맥에 파이썬 설치해보기 (파이썬3은 설치완료)

github.com/tounho/vinyl tounho/vinyl Create vinyl images from video files. Contribute to tounho/vinyl development by creating an account on GitHub. github.com vinyl 이미지 만들어보고 싶어서 이것저것 설정해봄 brew install python3 명령어로 파이썬 3을 설치했다. 하지만 파이썬 pip install pillow할 때 계속 2.7버전 Python에 저장하는 거임 ㅜㅜ 그래서 찾아보니 stackoverflow.com/questions/11268501/how-to-use-pip-with-python-3-x-alongside-python-2-x How to use pip..

iterm2 세팅하기 / vim 색깔 입히기

코드에서 함수나 변수 색깔이 없는게 너무 불편해서 이것저것 세팅 작업을 했다. 이때 참고했을 때 좋은 블로그들 blog.gilbok.com/use-colorscheme-for-vim-on-mac/ Mac의 vim에 color scheme 적용하기 인터넷의 여러 블로그에 많은 방법들이 설명되어 있다, 하지만 제대로 되는 것은 드물다. https://github.com/rafi/awesome-vim-colorschemes 를 클론한다. ~/.vim 디렉토리를 생성하고, 1에서 클론한 소스 중 colo blog.gilbok.com ooeunz.tistory.com/21 [개발 환경] iTerm2로 터미널 커스텀하기 ZSH Z Shell이란 기본적으로 사용하는 터미널의 확장된 기능을 가지고 있는 애플리케이션이다..

명령어 등등 2020.11.23

Week 5 Lecture ML : Neural Net cost funcion

youtu.be/aircAruvnKk 잘 만듬 Cost Function Let's first define a few variables that we will need to use: L = total number of layers in the network s_lsl​ = number of units (not counting bias unit) in layer l K = number of output units/classes Recall that in neural networks, we may have many output nodes. We denote h_\Theta(x)_khΘ​(x)k​ as being a hypothesis that results in the k^{th}kth output. Our ..

barrowing the murder's knife without commiting the crime. administration and politics

paissues.blogspot.com/2011/09/study-of-public-administration.html The Study of Public Administration Presented by J. B. Nangpuhan II (MPA Student) to Dr. C. G. Song, professor of Public Administration at Chonnam National University, South... paissues.blogspot.com III. Determination of the best methods by which to develop administration and the most clarifying political conceptions to carry into ..

반응형