-
Python versus other programming languages TOP NEW
Python is one of the most popular programming languages for data professionals, which makes it a great addition to your data analytics toolbox! As we’ve previously investigated, Python’s use of syntax to communicate commands and perform tasks mirrors spoken language. This makes Python a much easier programming langu... Read More
-
More about object-oriented programming TOP NEW
This reading contains only a brief introduction to object-oriented programming. A more detailed discussion about the nuances of object oriented programming is beyond the scope of this course. Previously, we identified object-oriented programming as a programming paradigm that is based around objects, which can cont... Read More
-
How to use Jupyter Notebooks TOP NEW
Jupyter Notebook is an open-source web application for creating and sharing documents containing live code, mathematical formulas, visualisations, and text. This is a great tool to develop and present code in a standardised text block format that is interactive and shareable. You can create code, mathematical formul... Read More
-
빅데이터 분석 방법론 TOP NEW
목차 제1절 분석 기획 방향성 도출 제2절 분석 방법론 제2-1절 빅데이터 분석 방법론 제3절 분석 과제 발굴 제4절 분석 프로젝트 관리 방안 1. 빅데이터 분석 방법론 개요 빅데이터 분석 방법론(Big Data Analysis Methodology) 빅데이터 분석 방법론은 완벽한 계층적 프로세스 모델로서 단계, 태스크, 스텝의 3계층 레벨과 5단계로 구성되어 있습니다. 5개의 단계들을 프로세스 그룹이라 하며, 각 단계는 여러 개의 태스크로 구성되는데 각 태스크는 물리적 또는 논리적으로 품질 검토의 항목이 될 수 있습니다. 마지막 계층인 스... Read More
-
Day 2 - Embeddings and similarity scores TOP NEW
Copyright 2025 Google LLC. # @title Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writi... Read More