• Stars
    star
    1
  • Language
    MATLAB
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Dynamic-Movement-Primitives-and-Imitation-Learning-Robotics

Dynamic movement primitives (DMPs) are a method of trajectory control/planning from Stefan Schaal’s lab. Complex movements have long been thought to be composed of sets of primitive action ‘building blocks’ executed in sequence and \ or in parallel, and DMPs are a proposed mathematical formalization of these primitives. The difference between DMPs and previously proposed building blocks is that each DMP is a nonlinear dynamical system. The basic idea is that you take a dynamical system with well specified, stable behavior and add another term that makes it follow some interesting trajectory as it goes about its business. The DMP differential equations (Transformation System, Canonical System, Non-linear Function) realize a general way of generating point-to-point movements. Imitation learning using linear regression is performed to compute the weight factor W from a demonstrated trajectory dataset, given by a teacher. The quality of the imitation is evaluated by comparing the training data with the data generated by the DMP.
MATLAB
47
star
2

Stochastic-Simulations-Proj7-Expectation-Maximization

Multivariate Gaussian distribution, Mixture Distribution, Expectation- Maximisation(EM) Algorithm on a 2D Gaussian Mixture Model(GMM), Comparison of quality and speed of GMM-EM estimates for different GMM distributionsn, K-means clustering routine, GMM-EM algorithm for pdf fitting
MATLAB
3
star
3

Stochastic-Simulations-Proj8-Markov-Chain-Monte-Carlo-Optimisation-Minimum-path

Stratification and importance sampling in Monte Carlo Estimation Simulation, Gibbs Sampling, Optimisation using Schwefel fuction - global minimum using simulated annealing, Simulation using exponential, polynomial and logarithmic colling schedule, Simulated annealing simulation to determine a minimal path between 48 US state capitals by road beginning from Sacramento, California.
MATLAB
3
star
4

Robotics-Project

C++
2
star
5

Simulation-of-Image-Rejection-Filters-in-RF

Hartley and Weaver Image Rejection Filter Simulation
MATLAB
1
star
6

Kalman-vs-Butterworth-Filters

Comparison of a 2nd Order Butterworth Filter with a Kalman Filter in Data Filtering
C
1
star
7

Team-Project-in-Robotics--Balance-Step-Walk-tasks-on-NAO-Robot

Robotics Final Project : Balancing, Stepping and Walking Tasks on Nao Robot
C++
1
star
8

RF--Harmonics-Intermodulation-Products-Calculator

The purpose of this mini project is to design a “calculator” of Harmonic and Intermodulation components that are generated due to non-linearities of the RF receiver (Particularly Amplifiers). It will accept 2 OR 3 input frequencies (in MHz) and generate the Harmonic and IM components separately as outputs. The repeated results both within and across orders are eliminated. Everything is summarized in a way that allows one to determine which transmitters are the most likely offenders. Phantom results are also eliminated.
Python
1
star
9

Stochastic-Simulations-Proj4-Monte-Carlo-simulations-Chi-Square-Test-Interval-Estimation

Integral Approx using Monte-Carlo simulations, Chi-squared test on Empirical Distribution, Bootstrap sampling & Interval Estimate of 'Old faithful' geyser's geothermal discharge using data from 272 eruptions since 2000.
MATLAB
1
star