태그>dnn(총 6개의 글)
'dnn' 관련 최근글
-
- Face detection using DNN
-
설악이의 즐거운 미친짓 캬~ by 설악이|2021/04/13 16:53
face detection and check agehttps://learnopencv.com/age-gender-classification-using-opencv-deep-learning-c-python/
- Face detection using DNN
-
- ubuntu 16.04에 2 nvidia 1080 cards SLI 연결하고 DNN용 drivers설치
-
공부가 본업. by 언제나19|2016/11/30 16:43
을 참고하되, 최신 driver를 썼다. nvidia-370, cuda를 설치했을 때에는 nvidia graphic card로는 모니터에 신호가 없었고, 내장 GPU로는 black screen이었다. ubuntu 16.04LTS1 을 설치하고, nvidia driver부터 설치해 봤다.처음에는 내장 GPU에 모니터를 연..
tensorflow, DNN, cuda, nvidia, ubuntu
- ubuntu 16.04에 2 nvidia 1080 cards SLI 연결하고 DNN용 drivers설치
-
- image data로부터 user rating을 예상하기 하고 싶은데
-
공부가 본업. by 언제나19|2016/08/22 20:19
Image item feature àItem feature from Rating (user like data)Regression model을 DNN으로 만들어서, image가 각 user에게 어떻게 평가 받을 지 예상하기 Image, Rating data는 feature로dimensionality reduction해서 쓰기Image à Image feature ..
image, item, ALS, autoencoder, dnn
- image data로부터 user rating을 예상하기 하고 싶은데
-
- tensorflow categorical value feature vectorizor
-
공부가 본업. by 언제나19|2016/07/25 00:20
#.j824odvfy def one_hot_categorical_model(X, y): features = skflow.ops.one_hot_matrix(X, n_classes) return skflow.models.logistic_regression(tf.squeeze(features, [1]), y) 등이 유용해 보이네. 에서는 CountVectoriz..
tensorflow, ai, dnn, skflow, vectorizer
- tensorflow categorical value feature vectorizor
-
- skflow, sklearn 섞어 쓰기
-
공부가 본업. by 언제나19|2016/07/25 00:20
Cannot import sklearn in python conda install scikit-learn pip install scipy 를 해야 할 지도 모르는데, jupyter를 restart해야 반영된다. skflow가 tensorflow/tensorflow/contrib/learn/python/learn/로 이동했다. classifier = learn.LinearRegresso..
tensorflow, skflow, sklearn, jupyter, AI
- skflow, sklearn 섞어 쓰기
-
- 구글이 머신러닝에 주목하는 이유
-
케찹만땅 by 케찹만땅|2016/03/16 16:25
머신 러닝(Machine Learining)은 데이터를 분석해서 특정 패턴을 발견하고 이를 학습하는 모델을 구축하는 기술을 말하는 것. 주어진 데이터에서 일반화된 지식을 추출하는 걸 목표로 한다. 구글은 인공지능 분야에 ..
구글, 머신러닝, Google, MachineLearning, 심층신경망
- 구글이 머신러닝에 주목하는 이유