Bhartendu
Department. of Space
Followers: 0 Following: 0
PostGrad: Machine Learning & Computing; UnderGrad: Electronics & Communication Engineering
Feeds
已回答
Plot validation curve of Neural Network
1. For Validation accuracy and it's plot: * Perform CV partition as follows: X = imds_Train.Files Y = imds_Train.Labe...
Plot validation curve of Neural Network
1. For Validation accuracy and it's plot: * Perform CV partition as follows: X = imds_Train.Files Y = imds_Train.Labe...
6 years 前 | 2
已回答
Size of Matrix Training Data for CNN for Regression
Related query: <https://in.mathworks.com/matlabcentral/answers/368182-error-in-using-trainnetwork-with-training-data-and-labels...
Size of Matrix Training Data for CNN for Regression
Related query: <https://in.mathworks.com/matlabcentral/answers/368182-error-in-using-trainnetwork-with-training-data-and-labels...
6 years 前 | 0
已回答
Error in using trainNetwork with training data and labels
Try the following: If your data ( *18000* data points) is in form of images with dimensions say, *120*200* (equals to *24000*...
Error in using trainNetwork with training data and labels
Try the following: If your data ( *18000* data points) is in form of images with dimensions say, *120*200* (equals to *24000*...
6 years 前 | 4
已解决
Ned's Queens
A tribute to Cody's five-year anniversary should also celebrate the people behind Cody, and in this particular case, our illustr...
7 years 前
已解决
Number of Even Elements in Fibonacci Sequence
Find how many even Fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
7 years 前
已提交
Linear Regression [Simplest Implementation]
Linear regression using: Direct Method, Inbuilt function, SGD Method
7 years 前 | 8 次下载 |
已解决
I Plead the Fifth
Write a function to provide a yes or no answer to the input string. However, it must plead the 5th amendment (return an empty st...
7 years 前
已解决
Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...
7 years 前
已解决
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
7 years 前
已解决
Pair Primes
Let's define pair primes as follow; * *For 2 digits numbers:* 11 and 17 are pair primes because both of them are 2 digits pri...
7 years 前
已解决
5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...
7 years 前
已解决
Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer whi...
7 years 前
已解决
Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...
7 years 前
已解决
Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...
7 years 前
已解决
How to subtract?
* Imagine you need to subtract one number from another using MATLAB. * You will not be using eval for this task. * Given two A...
7 years 前
已提交
Character recognition using HAM (Neural Network)
Neural Network using Auto Associative memory method to store 5 characters
7 years 前 | 2 次下载 |
已提交
Gauss-Seidel Method, Jacobi Method
The Jacobi and Gauss-Seidel Iterative Methods
7 years 前 | 39 次下载 |
已提交
AdaBoost, PCA (Capstone Project)
Capstone Project: PCA & AdaBoost concepts are applied to 'Car Detection' from images
7 years 前 | 3 次下载 |
已提交
Support Vector Machine
SVM (Linearly Seperable Data) using linear Kernel with Gradient ascent
7 years 前 | 13 次下载 |
已提交
Kernel PCA
Kernel PCA analysis with Kernel ridge regression & SVM regression
7 years 前 | 2 次下载 |
已提交
SMO (Sequential Minimal Optimization)
Sequential Minimal Optimization (Simplified SMO) for SVM classification using Linear Kernel
7 years 前 | 4 次下载 |
已提交
SARSA Reinforcement Learning
Maze solving using SARSA, Reinforcement Learning
7 years 前 | 7 次下载 |
已提交
Maze Solver (Reinforcement Learning)
Maze Solving using Value iterations, Dynamic Programming
7 years 前 | 2 次下载 |
已提交
Support Vector Regression
On-line support vector regression (using Gaussian kernel)
7 years 前 | 7 次下载 |
已提交
Delta Learning, Widrow Hoff Learning
Delta Learning rule, Widrow-Hoff Learning rule (Artificial Neural Networks)
7 years 前 | 1 次下载 |