반응형
반응형
본문 바로가기

공부617

QSAR Aquatic Toxicity LC50 예측 (feat. TPOT) QSAR Aquatic Toxicity 순서 1. 데이터 셋 설명 2. 브루트 포스 접근 3. TPOT (Tree-based Pipeline Optimization Tool) 데이터 셋 데이터 셋 다운로드 링크 : https://archive.ics.uci.edu/ml/machine-learning-databases/00505/ 2019년 09월 23일에 UCI Machine Learning Repository에 등록된 나름 최근에 등록된 데이터 셋입니다. 밀라노에 위치한 대학 QSAR 연구 그룹에서 제작된 데이터 셋입니다. 데이터 셋 정보를 보겠습니다. 데이터 셋 정보를 읽어보면 이 데이터 셋은 Daphnia Magna에 대한 acute toxicity (급성 수생 독성)을 예측하기 위해 908개 화학.. 2020. 12. 20.
ML/DL for Everyone with PyTorch (Sung Kim) #01 ML/DL for Everyone with PyTorch (Sung Kim) - Overview www.youtube.com/watch?v=SKq-pmkekTk&list=PLlMkM4tgfjnJ3I-dbhO9JTw7gNty6o_2m&ab_channel=SungKim Code: https://github.com/hunkim/PyTorchZero... Slides: http://bit.ly/PyTorchZeroAll Videos: http://bit.ly/PyTorchVideo hunkim.github.io/ml/ 모두를 위한 머신러닝/딥러닝 강의 hunkim.github.io 2020. 12. 13.
[JavaScript #02] Functions [JavaScript #02] Functions 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // Greeting function function greeting(name, time) { console.log('Good ' + time + ', ' + name + '!'); } // Calculating cube function function cube{number) { return number * number * number; } //executing greeting function greeting('John', 'Morning'); //prints out "Good Morning, John!" //executing cube function console.log(cube(2)); /.. 2020. 12. 13.
[JavaScript #01] Object [JavaScript #01] Object 1 2 3 4 5 6 7 8 let collegeStudent = { name: 'John'; age: 23; major: ComputerScience; minor: Management; }; console.log(collegeStudent.age); We just created an object named 'collegeStudent.' It has four different properties; name, age, major, and minor. At line 8, its code will print out "23" as an integer type. We will look further later when we deeply get into Object-Or.. 2020. 12. 13.
Full Stack Bootcamp Online Full Stack Bootcamp Online 풀스택 온라인 부트캠프 1. www.udemy.com/course/the-complete-web-development-bootcamp/ The Complete 2020 Web Development Bootcamp Become a full-stack web developer with just one course. HTML, CSS, Javascript, Node, React, MongoDB and more! www.udemy.com 2. 클론코딩 연습 nomadcoders.co/courses All Courses – 노마드 코더 Nomad Coders 초급부터 고급까지! 니꼬쌤과 함께 풀스택으로 성장하세요! nomadcoders.co 3. 온라인 공부 방법 .. 2020. 11. 17.

반응형