본문 바로가기

분류 전체보기

(185)
ChatGPT란? chatGPT를 사용해보자 OpenAI는 2022년 11월 30일 chatGPT라는 채팅 인공지능 봇을 공개했다. chatGPT는 프로그래밍, 창작 등 다양한 영역으로 활용이 가능해보인다. chatGPT는 홈페이지는 아래의 링크를 통해 들어가면 된다. https://openai.com/blog/chatgpt/ ChatGPT: Optimizing Language Models for Dialogue We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge in..
You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model to work. If the error as below occurs, You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model to work. You should install below, pip install pydot pip install pydotplus pip install graphviz 만약 위의 코드로도 실행이 되지 않는다면, 아래의 홈페이지에 들어가서 exe 파일을 다운로드 하고 실행시켜준다. https://graphviz.gitlab.io/download/ Download Graph Visualization Sof..
논문 작성을 위한 Overleaf 사용법 Overleaf란? Overleaf는 문서 작성이나 편집에 사용되는 협업 클라우드 기반의 LaTeX 편집기이다. LaTeX는 논문 또는 보고서를 작성할 수 있는 문서 작성 시스템으로 수식 작성이 쉽고, 다양한 프로젝트를 관리하기에 편리하다는 장점이 있다. Overleaf 사용법 1. 아래의 링크를 통해 회원가입 또는 로그인을 해준다. https://www.overleaf.com/project Log in to Overleaf - Overleaf, Online LaTeX Editor An online LaTeX editor that’s easy to use. No installation, real-time collaboration, version control, hundreds of LaTeX templa..
파일질라(FileZilla)는 무엇일까? 파일질라 다운로드 받는 방법! 파일질라란? 파일질라(filezilla)는 파일 전송 프로그램(FTP, File Transfer Protocol) 중 하나다. FTP는 개인 컴퓨터와 웹서버간에 파일을 전송하기 위해 필요하다. 이 의미를 간단하게 도식화 시키면 아래 그림과 같이 나타낼 수 있다. 예를 들어, 현재 내 웹사이트의 디자인을 변경하고 싶다고 하자. 그러면 웹상에서 바로 수정해도 되지만, 개인 컴퓨터에서 수정을 하고 FTP 프로그램을 이용해 웹서버로 수정된 디자인을 보내게 되면 작업 속도가 빨라질뿐만 아니라 훨씬 편하게 이용할 수 있다. 파일질라 다운로드 방법 그럼 파일질라를 다운로드 받아서 설치하는 방법을 소개하겠다. 아래의 순서에 따라 설치하면 된다. 1. 아래의 파일질라 공식페이지로 들어가준다. 자신의 OS 환경에 맞는 것..
윈도우에서 Paraview 설치하는 방법 1. 아래의 Paraview 홈페이지에 들어간다. https://www.paraview.org/download/ Download ParaView You can download the latest stable version of ParaView and previous releases or access the current development (nightly) distribution through Github. www.paraview.org 2. 다운로드 받은 파일을 실행시키고, 다음을 클릭한다. 3. 동의함을 눌러준다. 4. 설치할 폴더를 지정하고 다음을 눌러준다. 5. 설치한다. 6. 다음을 눌러준다. 7. 설치가 완료되면 마침을 눌러주면 된다.
No module named 'numpy.typing' If the error as below occurs, No module named 'numpy.typing' You should install the pip install -U numpy
No module named 'scipy' If the error as below occurs, No module named 'scipy' You should install the pip install scipy
No module named 'comet_ml' If the error as below occurs, No module named 'comet_ml' You should install conda install -c anaconda -c conda-forge -c comet_ml comet_ml pip install comet-ml