Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eve-ning/mlweek-d1
Machine Learning Week Day 1
https://github.com/eve-ning/mlweek-d1
Last synced: 13 days ago
JSON representation
Machine Learning Week Day 1
- Host: GitHub
- URL: https://github.com/eve-ning/mlweek-d1
- Owner: Eve-ning
- License: mit
- Created: 2020-03-06T05:55:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T05:35:03.000Z (over 4 years ago)
- Last Synced: 2024-10-27T18:25:10.235Z (2 months ago)
- Language: Jupyter Notebook
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Learning Week Day 1
Last few slides still under WIP
## NTU, MLDA @ EEE
**National Technological University,****Machine Learning Data Analytics @ School of Electrical and Electronic Engineering**
Machine Learning Week Day 1 Part 1 Presentation
**Duration: 1.5h**
## Topics
### Intro to Python
I use mathematical concepts to introduce students to Python. This comes with the assumption that they have no clue about Python.I go through the essentials if they want to start out on Machine Learning.
#### Math to Python Focuses
- Multivariable Function conversion (i.e. f(x, y) = z)
- Nested Functions (i.e. f(f(x))
- Prepared Functions (i.e. math.log(x))### Intro to Python Data Preparation
This focuses heavily on preparing students on how to Google the right concepts and what are the common terms in Data Preparation.Despite me focusing on functions, I try to deliver the idea that everyone can do data science if they google the right things.
#### Function Focuses
- Selecting
- Splitting
- Aggregating
- Unique
- Joining## Attribution
**telecom_churn.csv** from
https://github.com/Yorko/mlcourse.ai/blob/master/data/telecom_churn.csv