Home
Weizhi Peng
Cancel

Machine Learning Engineer Internship at Shengqu Games

Machine Learning Engineer Internship at Shengqu Games Unreal Department – Artificial Intelligence Group From 08-2023 to 11-2023 Preview Left is chat with API document. Right is code complete. ...

Quantitative Machine Learning Internship at BOC International

Quantitative Machine Learning Internship at BOC International Fintech Department From 04-2023 to 07-2023 During my time as a Quantitative Machine Learning Intern in the bustling financial hub of ...

Publish Markdown to Medium in 2 Minutes

Publish Markdown to Medium in 2 Minutes Introduction Markdown is a simple and powerful tools to writing your notes, etc. Even Notion supports exporting as markdown. Why not publish your study note...

Clustering

Deep Learning: Clustering Here is my Deep Learning Full Tutorial! Unsupervised Learning Clustering K-means Kmeans python code import numpy as np m = [ [2,2], [5,1] ] X = [...

Ensemble Methods

Deep Learning: Ensemble Methods Here is my Deep Learning Full Tutorial! Bagging and Boosting Ensemble learning Adaptive Boost Adaboost - Adaptive Boost Training python code i...

Support Vector Machines

Deep Learning: Support Vector Machines Here is my Deep Learning Full Tutorial! Nonlinear SVMs Multi-class SVMs SVM find hyperplane by support ve...

Feature Extraction

Deep Learning: Feature Extraction Here is my Deep Learning Full Tutorial! Principal Components Analysis Traditional PCA python code import numpy as np def pca(dataset, dim): ...

Deep Generative Neural Networks

Deep Learning: Deep Generative Neural Networks Here is my Deep Learning Full Tutorial! Maximum Likelihood Generate image **Generative Adversarial Networks** Ge...

Deep Discriminative Neural Networks

Deep Learning: Deep Discriminative Neural Networks Here is my Deep Learning Full Tutorial! Activation Functions with Non-Vanishing Derivatives Activate Functions Python code # Acti...

Multilayer Perceptrons and Backpropagation

Deep Learning: Multilayer Perceptrons and Backpropagation Here is my Deep Learning Full Tutorial! Feedforward Neural Networks Feedforward Neural Networks Python code # Feedforward Ne...