
Aditi Mahajan
Indian Institute of Technology Roorkee
Followers: 0 Following: 0
MATLAB
Spoken Languages:
English
Professional Interests:
Optimization, Classification, AI for Signals and Images, Mechanical Engineering
Statistics
RANK
167,637
of 299,791
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,807
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Resolving error on using LSBoost (fitrensemble)
What is wrong in the below code? The error shown is not understandable. I have followed each step given in fitrensemble document...
2 years ago | 0 answers | 0
0
answersQuestion
Display output from neural network on APP Designer
I have build a neural network model and saved it to load in APP Designer as shown in figure. The code is showing no error. Bu...
2 years ago | 1 answer | 0
1
answerQuestion
Can "genrfeatures" function be used with "fitrnet" function?
In "genrfeatures" function, the "TargetLearner" argument has only three options: linear, SVM and ensemble (bag method). I want t...
2 years ago | 1 answer | 0
1
answerQuestion
Data extraction from a research article (an electronic pdf with highly unstructured data)
My research area is applied machine learning in material science. I am struggling for an algorithm which could retrieve the desi...
3 years ago | 2 answers | 0
2
answersQuestion
ANN's weight & bias optimization using GA
To optimize weights & bias of ANN using GA, a row vector is given in the function call that contains the weights and bias. How c...
3 years ago | 0 answers | 0
0
answersSolved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
3 years ago
Solved
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
5 years ago
Solved
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
5 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years ago