카페검색 본문
카페글 본문
-
%%%%% 2024b ; Weekly Lec [Topic-10; Sigmoid] 2024.10.23해당카페글 미리보기
@@@@@@@@@@@@@@@@@@@@@@@ Sigmoid ================== 수업자료; [AI-Lec-WeeklyMaterials / #33] ; Exl work, Hwp. ; 참고자료; [AI-Prog / #] Py, PPT, Hwp > [Lab] Sigmoid; Exl[LecPrep], tanh와의 비교. 용도 > Rvw; PPT //
-
Perceptron, Sigmoid - Q&A 2023.11.19해당카페글 미리보기
데이터가 구분선보다 위에 있으면 d=-1, 구분선보다 아래에 있으면, d=1 (L=0.2; Learning Rate; 고정값) [Q] XOR문제에서 Sigmoid 함수의 사용 목적은? Ans> 미약한 신호는 무시하고 강한 신호는 살아남게 하여 입력을 단순화하고, 신호의 특징을 부각...
-
s-colon 게실염(sigmoid diverticulitis) 2023.01.12해당카페글 미리보기
-
Re: 오늘의 마지막 문제. 책 71페이지의 그림3-6 인 계단함수 그래프를 matplotlib 로 ... 2024.10.02해당카페글 미리보기
import numpy as np import matplotlib.pyplot as plt # def sigmoid(x): # return 1 /(1 + np.exp(-x)) def step_function(x): y = x > 0 # 입력값 x 가 0보다 크면, y에 true 가 들어가고 아니면 false return y.astype(np.int32) x = np.arange(-6, 6...
-
Re: 글림프계 glymphatic system와 뇌질환의 관계 2023년 !! 2024.08.22해당카페글 미리보기
Lundgaard et al., 2017). (2) Dural lymphatic vessels. Dural lymphatic vessels distribute on the dura mater, the sigmoid sinus, the retro glenoid vein, the middle meningeal artery, and the pterygopalatine artery (Louveau et al., 2015...
-
라이펙후 복막전이가 완전히 사라졌다 2024.08.15해당카페글 미리보기
것은 2차 라이펙 시행후 복막전이가 완전히 소멸되었다는 병리 조직검사 결과였다. 병리 조직검사 소견: Peritoneum, (sigmoid mesenteric), excisional biopsy: - No tumor present 암이 존재하지 않음 - Fat necrosis and fibrosis 지방괴사와 섬유질...
-
딥러닝 2024.05.23해당카페글 미리보기
add(Dropout(0.3)) model.add(Dense(3, activation='relu')) model.add(Dropout(0.3)) model.add(Dense(1, activation='sigmoid')) model.summary() # 컴파일 model.compile(optimizer='adam', loss='mse', metrics=['accuracy']) # 학습 history = model...
-
Re: 장내 유해균이 만드는 장내 가스(방귀).. 황화수소. 파킨슨병 2024.03.07해당카페글 미리보기
the mucosal area [77,78]. Notably, a significantly more intense staining for Eschericia coli has been reported in the sigmoid mucosal samples of PD patients than in the samples of the control subjects [79]. In agreement with this study...
-
[의학관련] adenocarcinoma, lower sigmoid 2005.05.27해당카페글 미리보기
adenocarcinoma, lower sigmoid 이게 무슨뜻인가요 친구 어머님이 오늘 검진 받고 오셔서 대장암 판명을 받으셨는데요 검사진가에 adenocarcinoma, lower sigmoid게 적혀 있었다느데 심각한건가요 아님 수술만 하면 간단히 나을 수있는건가요 답변 부탁...
-
logit, sigmoid, softmax의 관계 2020.01.26해당카페글 미리보기
[logit, sigmoid, softmax의 관계] 이번에는 logit, sigmoid, softmax의 관계에 대해서 알아보겠습니다. 이것들이 서로 다 다른 개념같지만 서로 매우 밀접하게 관련이 있는데요. 그림의 가운데 부분에서 세 개념의 관계를 화살표로 엮어놓았습니다. 결론...