☕
Python-ML
  • README
  • Chapter1
    • Hello Linux
    • Command Line
    • Vim
  • Chapter2
    • conda: the Python environment manager
    • Transfer to Python
    • Object Oriented
    • Importing modules
    • pip: Package manager
    • DS Utilities: Numpy
  • Chapter3
    • Implementation of Neural Networks from scratch
    • Gradient Descent
    • Introduction to Tensorflow
    • CNN: NN with image processing
    • Introduction to Data Augmentation
    • Brief introduction to miscellaneous Neural Networks
Powered by GitBook
On this page
  • Python Fundamental and Machine Learning
  • Introduction
  • Useful URLs
  • Course Outline

README

NextHello Linux

Last updated 2 years ago

Python Fundamental and Machine Learning

A Topic of Interest Group in Macao Polytechnic Institute

Introduction

Lecturer: Steve Yan

Location: Macao Polytechnic Institute

Time Schedule: To be announced

Semester: 2

Useful URLs

Typora:

Google Colab:

Kaggle:

Course Outline

This lecture contains two parts, namely Python fundamental and Machine Learning. Moreover, all of the process will be running on the Linux machine, which means that it will contain the part of knowledge in Linux shell.

No slides are distributed (cuz. I do not regard slides as efficient format to display codes) but all of the codes and explanations are showed on this Repository as well as the official website of this lecture.

Following topics will be covered in the Interest Group

  • Work with Linux

    • Hello Linux

    • Command Line

    • Vim

  • The Python language

    • conda: the Python environment manager

    • Transfer to Python

    • File structure

    • Importing modules

    • pip: Package manager

    • DS Utilities: Numpy

  • Traditional Machine Learning Algorithms

    • Supervised Learning

      • Linear and Polynomial Regression

      • K Neareast Neighborhood (KNN)

      • Naive Bayes Classifier

      • Neural Networks

    • Unsupervised Learning

      • K-means Clustering

  • Concept of Deep Learning

    • Implementation of Neural Networks from scratch

    • Introduction to Tensorflow / PyTorch

    • CNN: NN with image processing

    • Introduction to Data Augmentation

    • Brief introduction to miscellaneous Neural Networks

typora.io
google/colab
kaggle
pyml.aspires.cc