How to Automate Exploratory Data Analysis (EDA) ? - Part 1 https://youtu.be/tMquUTJ6yXU
You should know when you want to expedite data analysis ๐ง I strongly recommend you to use in your real world problems. This module will help you a lot
You should know when you want to expedite data analysis ๐ง I strongly recommend you to use in your real world problems. This module will help you a lot
YouTube
Automate Exploratory Data Analysis (EDA) #Part 1
EDA is performed to visualize what data is telling us before implementing any formal modelling or creating a hypothesis testing model. There are some analysi...
This website will help you learn probability and statistics, the most important topics in math for machine learning!
seeing-theory.brown.edu
Donโt forget to add in bookmarks ๐
seeing-theory.brown.edu
Donโt forget to add in bookmarks ๐
Learning path to mastering data engineering:
๐ธ SQL
๐ธ Git
๐ธ Bash
๐ธ PostgreSQL
๐ธ Java, Scala
๐ธ Python
๐ธ Docker
๐ธ AWS
๐ธ Airflow
๐ธ Kafka
๐ธ Spark
๐ธ Kubernetes
๐ธ SQL
๐ธ Git
๐ธ Bash
๐ธ PostgreSQL
๐ธ Java, Scala
๐ธ Python
๐ธ Docker
๐ธ AWS
๐ธ Airflow
๐ธ Kafka
๐ธ Spark
๐ธ Kubernetes
Learning path to mastering MLOps:
๐ธ Linux
๐ธ Python
๐ธ Docker
๐ธ AWS
๐ธ Terraform
๐ธ Kubernetes
๐ธ Prometheus
๐ธ Grafana
๐ธ Kubeflow
๐ธ CDK
๐ธ Travis CI and Herokuapp
๐ธ ML Flow
๐ธ Airflow
Many more and listed few only for idea
๐ธ Linux
๐ธ Python
๐ธ Docker
๐ธ AWS
๐ธ Terraform
๐ธ Kubernetes
๐ธ Prometheus
๐ธ Grafana
๐ธ Kubeflow
๐ธ CDK
๐ธ Travis CI and Herokuapp
๐ธ ML Flow
๐ธ Airflow
Many more and listed few only for idea
#! File can be opened in various modes
r = read - Default mode
r+ = read + write
w = write
a = append
w+ = write + read
a+ = append + read
X - W ==?
rb - read only binary format
wb - write only binary format
ab - append only binary format
rb+ - read and write only in binary format
wb+ -write and read only in binary format
ab+ - append and read only mode
#! file basic operations
open
close
#! Check permissions for file
readable
writable
closed
#! read functions
read
readline
readlines
#! write functions
write
writelines
#! Postion of file pointes
seek
seekable
tell
r = read - Default mode
r+ = read + write
w = write
a = append
w+ = write + read
a+ = append + read
X - W ==?
rb - read only binary format
wb - write only binary format
ab - append only binary format
rb+ - read and write only in binary format
wb+ -write and read only in binary format
ab+ - append and read only mode
#! file basic operations
open
close
#! Check permissions for file
readable
writable
closed
#! read functions
read
readline
readlines
#! write functions
write
writelines
#! Postion of file pointes
seek
seekable
tell
Getting started with PyTorch for deep learning? Cover these fundamentals first:
๐ธTensors
๐ธDatasets & DataLoaders
๐ธTransforms
๐ธBuild Model
๐ธAutomatic Differentiation
๐ธOptimization Loop
๐ธSave, Load, & Use Model
always read official docs for gain more knowledge
https://pytorch.org/tutorials/beginner/basics/intro.html
๐ธTensors
๐ธDatasets & DataLoaders
๐ธTransforms
๐ธBuild Model
๐ธAutomatic Differentiation
๐ธOptimization Loop
๐ธSave, Load, & Use Model
always read official docs for gain more knowledge
https://pytorch.org/tutorials/beginner/basics/intro.html
re you a student who wants to harness data and tech to make a difference? Learn from industry experts, collaborate with students around the world and be in the running for up to $10,000 in cash prizes. Learn more at ey.com/datasciencechallenge
Ey
2021 Better Working World Data Challenge
Put your problem-solving skills to the test and help us improve management of bushfires.
Lets learn Django RestFramework. I have alreay explained DRF archtecture here. Will be adding subsequent tutorial video everyday. Remember i dont want to post every youtube links here .... Maximum i will try share knowldge through text and other ways.
8 reasons machine learning projects failโโ
๐ธ Doing ML for wrong reasons
๐ธ ML not needed
๐ธ Bad data
๐ธ Poor problem framing
๐ธ Model โ product
๐ธ Bad infrastructure
๐ธ No trust from stakeholders
๐ธ Production failures
๐ธ Doing ML for wrong reasons
๐ธ ML not needed
๐ธ Bad data
๐ธ Poor problem framing
๐ธ Model โ product
๐ธ Bad infrastructure
๐ธ No trust from stakeholders
๐ธ Production failures
Skills to impress data science employers:
๐ธ Data engineering
๐ธ Model deployment
๐ธ Cloud-based services
๐ธ Infrastructure as code tools
๐ธ Communication and storytelling
The last one is especially important
๐ธ Data engineering
๐ธ Model deployment
๐ธ Cloud-based services
๐ธ Infrastructure as code tools
๐ธ Communication and storytelling
The last one is especially important
AI investment in drug design and discovery increased significantly: โDrugs, Cancer, Molecular, Drug Discoveryโ received the greatest amount of private AI investment in 2020, with more than USD
13.8 billion, 4.5 times higher than 2019.
13.8 billion, 4.5 times higher than 2019.
Don't have enough data to train your model? Fret not! Use the synthetic one!
๐๐ผ Synthetic data is artificially generated data that is not collected from real world events! It replicates the statistical components of real data without containing any identifiable information, ensuring individuals' privacy.
๐ง Synthetic data can be used for many applications:
- Privacy
- Removing Bias
- Balancing Datasets
- Augment Datasets
๐๐ผ Where to generate it from and how?
Open Source Project YData Synthetic: This repository contains material on GANs for synthetic data generation, especially regular tabular data and time-series. It consists a set of different GAN architectures developed using Tensorflow 2.0. An example Jupyter Notebook is included, to show how to use the different architectures.
Link: https://github.com/ydataai/ydata-synthetic
๐๐ผ Synthetic data is artificially generated data that is not collected from real world events! It replicates the statistical components of real data without containing any identifiable information, ensuring individuals' privacy.
๐ง Synthetic data can be used for many applications:
- Privacy
- Removing Bias
- Balancing Datasets
- Augment Datasets
๐๐ผ Where to generate it from and how?
Open Source Project YData Synthetic: This repository contains material on GANs for synthetic data generation, especially regular tabular data and time-series. It consists a set of different GAN architectures developed using Tensorflow 2.0. An example Jupyter Notebook is included, to show how to use the different architectures.
Link: https://github.com/ydataai/ydata-synthetic
GitHub
GitHub - ydataai/ydata-synthetic: Synthetic data generators for tabular and time-series data
Synthetic data generators for tabular and time-series data - ydataai/ydata-synthetic
This media is not supported in your browser
VIEW IN TELEGRAM
Code generation using machine learning. You draw โ๏ธ and Machine can create a code for you.....
Did you know
For most Python implementations different threads do not execute at same time: they merely appear to.
Threads may be running on different processors but they merely appear to.
But how to achieve multiple tasks running simultaneously?
Just think ๐ค will share answer tomorrow if none responded to this.
For most Python implementations different threads do not execute at same time: they merely appear to.
Threads may be running on different processors but they merely appear to.
But how to achieve multiple tasks running simultaneously?
Just think ๐ค will share answer tomorrow if none responded to this.