• Welcome to Daffodil International University.
 

News:

Daffodil International University Forum contains information about Open Text material, which is only intended for the significant learning purposes of the university students, faculty, other members, and the knowledge seekers of the entire world and is hoped that the offerings will aide in the distribution of reliable information and data relating to the many areas of knowledge.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Md. Billal Hossain

#1
 :) :) :) :) :)
#2
EEE / Re: Nature: Butterfly effect
May 14, 2018, 02:29:06 PM
Nice
:)
#3
Thank you.
#4
From a theoretical perspective, there are many problems in signal processing (filter design) and machine learning (SVMs) that can be formulated as convex optimization problems.  More generally, optimization plays a large role in both fields--in many cases, the optimization problem is to minimize some function of noise/uncertainty subject to constraints that can be tuned, depending on the application.  To a certain extent, you can loosely think of the problem of determining weights which maximize the likelihood function in a logistic regression problem as as analogous to determining the FIR filter taps that may minimize ripple over some frequency band of interest.

From a practical perspective, it is often necessary to combine techniques from both signal processing and machine learning to improve prediction accuracy.  For example, I work with signals from sensors on wearable devices that contain data that corresponds to human movement--the data can be quite noisy, and it is necessary to perform classical signal processing techniques such as sample rate conversion and filtering to preprocess the data, which is then used for feature extraction.  As a result, the training data that is collected is dependent on the filtering parameters that were used to preprocess data--and it is important to consider these parameters while evaluating the efficacy of a predictive model that uses such training data.