20240609_Neural Network?
in 파이썬
뉴럴네트워크란 입력값과 예측(결과)값 사이에 신경망(hidden-layer)가 있어서 사람처럼 생각하면서 예측할 수 있게 해주는거
뉴럴네트워크란 입력값과 예측(결과)값 사이에 신경망(hidden-layer)가 있어서 사람처럼 생각하면서 예측할 수 있게 해주는거
머신러닝은 컴퓨터가 스스로 문제를 풀 수 있게 데이터셋을 이용해 학습시키는 행위를 의미한다.
텐서플로우2 개발환경 셋팅 방법 기록
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve
, which launches a web server and auto-regenerates your site when a file is updated.