KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
2020-datascience-lectures
★ 23
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
UNet-Zoo
:
Different U-Net implementations featuring a vanilla U-Net, probabilistic U-Net and PHiSeg. Each with a reversible variant aswell.
secure-media
:
ARCHIVED: Store private media securely in WordPress.
Windows-Hack-Code
:
Windows hack programming skills and common modules / Windows hack 编程技巧及通用模块
Telegram-Bot-Hacking
:
hacking tool based on Bot telegram
dartssh
:
Dart SSH package providing first-class tunnelling primitives.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
2020-datascience-lectures
?
Download (.md)
# Introduction to Data Science – Lecture Material Course website: [http://datasciencecourse.net](http://datasciencecourse.net) This repository (will) contain(s) the material used in the lectures. You can manually download the files for each lecture, but we recommend that you use git to clone and update this repository. You can use [GitHub Desktop](https://desktop.github.com/) to update this repository as new lectures are published, or you can use the following commands (recommended): ## Initial Step: Cloning When you clone a repository you set up a copy on your computer. Run: ```bash git clone https://github.com/datascience-course/2020-datascience-lectures ``` This will create a folder `2020-datascience-lectures` on your computer, with the individual labs in subdirectories. ## Updating As we release new lectures or update lectures, you'll have to update your repository. You can do this by changing into the `2020-datascience-lectures` directory and executing: ```bash git pull ``` That's it – you'll have the latest version of the lectures.