Pinned Repositories
LindenmayeR
Lindenmayer or L-Systems in R
1d-mapping-explorations
A project to utilize my previous R package (not documented yet) SeriesXplorer on 1d mappings. Detection of periodicity, chaotic behaviors and animated visualizations are the major tasks. The secondary task is to test the acceleration of JIT on these codes. Videos will be uploaded to my YouTube channel. following CC. This repo follows MIT licence.
All-stats-and-DS-on-iris
A collection of ALL POSSIBLE statistical and data science models on the iris data set in R. Let us make a comparision between ALL invented approaches to crunch the data!
animated-adventure-in-mathematics
Math illustrations and animations with Plots.jl, covering a number of plots from High School mathematics to Calculous and Linear algebra.
Generalized_Julia_Set
Code to explore Generalized J Set with Escape-time algorithm iterating z<-z^p+c where p and c are parameters.
HypercomplexFractal
Hypercomplex fractal rendering with R
Julia_Numerical_Recipe
Numerical Computation & Analysis Recipe for JL
Mathematical-Modeling-R-Sample-Code
This repository serves another collection of R sample codes for Meerschaert's Mathematical Modeling (4 th ed. ) https://www.stt.msu.edu/users/mcubed/modeling.html
Mathematical-Modeling-Sage-Math-Sample-Code
Sample codes for demonstration and comparision between different scientific computing lanuages. This repository serves another collection of Sage Math sample codes for Meerschaert's Mathematical Modeling (4 th ed. ) https://www.stt.msu.edu/users/mcubed/modeling.html In remembrance of Prof. Meerschaeart https://www.stt.msu.edu/users/mcubed/index.html And many thanks for his suggestions on making the plots. This repository is also different from the package I developed for quick viewing and modeling, linked on the author's website which is listed https://github.com/HaoLi111/rMathModeling
rAviExp
R library for Model Aviation Exploratory design.
HaoLi111's Repositories
HaoLi111/animated-adventure-in-mathematics
Math illustrations and animations with Plots.jl, covering a number of plots from High School mathematics to Calculous and Linear algebra.
HaoLi111/HypercomplexFractal
Hypercomplex fractal rendering with R
HaoLi111/1d-mapping-explorations
A project to utilize my previous R package (not documented yet) SeriesXplorer on 1d mappings. Detection of periodicity, chaotic behaviors and animated visualizations are the major tasks. The secondary task is to test the acceleration of JIT on these codes. Videos will be uploaded to my YouTube channel. following CC. This repo follows MIT licence.
HaoLi111/dichotomousKey
Formulating, editing and indexing dichotomous list and key table made easy.
HaoLi111/interactive-graphbook-of-mathematics
Interactive nb files with mathematica, for illustration of math concepts, with interactive slidebars
HaoLi111/Open-Model-Airplane-Training
HaoLi111/rAviExp
R library for Model Aviation Exploratory design.
HaoLi111/rMathModeling
General Math Modeling Tools for R
HaoLi111/VisDyn.jl
Visualization for Dynamical Systems
HaoLi111/Generalized_Julia_Set
Code to explore Generalized J Set with Escape-time algorithm iterating z<-z^p+c where p and c are parameters.
HaoLi111/Mathematical-Modeling-R-Sample-Code
This repository serves another collection of R sample codes for Meerschaert's Mathematical Modeling (4 th ed. ) https://www.stt.msu.edu/users/mcubed/modeling.html
HaoLi111/Mathematical-Modeling-Sage-Math-Sample-Code
Sample codes for demonstration and comparision between different scientific computing lanuages. This repository serves another collection of Sage Math sample codes for Meerschaert's Mathematical Modeling (4 th ed. ) https://www.stt.msu.edu/users/mcubed/modeling.html In remembrance of Prof. Meerschaeart https://www.stt.msu.edu/users/mcubed/index.html And many thanks for his suggestions on making the plots. This repository is also different from the package I developed for quick viewing and modeling, linked on the author's website which is listed https://github.com/HaoLi111/rMathModeling
HaoLi111/Aeromodelling-as-Teen-s-Sport
Resources related to designing, choosing, building, operating, crashing, and reparation of airplane models.
HaoLi111/Biology_classification
HaoLi111/ChatMyArchive
A lightweight local file source searching repo for multiple files. For 2024 Hackathon
HaoLi111/ergocheck
Reactive UI to calculate for kitchen design triangle model.
HaoLi111/eXpand
# Code snipnet for expanding 3d surfaces to a 2d projection - maybe useful for building models of complicated 3d forms by folding 2d papers/ foamboards or cardboards. - to expand either manually specify expanding bases and directions (input 2d or 3d faces) - or, use an expansion logic to expand a sequence of surfaces - experimental, no warranty
HaoLi111/LinuxMLTroubleshoot
All problems I encountered in building machine, trying to remove windows, install linux, conda, pytorch with cuda, rstudio, devtools and more--and how I got through.
HaoLi111/Maths
Math links as notes.
HaoLi111/MFVN
Package: MFVN Type: Package Title: Multivariable Functions Visual & Numerical library Version: 0.2.1 Author: Hao Li Maintainer: Hao Li <lhrcplanes@qq.com> Description: MFVN offers a number of tools to apply certain function to multidimensional space, managing data and functions, calculate numerical derivatives & antiderivatives for multivatiable functions and create different visualizations. License: GPL V3.0 Encoding: UTF-8 LazyData: true
HaoLi111/ML_BioStats
On biostats problems found on open datasets, Kaggle, hackathons and eval.ai etc.
HaoLi111/ModelAircraftDesignTuningHandbook
Handbook of Model Aircraft Design and Tuning. Open source. Based on a number of Open source softwares.
HaoLi111/ModelPlanePower
HaoLi111/Previewer
Previewing datasets with save and systematic statistical approach
HaoLi111/R-Language-from-the-Abstract
R Language from the Abstract
HaoLi111/SeriesXplorer
Analyse & visualize dynamic systems. In development
HaoLi111/sk_in_torch
HaoLi111/StatsReportTemplates
HaoLi111/tuneSurvey
Survey on auto-tuning of machine learning models
HaoLi111/WebrAviExpConvConcept
Explore Conventional Concept RC fixded wing airplane parameters. A modification from my the previous package "rAviExp". For demonstration and education purposes only.