Notice
Recent Posts
Recent Comments
Link
목록전체 글 (36)
전전 공댕이의 공부 기록
Hyper-Parameter란?
A model parameter is a configuration variable that is internal to the model and whose value can be estimated from data. 모델링할 때 사용자가 직접 세팅해주는 값 머신러닝 모델을 쓸 때 사용자가 직접 세팅해야 하는 값이 상당히 많은데, 그 모든 게 다 하이퍼 파라미터다. 예시 은닉층 개수 Epoch Batch size 참고 글: What is the Difference Between a Parameter and a Hyperparameter? (machinelearningmastery.com) 머신러닝 - 13. 파라미터(Parameter)와 하이퍼 파라미터(Hyper parameter) (tistory.com)..
데이터 분석
2022. 3. 10. 18:09
No module named / ModuleNotFound의 대부분의 해결책 : pip install로 설치
대부분의 위와 같은 에러는 아래와 같이 해결하면 된다 (똑같은 글을 공익적 목적으로 5번 올리고 깨달은 것ㅎ) Anaconda Prompt에서 pip install {모듈 이름} 입력해서 {모듈 이름}을 설치하면 된다. 화이팅!
문제 해결
2022. 3. 10. 05:46