Skip to content

Adamdad/EE2211_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors