
Python basic
Python Basic 1. Data types 1.1. Scalar types 1.1.1. Number int: số nguyên float: số thực complex: số phức 1.1.2. String String trong python là một chuỗi các ký tự, được đặt trong c...
Python Basic 1. Data types 1.1. Scalar types 1.1.1. Number int: số nguyên float: số thực complex: số phức 1.1.2. String String trong python là một chuỗi các ký tự, được đặt trong c...
Transfer Learning 1. What is Transfer Learning? Situation: We have a small dataset that can’t be used to train a deep learning model from scratch. There exists a model that wa...
Reinforcement Learning 1. What is Reinforcement Learning? Reinforcement learning is a machine learning training method based on rewarding desired behaviors and punishing undesired ones. ...
When working with Linux, we may need to run multiple terminal sessions at the same time. Or with AI projects, you may need to run a process that takes a very long time to complete. This can be done...
Đây chỉ đơn giản là một bài viết tổng hợp “link teen” về GIT. Hope it helps! 1. Một số khái niệm Các thuật ngữ cơ bản Repository: là nơi lưu trữ mã nguồn của dự án. Có 2 loại repository: ...