├── Activation Functions Unveiled ReLU's Role in AI Neural Networks – In Plain English └── simple_neural_network.py ├── How to Build a Quantum AI Model to predict Iris flower data ├── code images │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ └── 7.png ├── pexels-googledeepmind-25626507.jpg ├── pexels-guvo-20731157.jpg ├── pexels-pavel-danilyuk-8438918.jpg ├── pexels-pixabay-210158.jpg ├── pexels-weekendplayer-45072.jpg └── quantum_classical_model.py ├── How to Build a Rocket Control System Applied Control Theory with Python ├── M6_ControlSystemsdiagram.png ├── Transfer function v2.png ├── Transfer function.png ├── bode plot detail.png ├── bode plot.png ├── bode.png ├── code images │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ └── 7.png ├── detail bode.png ├── nyquist plot.png ├── nyquist.png ├── pid_control_analysis.py └── root locus.png ├── How to Build an Interpretable Artificial Intelligence Model A Simple Python code examples ├── ebm_breast_cancer_classification.py └── interpret.png ├── How to build a quantum artificial intelligence model A simple python guide ├── H2H.png └── vqe_h2_molecule_simulation.py ├── How_to_make_your_own_PCA_Function_from_Scrach └── PCA_from_strach.py ├── LICENSE ├── Python object oriented programming in plain images ├── Scripts │ ├── automatic.py │ ├── automaticV2.py │ ├── completeAdress.py │ ├── manually.py │ └── methods.py ├── codeImages │ ├── automatic.py.png │ ├── automaticV2.py.png │ ├── completeAddress.py.png │ ├── manually.png │ ├── methods1.py.png │ ├── methods2.py.png │ ├── methods3.py.png │ └── methods4.py.png └── pexelsImages │ ├── pexels-binyamin-mellish-106399.jpg │ └── pexels-jeshootscom-834892.jpg ├── README.md ├── The Trillion-Dollar equation in Plain English: The Black-Scholes Equation with python code examples └── code.py ├── The truly simple guide to C pointers ├── Untitled Diagram.22222.png ├── Untitled Diagram.3333333.png ├── Untitled Diagram.drawio.png ├── casino.jpg ├── code │ ├── doublepointers.c │ ├── main │ ├── main.c │ └── program ├── doublepointersresult.png ├── envelope9.jpg ├── errors.png ├── friend_postal_office.png ├── main.c.png ├── program.c.png ├── suppy_chain.jpg └── tuunjun Diagram.drawio.png ├── Understanding Markov Chains Forecasting the Future ├── hh.py └── hmm │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ └── 6.png ├── What exactly are Monte Carlo Methods - Predicting with python code examples └── code.py ├── What exactly is a compiler? ├── Compile C code command.png ├── Hello world.png └── code │ ├── Hello world in C.png │ └── main.c ├── What is a Kalman Filter Simplifying Noisy Data in navegation and finance ├── code images │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ └── 9.png ├── ekf_nonlinear_state_estimation.py ├── pexels-captainsopon-3402846.jpg ├── pexels-eberhardgross-1287075.jpg ├── pexels-mikebirdy-170811.jpg └── pexels-noellegracephotos-906055.jpg ├── What is the structure of all mathematics? ├── linear_eq_solver_numpy.png ├── linear_eq_solver_numpy.py ├── sympy_equation_solver.png └── sympy_equation_solver.py ├── What_exactly_is_spectral_analysis ├── Fourier.py ├── Hilbert_Huang.py ├── laplace.py ├── radon.py └── z.py └── what_is_numerical_analysis ├── PDE.py └── optimize.py /Activation Functions Unveiled ReLU's Role in AI Neural Networks – In Plain English/simple_neural_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Activation Functions Unveiled ReLU's Role in AI Neural Networks – In Plain English/simple_neural_network.py -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/code images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/code images/1.png -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/code images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/code images/2.png -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/code images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/code images/3.png -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/code images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/code images/4.png -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/code images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/code images/5.png -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/code images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/code images/6.png -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/code images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/code images/7.png -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/pexels-googledeepmind-25626507.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/pexels-googledeepmind-25626507.jpg -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/pexels-guvo-20731157.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/pexels-guvo-20731157.jpg -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/pexels-pavel-danilyuk-8438918.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/pexels-pavel-danilyuk-8438918.jpg -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/pexels-pixabay-210158.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/pexels-pixabay-210158.jpg -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/pexels-weekendplayer-45072.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/pexels-weekendplayer-45072.jpg -------------------------------------------------------------------------------- /How to Build a Quantum AI Model to predict Iris flower data/quantum_classical_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Quantum AI Model to predict Iris flower data/quantum_classical_model.py -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/M6_ControlSystemsdiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/M6_ControlSystemsdiagram.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/Transfer function v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/Transfer function v2.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/Transfer function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/Transfer function.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/bode plot detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/bode plot detail.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/bode plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/bode plot.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/bode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/bode.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/code images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/code images/1.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/code images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/code images/2.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/code images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/code images/3.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/code images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/code images/4.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/code images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/code images/5.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/code images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/code images/6.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/code images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/code images/7.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/detail bode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/detail bode.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/nyquist plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/nyquist plot.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/nyquist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/nyquist.png -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/pid_control_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/pid_control_analysis.py -------------------------------------------------------------------------------- /How to Build a Rocket Control System Applied Control Theory with Python/root locus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build a Rocket Control System Applied Control Theory with Python/root locus.png -------------------------------------------------------------------------------- /How to Build an Interpretable Artificial Intelligence Model A Simple Python code examples/ebm_breast_cancer_classification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build an Interpretable Artificial Intelligence Model A Simple Python code examples/ebm_breast_cancer_classification.py -------------------------------------------------------------------------------- /How to Build an Interpretable Artificial Intelligence Model A Simple Python code examples/interpret.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to Build an Interpretable Artificial Intelligence Model A Simple Python code examples/interpret.png -------------------------------------------------------------------------------- /How to build a quantum artificial intelligence model A simple python guide/H2H.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to build a quantum artificial intelligence model A simple python guide/H2H.png -------------------------------------------------------------------------------- /How to build a quantum artificial intelligence model A simple python guide/vqe_h2_molecule_simulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How to build a quantum artificial intelligence model A simple python guide/vqe_h2_molecule_simulation.py -------------------------------------------------------------------------------- /How_to_make_your_own_PCA_Function_from_Scrach/PCA_from_strach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/How_to_make_your_own_PCA_Function_from_Scrach/PCA_from_strach.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/LICENSE -------------------------------------------------------------------------------- /Python object oriented programming in plain images/Scripts/automatic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/Scripts/automatic.py -------------------------------------------------------------------------------- /Python object oriented programming in plain images/Scripts/automaticV2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/Scripts/automaticV2.py -------------------------------------------------------------------------------- /Python object oriented programming in plain images/Scripts/completeAdress.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/Scripts/completeAdress.py -------------------------------------------------------------------------------- /Python object oriented programming in plain images/Scripts/manually.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/Scripts/manually.py -------------------------------------------------------------------------------- /Python object oriented programming in plain images/Scripts/methods.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/Scripts/methods.py -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/automatic.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/automatic.py.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/automaticV2.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/automaticV2.py.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/completeAddress.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/completeAddress.py.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/manually.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/manually.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/methods1.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/methods1.py.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/methods2.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/methods2.py.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/methods3.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/methods3.py.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/codeImages/methods4.py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/codeImages/methods4.py.png -------------------------------------------------------------------------------- /Python object oriented programming in plain images/pexelsImages/pexels-binyamin-mellish-106399.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/pexelsImages/pexels-binyamin-mellish-106399.jpg -------------------------------------------------------------------------------- /Python object oriented programming in plain images/pexelsImages/pexels-jeshootscom-834892.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Python object oriented programming in plain images/pexelsImages/pexels-jeshootscom-834892.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/README.md -------------------------------------------------------------------------------- /The Trillion-Dollar equation in Plain English: The Black-Scholes Equation with python code examples/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The Trillion-Dollar equation in Plain English: The Black-Scholes Equation with python code examples/code.py -------------------------------------------------------------------------------- /The truly simple guide to C pointers/Untitled Diagram.22222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/Untitled Diagram.22222.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/Untitled Diagram.3333333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/Untitled Diagram.3333333.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/Untitled Diagram.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/Untitled Diagram.drawio.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/casino.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/casino.jpg -------------------------------------------------------------------------------- /The truly simple guide to C pointers/code/doublepointers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/code/doublepointers.c -------------------------------------------------------------------------------- /The truly simple guide to C pointers/code/main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/code/main -------------------------------------------------------------------------------- /The truly simple guide to C pointers/code/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/code/main.c -------------------------------------------------------------------------------- /The truly simple guide to C pointers/code/program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/code/program -------------------------------------------------------------------------------- /The truly simple guide to C pointers/doublepointersresult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/doublepointersresult.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/envelope9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/envelope9.jpg -------------------------------------------------------------------------------- /The truly simple guide to C pointers/errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/errors.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/friend_postal_office.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/friend_postal_office.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/main.c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/main.c.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/program.c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/program.c.png -------------------------------------------------------------------------------- /The truly simple guide to C pointers/suppy_chain.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/suppy_chain.jpg -------------------------------------------------------------------------------- /The truly simple guide to C pointers/tuunjun Diagram.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/The truly simple guide to C pointers/tuunjun Diagram.drawio.png -------------------------------------------------------------------------------- /Understanding Markov Chains Forecasting the Future/hh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Understanding Markov Chains Forecasting the Future/hh.py -------------------------------------------------------------------------------- /Understanding Markov Chains Forecasting the Future/hmm/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Understanding Markov Chains Forecasting the Future/hmm/1.png -------------------------------------------------------------------------------- /Understanding Markov Chains Forecasting the Future/hmm/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Understanding Markov Chains Forecasting the Future/hmm/2.png -------------------------------------------------------------------------------- /Understanding Markov Chains Forecasting the Future/hmm/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Understanding Markov Chains Forecasting the Future/hmm/3.png -------------------------------------------------------------------------------- /Understanding Markov Chains Forecasting the Future/hmm/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Understanding Markov Chains Forecasting the Future/hmm/4.png -------------------------------------------------------------------------------- /Understanding Markov Chains Forecasting the Future/hmm/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Understanding Markov Chains Forecasting the Future/hmm/5.png -------------------------------------------------------------------------------- /Understanding Markov Chains Forecasting the Future/hmm/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/Understanding Markov Chains Forecasting the Future/hmm/6.png -------------------------------------------------------------------------------- /What exactly are Monte Carlo Methods - Predicting with python code examples/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What exactly are Monte Carlo Methods - Predicting with python code examples/code.py -------------------------------------------------------------------------------- /What exactly is a compiler?/Compile C code command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What exactly is a compiler?/Compile C code command.png -------------------------------------------------------------------------------- /What exactly is a compiler?/Hello world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What exactly is a compiler?/Hello world.png -------------------------------------------------------------------------------- /What exactly is a compiler?/code/Hello world in C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What exactly is a compiler?/code/Hello world in C.png -------------------------------------------------------------------------------- /What exactly is a compiler?/code/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What exactly is a compiler?/code/main.c -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/1.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/2.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/3.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/4.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/5.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/6.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/7.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/8.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/code images/9.png -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/ekf_nonlinear_state_estimation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/ekf_nonlinear_state_estimation.py -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-captainsopon-3402846.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-captainsopon-3402846.jpg -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-eberhardgross-1287075.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-eberhardgross-1287075.jpg -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-mikebirdy-170811.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-mikebirdy-170811.jpg -------------------------------------------------------------------------------- /What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-noellegracephotos-906055.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is a Kalman Filter Simplifying Noisy Data in navegation and finance/pexels-noellegracephotos-906055.jpg -------------------------------------------------------------------------------- /What is the structure of all mathematics?/linear_eq_solver_numpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is the structure of all mathematics?/linear_eq_solver_numpy.png -------------------------------------------------------------------------------- /What is the structure of all mathematics?/linear_eq_solver_numpy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is the structure of all mathematics?/linear_eq_solver_numpy.py -------------------------------------------------------------------------------- /What is the structure of all mathematics?/sympy_equation_solver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is the structure of all mathematics?/sympy_equation_solver.png -------------------------------------------------------------------------------- /What is the structure of all mathematics?/sympy_equation_solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What is the structure of all mathematics?/sympy_equation_solver.py -------------------------------------------------------------------------------- /What_exactly_is_spectral_analysis/Fourier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What_exactly_is_spectral_analysis/Fourier.py -------------------------------------------------------------------------------- /What_exactly_is_spectral_analysis/Hilbert_Huang.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What_exactly_is_spectral_analysis/Hilbert_Huang.py -------------------------------------------------------------------------------- /What_exactly_is_spectral_analysis/laplace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What_exactly_is_spectral_analysis/laplace.py -------------------------------------------------------------------------------- /What_exactly_is_spectral_analysis/radon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What_exactly_is_spectral_analysis/radon.py -------------------------------------------------------------------------------- /What_exactly_is_spectral_analysis/z.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/What_exactly_is_spectral_analysis/z.py -------------------------------------------------------------------------------- /what_is_numerical_analysis/PDE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/what_is_numerical_analysis/PDE.py -------------------------------------------------------------------------------- /what_is_numerical_analysis/optimize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tiagomonteiro0715/freecodecamp-my-articles-source-code/HEAD/what_is_numerical_analysis/optimize.py --------------------------------------------------------------------------------