본문 바로가기

2019년 혁신성장 청년인재 집중양성(빅데이터)/STACKOVERFLOW 1일 1질문

(12)
CNN은 기본적으로 전처리과정과 신경망을 합친 것이 아닌가? https://www.quora.com/Is-Convolutional-Neural-Network-basically-data-preprocessing-via-kernel-plus-Neural-Networks-Isnt-Deep-Learning-just-neural-networks-with-some-pre-processing-for-automated-feature-selections Is Convolutional Neural Network basically data-preprocessing via kernel plus Neural Networks? Isn't Deep Learning just neural ne Answer (1 of 7): I can continue your question, and ask a..
What are nodes in RNN/LSTM, 노드가 뭐냐? https://stats.stackexchange.com/questions/269996/what-are-nodes-in-rnn-lstm What are nodes in RNN/LSTM? In this blogpost "The Unreasonable Effectiveness of Recurrent Neural Networks" the author says, that he is training "a 2-layer LSTM with 512 hidden nodes" for character prediction. So it will look stats.stackexchange.com For fully-connected layers, the number of 'nodes' is the output dimension..
기저함수와 기저벡터의 차이는 무엇일까? https://www.gpgstudy.com/forum/viewtopic.php?highlight=&t=2728 기저 함수, 기저 벡터... 도대체 무엇을 말하는 건가요? - GpgStudy 포럼 수학, 물리학 등 게임 프로그래밍의 기반이 되는 이론에 관한 포럼입니다. 운영자: 류광 Tears of Chobo 전체글 글쓴이: Tears of Chobo » 2003-12-06 21:41 3D플밍수학책을 보면 기저(Basis)라는 말이 심심치 않게 들립니다. 뜻을 보자면 기초라는 뜻인데.. 기초 함수, 기초 벡터... 왠지 맘에 닫지 않는군요. 기저의 정확한 정의를 알고 싶습니다... 기초가 부족한 저에게 기저(Basis)를 내려주십시오... 전외솔 www.gpgstudy.com 수학을 잘 모르지만, 이해가..
사이킷 런, 카운터벡터라이저에서의 min_df와 max_df 이해하기 https://stackoverflow.com/questions/27697766/understanding-min-df-and-max-df-in-scikit-countvectorizer/35615151 Understanding min_df and max_df in scikit CountVectorizer I have five text files that I input to a CountVectorizer. When specifying min_df and max_df to the CountVectorizer instance what does the min/max document frequency exactly means? Is it the frequen... stackoverflow.com 1. max_df..
[가상화폐 감성분석 사례] DigiCurr Sentiment , AFINN-165 1. DigiCurr Sentiment: Twitter Sentiment Analyzer for Cryptocurrencies DigiCurr Sentiment uses natural language processing on recent popular tweets about selected cryptocurrencies to determine whether the sentiment about the cryptocurrency is negative, neutral, or positive. Bitcoin, Ethereum, and Litecoin are currently suppor digicurr-sentiment.herokuapp.com DigiCurr라는 사람이 가상화폐에 감성 분석을 웹페이지 형태로 ..
마크업(MarkUp)과 마크다운(Markdown) https://blog.cordelia273.space/15 [별별 웹 용어] 마크업(MarkUp)? 마크다운(MarkDown)? 웹 개발을 조금 해본 사람이라면 누구나 HTML을 알고 있을 겁니다. HTML은 웹 페이지의 뼈대를 구성하는 언어 입니다. 쉽게는 웹 브라우저에서 '아무 페이지나 열고 -> 마우스 우클릭 후에 -> 검사'를 누르면 확인.. blog.cordelia273.space 1. 마크업 언어란 1-1. 마크업 언어는 마크(Mark)로 둘러싸인 언어다. 1-2. 마크는 태그(tag)다. 1-3. 태그로 문서의 골격을 잡아준다. 곤충 =머리 +가슴+ 배 2. 마크다운 언어란 2-1. 마크다운 언어는 일종의 마크업 언어다. 2-2. 읽고 쓰기 쉽다. 2-3. md확장자를 사용한. 3. 마크다..
normalization, standardization의 차이는 무엇일까? https://brunch.co.kr/@rapaellee/4 표준화 및 정규화 (그리고 시간) 딸바보 잡부 | 분석이란 걸 위한 통계 완전 기초 Chapter 1. 통계 기본 함수 Chapter 2. 표준화/정규화 * 통계 분석에 유용하지만 극악의 난이도를 부여하는 시간(time)에 대해서 부가적으로 약간 이야기하겠습니다. Chapter 3. 데이터 전처리 Chapter 4. 클러스터링, 장바구니 Chapter 5. 의사결정나무(Decision Tree), 회귀분석 brunch.co.kr 엄청나게 잘 정리해주신 것 같다. 이해가 빡간다. 표준화(Standardization) 1. 데이터의 시간의 개념이 들어가면 데이터는 점점 멋져진다. 2. 표준화(Standardization)은 평균을 기준으로 얼마나 ..
다섯 번째 질문. Difference Between One-to-Many, Many-to-One and Many-to-Many? https://stackoverflow.com/questions/3113885/difference-between-one-to-many-many-to-one-and-many-to-many Difference Between One-to-Many, Many-to-One and Many-to-Many? Ok so this is probably a trivial question but I'm having trouble visualizing and understanding the differences and when to use each. I'm also a little unclear as to how concepts like uni-directiona... stackoverflow.com 질문: ...더보기 Ok..