본문 바로가기

Company50

Remix Ethereum 이더리운 원리 실습해보기https://remix.ethereum.org/ Remix - Ethereum IDE remix.ethereum.orgpragma solidity >=0.4.0 0.5.0;contract first_contract {    uint public balance;    address[] private givers;    address private taker;    address public owner;    modifier onlyOwner() { require (msg.sender == owner); _;}    constructor() public payable {        owner = msg.sender;    }    function setTaker(address _a.. 2025. 3. 24.
A Neural Network Playground 간편하게 신경망에 대해 실습할 수 있는 페이지Classification 과 Regression 문제를 해결해 볼 수 있음 Tinker With a Neural Network Right Here in Your Browser. Don’t Worry, You Can’t Break It. We Promise.https://playground.tensorflow.org/ Tensorflow — Neural Network PlaygroundTinker with a real neural network right here in your browser.playground.tensorflow.org 2025. 3. 24.
Teachable Machine 간단하게 이미지 인식을 통한 머신러닝을 맛볼 수 있다.가위, 바위, 보를 인식시켜 얼마나 잘 인시을 하는지 확인해 볼 수 있다.이미지, 사운드, 자세를 인식하도록 컴퓨터를 학습시키세요. 사이트, 앱 등에 사용할 수 있는 머신러닝 모델을 쉽고 빠르게 만들어 보세요. 전문지식이나 코딩 능력이 필요하지 않습니다. https://teachablemachine.withgoogle.com/ Teachable MachineTrain a computer to recognize your own images, sounds, & poses. A fast, easy way to create machine learning models for your sites, apps, and more – no expertise or cod.. 2025. 3. 24.
EXAONE (EXpert AI for everyONE) EXAONE, which stands for “expert AI for everyone,” is a 300-billion-parameter multi-modal model that uses both images and text data. LG AI Research used Amazon SageMaker to train its large-scale foundation model and Amazon FSx for Lustre to distribute data into instances to accelerate model training. 2025. 3. 6.
[바꿔쓰자!과학용어] ⑨미네랄→무기물...화학 부문 용어 연구 중인 화학자의 모습. 게티이미지뱅크 제공 [편집자주] 과학, 기술, 의학 분야에서는 하루가 멀다 하고 새로운 용어들이 쏟아져나오는가 하면 처음 통용되기 시작할 때 의미 전달을 고려하지 않고 만들어진 용어들이 많습니다. 지금까지는 전문용어라고 애써 회피해도 사는 데 크게 문제가 없었지만 신종코로나바이러스감염증(코로나19), 지진·기상 재해, 후쿠시마 오염수, 최첨단 기술 등장 등이 우리 삶에 적지 않은 영향을 미치고 있습니다. 하지만 일부 용어들은 선뜻 이해하기엔 여전히 어렵고 일부는 잘못 사용되거나, 오해를 가져오기도 합니다. 동아사이언스는 우리 삶에 직접 영향을 줄 수 있는 분야에서 이처럼 전환이 필요한 용어들을 선별해 대체할 수 있는 용어를 제안하는 기획을 진행합니다. 전문가 의견을 반영하기 위.. 2023. 11. 10.
OPP (Opening Price Point) An Opening Price Point (OPP) is the lowest price of a particular item in a certain lineup, for example, TV sets or hand creams. It is used by retailers to attract customers and establish the perception of value through higher price points for other products in the same category.Opening Price Point는 주식이나 자산이 거래가 시작될 때의 가격을 의미합니다. 이는 시장이 열리면서 첫 번째 거래가 이루어진 가격으로, 투자자들이 해당 자산에 대한 초기 반응을 나타냅니다. Openi.. 2023. 11. 9.