Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 빅데이터 지식
- Data Analyst
- 빅데이터 커리어 가이드북
- Algorithms
- algorithm
- data scientist
- 데이터 분석가
- Binary Tree
- Preparing for the Google Cloud Professional Data Engineer Exam
- data
- Newyork
- Restroom
- Computer Science
- Computer Organization
- binary search tree
- 화장실 지도
- 빅데이터
- hash
- Study
- Data Structure
- Linked List
- priority queue
- 데이터 엔지니어
- 뉴욕 화장실
- BST
- dataStructure
- Data Engineer
- Heap
- HEAPS
- exam
Archives
- Today
- Total
Jaegool_'s log
Coursera Course: Tools for Data Science Week 3 Summary 본문
- Python offers a diverse library ecosystem for data science, covering scientific computing (Pandas, NumPy), visualization (Matplotlib, Seaborn), and high-level machine learning (Scikit-learn). These libraries offer tools for data manipulation, mathematical operations, and simplified machine learning model development.
- Application Programming Interfaces (APIs) facilitate communication between software components. REST APIs, specifically, facilitate internet communication and access resources like storage. Key API terms include client (user or code accessing it), resource (service or data), and endpoint (API's URL).
- Machine learning models analyze data and identify patterns to make predictions and automate complex tasks—the three fundamental types of machine learning are supervised, unsupervised, and reinforcement learning. Supervised learning includes regression and classification models for predictive modeling and pattern recognition. Deep learning, an advanced subset of machine learning, mimics the brain's processing, enabling intricate problem-solving in various domains.
- The Community Data License Agreement (CDLA) facilitates open data sharing by providing clear licensing terms for distribution and use, and the IBM Data Asset eXchange (DAX) site contains high-quality open data sets.
- The Model Asset eXchange (MAX) provides a wealth of pre-trained deep learning models, empowering developers with readily deployable solutions for various business challenges.