An open API service indexing awesome lists of open source software.

https://github.com/adamdad/ee2211_python


https://github.com/adamdad/ee2211_python

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# EE2211 Python

This is the repository for EE2211 python tutorial. In this course, we will introduce very basic python programming and package usage for data science and machine learnings.

Please first following the Handout book to install the anaconda/miniconda, then install the environnment with

conda create --name ee2211 python=3.7 numpy=1.20 matplotlib scikit-learn pandas jupyterlab

1. **Python and Numpy Basics**

EE2211_python_demo.ipynb

2. **Classification** We provides a toy example to conduct a binary classification problem with multi-layer perceptron(MLP).

classification.ipynb

3. **Fun facts and Example in Python**

fun_facts.ipynb