📊 𝗕𝗶𝗴𝗗𝗮𝘁𝗮/Machine Learning

    [ML] tensorflow set_random_seed() 오류

    https://www.kaggle.com/code/dimitreoliveira/deep-learning-for-time-series-forecasting Deep Learning for Time Series Forecasting Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources www.kaggle.com 위 캐글 노트북 필사를 하려고 하는데 하나 함수가 사용이 안됩니다. 보니까 tensorflow v1 api 라서 그런 것 같더라구요. 해당 오류를 해결해보도록 하겠습니다. 에러 확인 from tensorflow import set_random_seed set_random_see..

    [ML] 아나콘다 Tensorflow, Keras 설치하기 + kernel 에러 해결

    https://www.kaggle.com/code/dimitreoliveira/deep-learning-for-time-series-forecasting Deep Learning for Time Series Forecasting Explore and run machine learning code with Kaggle Notebooks | Using data from multiple data sources www.kaggle.com 해당 캐글 노트북 필사를 진행하려고 하는데 커널이 죽더라구요. kernel died 에러 해결하면서 tensorflow, keras 설치 포스팅도 겸사겸사 올려보겠습니다. 에러 확인 캐글 노트북 필사를 하려고 하는데 다음과 같은 에러가 발생합니다. The Kernel crash..