일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
목록분류 전체보기 (552)
A Joyful AI Research Journey🌳😊
https://seongjin.me/prompt-engineering-in-chatgpt/ ChatGPT를 비롯한 대화형 AI 서비스에서 더 좋은 결과물을 얻게 해주는 프롬프트 엔지니어링 (Prompt 대화형 인공지능이 생성하는 결과물의 품질을 높이는 프롬프트 엔지니어링(Prompt Engineering)을 소개한다. 프롬프트(Prompt)란 무엇인가, 왜 이것의 올바른 엔지니어링이 필요한가를 알아보고, ChatGPT seongjin.me https://www.hani.co.kr/arti/economy/it/1084265.html 수억대 파격 연봉 제시…‘프롬프트 엔지니어’ 뭐길래 AI 역량 120% 끌어내려면 지시어 잘 던져야“기술·서비스 고도화 따라 사라질 직업” 예측도 www.hani.co.kr
https://www.infoq.com InfoQ: Software Development News, Trends & Best Practices www.infoq.com https://www.oss.kr/news 공개SW 포털 - 공개SW 포털 공개SW 포털 www.oss.kr https://www.marktechpost.com/ Home Check Out Our Super Cool AI Research Newsletter While It's Still Free www.marktechpost.com https://www.aitimes.kr 인공지능신문 인터넷 신문 www.aitimes.kr https://plainenglish.io/topics/artificial-intelligence In Plain E..
https://m.blog.naver.com/mosfnet/223058013836 [알쓸신잡(新Job)] 한국의 AI개발자와 전망은? 안녕하세요. 기획재정부입니다. 최근 챗GPT의 등장으로 AI에 대한 관심도 더더욱 증가한 추세인데요 ... blog.naver.com https://www.newspim.com/news/view/20230213000155 [AI혁명, 챗GPT] "내 일도 뺏길라"...미래 AI가 대신할 직업 10가지 [서울=뉴스핌] 최원진 기자= 지난해 11월 출시한 미국 인공지능(AI) 업체 오픈AI의 챗봇 '챗GPT'가 전 세계적인 인기를 끌고 있다. 구글 등 기존 검색 엔진에서는 궁금한 질문에 대한 답을 찾기 위해 newspim.com ◆ "코딩도 알아서 척척" 높은 연봉의 IT 직..
https://www.techtarget.com/searchenterpriseai/definition/machine-learning-engineer-ML-engineer What Is a Machine Learning Engineer (ML Engineer)? | Definition from TechTargetDiscover the ML engineer's roles, responsibilities and required skill sets. Explore job titles, salary ranges and popular certifications in this field.www.techtarget.com
The code const sum = numbers.reduce((a, b) => a + b); calculates the sum of the elements in the array numbers. The reduce() method takes a callback function as an argument, and this function is called repeatedly, with the accumulated sum as the first argument and the current element of the array as the second argument. In this case, the callback function simply adds the two arguments together. T..
Differences between Spring/JSP and React/TypeScript for CRUD Operations: Language and Type-Checking: With Spring/JSP, you would typically use Java for the server-side logic. Java is a statically typed language which means you have to define the types of your variables when you declare them. However, with React, you are typically using JavaScript (or TypeScript in your case). JavaScript is a dyna..
Polyfills allow web developers to use an API regardless of whether or not it is supported by a browser, and usually with minimal overhead. Fetch API Fetch is a built-in browser API for making HTTP requests. It was introduced to replace XMLHttpRequests. Pros: It is promise-based, which means it's easier to use and read than older APIs like XMLHttpRequest. It is built into most modern browsers, wh..
https://www.linkedin.com/posts/jesse-batarseh-9a03a453_10-things-ive-learned-in-10-years-at-amazon-activity-7089022012236464128-SlMj?trk=public_profile_like_view By Jesse Batarseh, Director of Operations at Amazon 10 Things I’ve Learned In 10 Years At Amazon 1. No person’s problem is too small. Whether you are managing 4 people or 4,000, an articulated problem is a “softball” that produces only ..
https://www.youtube.com/playlist?list=PLGRDMO4rOGcNLnW1L2vgsExTBg-VPoZHr ReactJS + Spring Boot CRUD Full Stack Application This course designed for beginners to learn how to develop a full-stack CRUD application using React as frontend and spring boot as backend. www.youtube.com https://www.javaguides.net/2020/08/reactjs-axios-get-post-put-and-delete-example-tutorial.html?m=1 ReactJS Axios GET, ..
https://velog.io/@yh20studio/CS-Http-Method-%EB%9E%80-GET-POST-PUT-DELETE Http Method 란? (GET, POST, PUT, DELETE) 평소에 코딩을 하면서 서버와 클라이언트가 소통을 하기 위해서 보통 Http를 이용을 하게 되었습니다. 그런데 GET, POST, PUT, DELETE 등 여러가지의 Http Method 가 존재하는데 명확하게 사용하고 있을까? velog.io https://gmlwjd9405.github.io/2018/09/21/rest-and-restful.html [Network] REST란? REST API란? RESTful이란? - Heee's Development Blog Step by step goes a l..
pull the latest changes from the remote repository (GitLab) into your local repository: git pull origin master After pulling the changes, you can verify that your local repository is up-to-date by running: git status If you want to see what origin actually refers to, you can use the following command: git remote -v pwd(print making directory): 현재 디렉터리 확인 파일 삭제: rm [파일명] https://wotres.tistory.co..
https://ux.stories.pe.kr/181 Git GUI 소스트리(SourceTree) 설치방법과 사용방법 멋찐 개발자 같은 경우 검정 화면에 하얀색 글씨로 타이핑을 치며 Git 명령어를 실행시킬텐데요. 그게 멋지긴 하지만 편한 형태는 아닙니다. Git을 좀더 편하게 사용하기 위해서는 Git GUI(Graphic User ux.stories.pe.kr
https://artdev.tistory.com/38 [Git] local repository와 remote repository의 연결, 그리고 갱신 앞선 포스팅에서 git을 이용하여 commit하는것까지 알아보았다. local repository에 있는 코드를 원격 repository에 올려보자. github 자신의 계정에서 repository를 만들고 그것을 내 local repository랑 연결만 해 artdev.tistory.com
the steps on how to deploy using GitLab for AWS: Create a new project in GitLab. Create a .gitlab-ci.yml file in the root directory of your project. This file will contain the configuration for your CI/CD pipeline. In the .gitlab-ci.yml file, add a job that will deploy your application to AWS. The job should contain the following steps: Install the AWS CLI. Create an AWS deployment configuration..