Best
17.5K views | +1 today
Follow
Best
Best or Top of a Category
Your new post is loading...
Your new post is loading...
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Applied Data Science – Building Your Own Deep Learning System

Applied Data Science – Building Your Own Deep Learning System | Best | Scoop.it
Cutting edge data science projects.
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

Using Docker for Data Science — Part 1 – Becoming Human

Using Docker for Data Science — Part 1 – Becoming Human | Best | Scoop.it

Docker is the world’s leading software container platform. Developers use Docker to eliminate “works on my machine” problems when collaborating on code with co-workers. Operators use Docker to run and manage apps side-by-side in isolated containers to get better compute density. Enterprises use Docker to build agile software delivery pipelines to ship new features faster, more securely and with confidence for both Linux and Windows Server apps.

 

Docker Terminology:

  1. Docker Containers: Small user-level virtualization (isolation) that helps you install, build and run your code/workflow. All the code would be continuosly running in these containers.
  2. Docker Images: An image is an inert, immutable, file that’s essentially a snapshot of a container. These are your actual committed containers (ones that have the process running, data stored, ports exposed to be used). Docker images are essentially the stored instances that you can (actually move around).
  3. Dockerfile: It is a YAML (almost) based file from which Docker creates an image. It can be thought of as an automated script that has all the steps you want to execute.
No comment yet.
Scooped by Dr. Stefan Gruenwald
Scoop.it!

101+ Resources to Learn Data Science

101+ Resources to Learn Data Science | Best | Scoop.it
Use this curated list of resources to learn data science!

 

Many people are seeking to learn data science these days. It’s become a trendy topic associated with high salaries and some of the most interesting problems in the world. This demand has created many different resources in the data science space.

Tomasz Sawoch's curator insight, January 11, 2021 1:34 PM

Spis portali, miejsc, gdzie można uczyć się "data science"

Rescooped by Dr. Stefan Gruenwald from Nostri Orbis
Scoop.it!

47 New External Data Science / Machine Learning Resources and Articles

47 New External Data Science / Machine Learning Resources and Articles | Best | Scoop.it
Starred articles are candidates for the picture of the week. A comprehensive list of all past resources is found here. We are in the process of automatically categorizing them using indexation and automated tagging algorithms.

 

  1. Authoring Books with R Markdown 
  2. Feature Selection: The 10-dimensional burrito 
  3. From scatter plot to slope chart 
  4. Using Big Data for Machine Learning Analytics in Manufacturing 
  5. A Complete Tutorial on Linear Regression with R 
  6. Statistical Computing with Stata 
  7. Build an AI Writer - Machine Learning for Hackers - Video
  8. Demystifying linear regression and feature selection 
  9. Monitoring A/B experiments in real-time 
  10. JupyterLab: the next generation of the Jupyter Notebook 
  11. Cheat Sheets for Web Developers 
  12. How to Start Learning Deep Learning 
  13. How to evaluate Data Science models ? 
  14. Variable selection vs Model selection 
  15. Anomaly detection with normal distribution 

 

Other Data Science Resources


Via Fernando Gil
No comment yet.