- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
목록분류 전체보기 (931)
민서네집
https://blog.naver.com/cjh226/221389654298 Google colab - 무료 딥러닝 서비스 Deep learning(딥러닝, 심층학습)은 누구나 한번쯤은 들어보고, 자신의 가치를 높이기 위해 배우고 싶은 ... blog.naver.com Google colab - 로컬PC에서 파일 업로드 하기 https://brunch.co.kr/@jayden-factory/18 Google Colab - 로컬PC에서 파일 업로드하기 Google Colaboratory Tip For Starter | Google Colaboratory 노트북에 로컬 PC에서 데이터 파일을 업로드하여 활용하는 방법을 알아보겠습니다. google.colab 로부터 files 라는 package를 import..
http://blog.naver.com/cjh226/221468928164 Keras - EarlyStopping 주의사항 들어가며Neural Network 모델은 기계학습 모델 중 하나로, 주어진 훈련 데이터(training data)를 바탕으... blog.naver.com https://keras.io/callbacks/#earlystopping Callbacks - Keras Documentation Usage of callbacks A callback is a set of functions to be applied at given stages of the training procedure. You can use callbacks to get a view on internal states and ..
https://mpld3.github.io/ mpld3 — Bringing Matplotlib to the Browser mpld3 The mpld3 project brings together Matplotlib, the popular Python-based graphing library, and D3js, the popular JavaScript library for creating interactive data visualizations for the web. The result is a simple API for exporting your matplotlib graph mpld3.github.io https://mpld3.github.io/notebooks/index.html#notebook-exa..
https://plot.ly/python/getting-started-with-chart-studio/ Getting Started with Plotly for Python Installation and Initialization Steps for Using Chart Studio in Python. plot.ly https://plot.ly/python/creating-and-updating-figures/#make-subplots Jupyter Notebook 안에서 실행되는 예제가 많다. Creating and Updating Figures Creating and Updating Figures from Python plot.ly Jupyter Notebook Tutorial in Python htt..
Python keras.layers.RepeatVector() Examples https://www.programcreek.com/python/example/89689/keras.layers.RepeatVector keras.layers.RepeatVector Python Example Python keras.layers.RepeatVector() Examples The following are code examples for showing how to use keras.layers.RepeatVector(). They are extracted from open source Python projects. You can vote up the examples you like or vote down the e..
# Jupyter Notebook 변수 보기 (Variable Viewer) https://versusall.tistory.com/entry/Jupyter-Notebook-3-%EB%B3%80%EC%88%98-%EB%B3%B4%EA%B8%B0Variable-viewer Jupyter Notebook 3. 변수 보기(Variable viewer) Jupyter Notebook 3. 변수 보기(Variable viewer) # Jupyter Notebook 3. 변수 보기(Variable viewer)¶ 들어가면서¶ Matlab을.. versusall.tistory.com
What is the right way to debug in iPython notebook? What is the right way to debug in iPython notebook? As I know, %debug magic can do debug within one cell. However, I have function calls across multiple cells. For example, In[1]: def fun1(a) def fun2(b) # I want to set a stackoverflow.com PixieDebugger – A Visual Python Debugger for Jupyter Notebooks Every Data Scientist Should Use https://www..
stackoverflow.com/questions/43117654/many-to-many-sequence-prediction-with-different-sequence-length Many to many sequence prediction with different sequence length My problem is to predict a sequence of values (t_0, t_1, ... t_{n_post-1}) given the previous timesteps (t_{-n_pre}, t_{-n_pre+1} ... t_{-1}) with Keras' LSTM layer. Keras supports the the followi... stackoverflow.com LSTM: Many to m..
딥러닝 (김성훈 교수님) 딥러닝 (김성훈 교수님) 00. 머신러닝 입문기 01. TensorFlow의 설치 및 기본적인 operations (lab 01) 02. Linear Regression의 Hypothesis와 cost 설명 (lec 02) 03. Tensorflow로 간다.. pythonkim.tistory.com 간단하게 rnn을 만들어 봅시다. https://frhyme.github.io/machine-learning/simple_rnn/ 간단하게 rnn을 만들어 봅시다. 간단한 rnn을 그려 봅시다. frhyme.github.io Many to one and many to many LSTM examples in Keras Many to one and..
Recurrent Neural Network (RNN) Tutorial - Part 1 https://aikorea.org/blog/rnn-tutorial-1/ Recurrent Neural Network (RNN) Tutorial - Part 1 WildML이라는 블로그에 RNN에 관련된 좋은 튜토리얼(영어)이 있어서 번역해 보았습니다. 중간중간에 애매한 용어들은 그냥 영어로 남겨놓았는데, 번역이 이상한 부분을 발견하셨거나 질문이 있으시면 댓글로 알려주까세요! aikorea.org RNN Tutorial Part 2 - Python, NumPy와 Theano로 RNN 구현하기 https://aikorea.org/blog/rnn-tutorial-2/ RNN Tutorial Part 2 - Python, ..