Dataset

AI Generative AI Python

OpenAI Model Generates Python Code

OpenAI demonstrated what happens when you learn a language model on thousands of GitHub Python repositories  Yannic Kilcher talks about this code completion engine which can write an entire function from just the name. Source Clip: https://youtu.be/fZSFNUT6iY8 Full Video: https://www.pscp.tv/Microsoft/1OyKAYWPRrWKb

Read More
AI Azure Data

Azure Machine Learning Datasets

Azure machine learning datasets is a great solution to manage your data for machine learning. With datasets, you can directly access data from multiple sources without incurring extra storage cost; load data for training and inference through unified interface and built in support for open source libraries; track your data in ML experiments for reproducibility. […]

Read More