일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 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
목록분류 전체보기 (558)
A Joyful AI Research Journey🌳😊
https://kjw1313.tistory.com/51 신입 개발자 생존의 기술, 사회 초년생 개발자를 위한 안내서 신입 개발자가 빨리 성장하려면 무엇을 알아야 할까 생각하던 도중, 이 책을 구매하게 됐다. 이 책은 코딩을 어떻게 짜야할지 대략적으로 방향을 제시해주고, 회사 내의 각종 인물들에 대한 설 kjw1313.tistory.com 1. 코드 품질을 보증하는 여러 가지 방법들이 나온다. => 다른 프로그래머가 코드를 읽어보게 하거나, 단위 테스트, 부하 테스트 등 여러 가지 방법론을 통해 검토하는 방법이 있구나 알게 됐다. 2. 순수 코드와 순수하지 않은 코드를 떼어내는 일은 새로운 코드의 정확성을 테스트할 때도, 유지 보수 중인 레거시 코드의 정확성을 테스트할 때도 도움이 된다. 로직을 더 큰 코..
https://www.joshwcomeau.com/blog/the-end-of-frontend-development/ The End of Front-End Development Large language models like GPT-4 are becoming increasingly capable, at an alarming rate. Within a couple of years, we won't need developers any more! …Or at least, that's the narrative going viral on Twitter. I'm much more optimistic about what these AI www.joshwcomeau.com Using LLMs to help you le..
https://ngnl.tistory.com/40 맥북 트랙패드의 사용 방법 (처음 사용자용) 맥북을 사용하는 가장 기본적인 설명인 트랙패드의 이용 방법에 관한 글입니다. 그저 비상시에만 사용 혹은 있어도 방해만 되서 꺼놓고 이용하는 수많은 윈도우용 터치패드와는 전혀 다른 맥북 ngnl.tistory.com https://support.apple.com/ko-kr/HT204895 Mac에서 Multi-Touch 제스처 사용하기 Multi-Touch 트랙패드 또는 Magic Mouse를 사용하는 경우 하나 이상의 손가락을 이용한 탭하기, 쓸어넘기기, 오므리기, 펼치기 동작으로 유용한 작업을 수행할 수 있습니다. support.apple.com
https://fordhamram.com/2023/03/09/udemy-accredited-should-i-put-it-on-my-resume#:~:text=Udemy%20Courses%20In%20Your%20Resume,name%2C%20and%20the%20course%20duration. Are Udemy Courses Accredited and Worth Adding to the Resume? Discover whether Udemy is accredited and worth including on your resume. Also, better understand how to showcase your skills and knowledge to potential employers. fordhamr..
https://ffoorreeuunn.tistory.com/480 [ Code Editor ] VSCode 새 탭으로 파일 열기한동안 VSCode를 쓰면서 내 신경을 계속해서 거슬리게 하는 것이 있었다.. 파일을 오픈할 때 새 탭에서 열리는게 아니라 이미 열려있는 파일 탭에 내가 선택한 파일이 오픈되는 것이었다! 여러 파ffoorreeuunn.tistory.comVisual Studio Code(이하, VSCode)에서 코드를 정렬하는 각 OS별로 단축키는 다음과 같다.Windows : Shift + Alt + F.macOS : Shift(⇧) + Option(⌥) + F.Mac 선택 부분 주석: option + shift + Ahttps://vscodethemes.com/e/webfreak.cute-t..
https://www.jcchouinard.com/create-your-first-github-project-in-vscode/ How to Push to Github (from VSCode) - Create Projects and Repositories - JC Chouinard Visual Studio Code (VSCode) is a code editor that helps you to develop, run and debug code with built-in syntax highlighting, code completion and commit features. In this post, I will show how you create, clone and work with your Github rep..
머신러닝 딥러닝 알고리즘을 소개합니다. : 인공지능 영역의 확장 머신러닝 알고리즘 지도학습, 비지도학습, 준지도학습, 강화학습과 딥러닝 알고리즘 ANN, DNN, CNN, RNN에 대해 정리했습니다. 딥러닝의 등장으로 머신러닝의 실용성이 강화되었고 인공지능의 영역 hongong.hanbit.co.kr http://slownews.kr/41461 쉽게 풀어쓴 딥 러닝의 거의 모든 것 - 슬로우뉴스 요즘 딥 러닝(Deep Learning)이 핫합니다. 몇 년 전부터 기계학습(Machine Learning)이 일반인들에게 알려지기 시작하더니, 지금은 기계학습의 한 종류인 딥 러닝이 아예 기계학습이란 단어를 대체할 듯 slownews.kr

https://www.w3schools.com/react/default.asp React Tutorial W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com 참고: https://www.hankyung.com/it/article/202205105625i https://www.udemy.com/course/react-the-complete-guide-incl-redux/ htt..

정수론 (1) - 최대공약수, 최소공배수, 유클리드 호제법 안녕하세요, Dimen입니다! 오늘부터 정수론에 대한 글을 써보고자 합니다. 정수론은 정규 수학 교육과정에서 잘 다루지 않기 때문에 많은 분들에게 생소한 분야입니다. 그런 만큼 많은 분들에게 dimenchoi.tistory.com Greatest Common Divisor (최대 공약수) :the greatest common divisor of two or more integers is the largest positive integer that divides each of the given integers without leaving a remainder. function GCD(x, y) { return !x ? y : GCD(y, x % y..
https://legacy.reactjs.org/community/examples.html Example Projects – React A JavaScript library for building user interfaces legacy.reactjs.org https://www.knowledgehut.com/blog/web-development/react-js-projects-for-beginners 7 Stunning React JS Projects For Beginners - 2023 7 Stunning React JS Projects For Beginners - 2023 www.knowledgehut.com https://hackr.io/blog/react-projects 14 Best React..

https://www.projectpro.io/article/artificial-intelligence-project-ideas/461 20 Artificial Intelligence Project Ideas for Beginners [2023] Explore exciting and innovative artificial intelligence project ideas to kickstart your journey into the world of AI and Deep Learning | ProjectPro www.projectpro.io Translator App If you are interested in getting started in the field of Natural Language Proce..

padStart: the padding is added at the start of the string and padEnd: the padding added at then end. index === 0 is a condition used to determine if the current element being processed in the map() function is the first element of the row. 코드) 알고리즘 문제는 하단 output처럼 문자는 왼쪽, 숫자는 오른쪽으로 테이블에 정렬하기였다. const data = [ ["AAA", 1.23456, 123456], ["BBBBB", 12.3, 123], ["CCCC", 123.4, 1234] ]; function newTa..

최종 구현 동영상 전체 물품 리스트 및 분류 버튼 클릭 시 신규 물품 (부루펜) 등록 후 전체 물품 리스트 및 물품 상세 정보 휴대폰으로 의료 용품 Tabinul 입고 등록 물품 (3way) 입고 등록(수기)후 전체 물품 리스트에서 현재고 변화 물품 (3way) 출고 등록 후 출고 내역 리스트 프로젝트 3개를 합쳐서 환자, 의료진, 의료관계자 모두 사용 할 수 있는 서비스 구축 사용자 화면 스크린샷 사용자 화면 스크린샷 (반응형 웹)(아이폰 12)
https://barcode.tec-it.com/en/MobileQRCode?data= Free Online Barcode Generator: Create Barcodes for Free! This free online barcode generator creates all 1D and 2D barcodes. With TEC-IT Barcode Software you generate barcodes as part of applications or web-sites. Available as Barcode ActiveX, Barcode .NET Web Forms Control, Barcode DLL. barcode.tec-it.com 위 링크에서 QR코드를 생성한다. 입고 등록 itemReceived.jsp ..