0% found this document useful (0 votes)
0 views

Lab exercise - Session 1 - Python Libraries

The document outlines a laboratory session for an M.Tech course in Computer Science and Engineering focused on exploring Python libraries for data science, specifically NumPy, Pandas, SciPy, and Sklearn. It provides reference sources for learning these libraries, datasets for practical application, and additional Python resources. The session is scheduled for January 6, 2025.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

Lab exercise - Session 1 - Python Libraries

The document outlines a laboratory session for an M.Tech course in Computer Science and Engineering focused on exploring Python libraries for data science, specifically NumPy, Pandas, SciPy, and Sklearn. It provides reference sources for learning these libraries, datasets for practical application, and additional Python resources. The session is scheduled for January 6, 2025.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

M.TECH.

COMPUTER SCIENCE AND ENGINEERING – January - May, 2025


CS606 – Data Science and Artificial Intelligence Laboratory
#Session: 1 || Date: 06/01/2025
Exploring Python Libraries in Data Science
1. Explore the following python libraries using the sample dataset given. You may also choose
datasets from the resources listed below:

a. NumPy
b. Pandas
c. SciPy
d. Sklearn

Few Reference Sources are given below:


To Learn Python Libraries
• pandas documentation – https://pandas.pydata.org/pandas-docs/stable/index.html
• pandas: Input/output –
• https://pandas.pydata.org/pandas-docs/stable/reference/io.html
• pandas: DataFrame – https://pandas.pydata.org/pandas-
docs/stable/reference/frame.html
• pandas: Series – https://pandas.pydata.org/pandas-
docs/stable/reference/series.html
• pandas: Plotting – https://pandas.pydata.org/pandas-
docs/stable/reference/plotting.html
• Scikit-learn –
• https://web.njit.edu/~usman/courses/cs677_summer20/background.pptx
https://www.unmc.edu/bsbc/education/jclub/JournalClub_sklearn_Abrar_01-13-
2020.pptx
• https://events.praceri.eu/event/1333/attachments/1968/3903/1_Introduction_to_s
cikit-learn.pdf
Datasets
• NIPS 2003 feature selection contest
• Kaggle.com (https://www.kaggle.com/datasets)
• mldata.org
• UCI machine learning repository
• Another good resource: http://deeplearning.net/datasets/
• http://archive.ics.uci.edu/ml/index.php
• https://datasetsearch.research.google.com/ https://paperswithcode.com/
• https://www.datasetlist.com/
• Datasetstowardsdatascience.com
• https://towardsdatascience.com/top-sources-for-machine-learning-datasets-
bb6d0dc3378b
• https://pub.towardsai.net/best-datasets-for-machine-learning-data-science-
computer-vision-nlp-ai-c9541058cf4f
Python resources
• https://www.python.org/dev/
• https://python.land/product/python-
course?mtm_campaign=onsite&mtm_source=pythontutorial&mtm_placement=inart
icle (resource from Python.org)
• https://end-to-end-machine-learning.teachable.com/p/201-time-tools/
• https://automatetheboringstuff.com/
• https://learnxinyminutes.com/docs/python/

NPTEL lectures
• https://nptel.ac.in/courses/106106182
• https://onlinecourses.nptel.ac.in/noc22_cs32/preview

Contests
Kaggle
Software
• Jupyter
• Colab
---THE END---

You might also like