DataSpoof
16.1K subscribers
239 photos
22 videos
195 files
328 links
Learn Data Science

https://dataspoof4081.graphy.com/membership

Artificial Intelligence
Machine Learning
Data Science
Deep learning
Computer vision
NLP
Big data
Download Telegram
DataSpoof pinned ยซMega giveaway on 10th Novemberยป
Ebook: Introduction to Machine Learning by Alex Smola.
Image classification using Convolutional Neural Network
Free giveaway
Join our instagram family
www.instagram.com/dataspoof
This is for those students who didn't join our insta family
5_6307794764263588231.pdf
32.3 MB
5_6307794764263588231.pdf
R for data science
Interview Question

Q: What is pickling and unpickling?

Ans: Pickling is the process of converting from Python format to intermediate string formats which can be then be stored on file.
Unpickling is the process of bringing or loading the stored Python objects back into memory.