카페검색 본문
카페글 본문
-
NetCDF Binary Encoding Extension Standard 2025.12.23해당카페글 미리보기
#kimtheho NetCDF_Binary_Encoding_Extension_Standard_한글설명.hwp 96.50KB 10-092r3_NetCDF_Binary_Encoding_Extension_Standard__NetCDF_Classic_and_64-bit_Offset_Format.pdf 295.16KB 한글 파일은 한글로된 설명이다.
-
Re: IGF-1, FGF의 동화작용 탐구 !! 2026.07.13해당카페글 미리보기
genes involved in cell cycle progression, such as cyclin D1, and genes that promote proliferation, including those encoding ribosomal proteins and metabolic enzymes (57). Additionally, MAPK phosphorylates proteins involved in the...
-
vLLM, llmcompressor 2026.07.07해당카페글 미리보기
SAMPLES = 256 MAX_SEQ_LENGTH = 2048 with open("/home/airlab/fine-tune/Dataset/result/train_qwen_airlab.json", "r", encoding="utf-8") as f: raw_data = json.load(f) def extract_text(example): parts = [] for turn in example["conversations...
-
런처 업데이트를 했는데 런처가 뻗어버립니다 2026.07.13해당카페글 미리보기
App\8.0.28\Systehttp://m.Diagnostics.DiagnosticSource.dll ---------------------------------------- System.Text.Encoding.CodePages 어셈블리 버전: 8.0.0.0 위치: C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App\8.0.28\Systehttp...
-
[Rpi Python 실습 21] Serial통신 UART 2026.07.10해당카페글 미리보기
str(cnt) + ' ').encode("utf-8")) tm.sleep(0.5) ''' ''' #1.str My_port.write(b"Test ") My_port.write(bytes("Song", encoding = "ascii")) My_port.write(bytes("mgsong OK", encoding = "UTF-8")) My_port.write(b" ") #2. HEX My_port.write(bytes...
-
Re: fasting - refeeding 탐구. 인체건강과 장수 촉진 2025 endocrine reviews 2026.07.03해당카페글 미리보기
nucleus with transcription factor dependent transcriptional programs, which can reinforce transcription of genes encoding the core enzymatic machinery that may already be expressed at some constitutive level or facilitate de novo...
-
3장 과제 2026.07.08해당카페글 미리보기
퍼셉트론으로 XOR 문제를 풀때 입력공간에서 결정 경계는 어떻게 구할수 있는가? 은닉층의 역할은 무엇인가? 7. one-hot encoding 을 설명하라 왜 필요한가? 8. 데이터 정규화의 의미를 설명하라, 정규화를 하는 이유는? 9. 0~9 숫자인식 예제에서 one-hot...
-
가수선미 음반발매(내사랑을받아주세요 💐) 2026.06.10해당카페글 미리보기
홍기한 오디오 믹싱 (Audio Mixing): 홍기한 오디오 마스터링 (Audio Mastering): 홍기한 CD 음고정 (CD Audio Mastering & Encoding): 홍기한 저작인접권 보정 (Neighboring Rights Adjustments): 홍기한 음원 등록 (Digital Distribution Management...
-
Re: 오늘의 마지막 문제. 썸트랜드 사이트 처럼 긍정단어와 부정단어가 순위가 같이 나오게 ... 2024.08.27해당카페글 미리보기
pandas as pd def emotion(import_filename, export_filename): origin_text = open(f'c:\\data\\{import_filename}.txt', encoding='utf8') positive = open('c:\\data\\pos_pol_word.txt', encoding='utf8') negative = open('c:\\data\ eg_pol_word.txt...
-
[GM] Generative model 2026.06.15해당카페글 미리보기
인코더+디코더)하고 훈련된 모델(디코더)을 통하여 원래 분포를 따르는 새로운 데이터를 생성하는 모델 4. 논문 VAE: Auto-Encoding Variational Bayes, 2013 https://arxiv.org/abs/1312.6114 CNF : Neural Ordinary Differential Equations, 2018 https...