Statistiques
RANG
N/A
of 297 046
RÉPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
7 704 of 20 422
RÉPUTATION
121
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
15 Fichiers
TÉLÉCHARGEMENTS
40
ALL TIME TÉLÉCHARGEMENTS
1180
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Game Boy ROM creator (incomplete)
Write SM83 assembly in MATLAB (incomplete)
environ 10 heures il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/83ce6200-4144-49fb-b90a-80ec6f80ef98/2354fc9a-80da-4599-b3db-7fd0e1b419d2/images/1724504839.jpg)
A soumis
Autoencoder Feature Selector basic example
This code implements the method described in "Autoencoder Inspired Unsupervised Feature" (Han 2018)
10 mois il y a | 1 téléchargement |
A soumis
PCA demonstration and tool
This is just a small demo of PCA and includes a function to encode a data matrix with the smallest amount of dimensions
plus d'un an il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/1bbffa30-b600-4267-bfb6-2aaa36106dad/edd2e1e0-92b3-4e96-a0f7-4c9662b324e9/images/1694404928.png)
A soumis
kNN simple example
This is a very simple example of the k Nearest Neighbors algorithm in action
plus d'un an il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/8ccd351a-d7cd-4a39-8a91-fd927b6ac5ff/da7e1b56-0d96-4c6a-a79e-b9804fb5e839/images/1692392911.png)
A soumis
Structure in Letter Sequences (Elman 1990)
This is an implementation of Elman's second simulation presented in his 1990 paper (Finding Structure in Time)
plus d'un an il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/787f8996-4dfa-4a04-8c52-306837c3cd0f/34094c88-ab87-4278-a006-74563c1597f0/images/1691205978.png)
A soumis
Simple LSTM prediction example
This example shows the implementation of an LSTM layer used to predict the following samples of a signal based on the first few ...
plus d'un an il y a | 5 téléchargements |
A soumis
Elman Network from scratch
This simply shows an Elman Recurrent Network learning 3 output signals based on 3 input signals. Every step is explained
presque 2 ans il y a | 1 téléchargement |
A soumis
Simple Highway Network example from scratch.
This is a very basic Highway Network example comparing its performances with a Feedforward Neural Network.
environ 2 ans il y a | 1 téléchargement |
A soumis
MNIST handwritten digit recognition with LeNet-1 CNN
This is an implementation of the method described in LeCun's 1989 "Handwritten Digit Recognition with a Back-Propagation Network...
environ 2 ans il y a | 2 téléchargements |
A soumis
Smallest CNN possible
Smallest CNN taking 3x3 pictures as inputs and able to recognize 4 classes
environ 2 ans il y a | 1 téléchargement |
A résolu
Dog Statistics
The vectors ht and wt contains the heights and weights of 20 golden retrievers. In some cases, it was not possible to make both ...
plus de 2 ans il y a
A résolu
Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...
plus de 2 ans il y a
A résolu
Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...
plus de 2 ans il y a
A résolu
Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...
plus de 2 ans il y a
A résolu
Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000
plus de 2 ans il y a
A résolu
Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346
plus de 2 ans il y a
A résolu
Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...
plus de 2 ans il y a
A résolu
MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9
plus de 2 ans il y a
A résolu
MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8
plus de 2 ans il y a
A résolu
MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9
plus de 2 ans il y a
A résolu
MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8
plus de 2 ans il y a
A résolu
Simpson's Paradox - Calculate correlation coefficients for groups of data
Simpson's Paradox is a statistical phenomenon where groups of data can have a characteristic while the whole data set together h...
plus de 2 ans il y a
A résolu
Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...
plus de 2 ans il y a
A résolu
Find the minimum of the column-maximums of a matrix
Given a matrix A, find the maximum value of each column, then return the smallest of those maximum values (ie return the minimum...
plus de 2 ans il y a
A résolu
Find Closest Constant
Given a number x, return the value that is closest to x from this list of constants: 0, 1, , e, , (also known as ). For exampl...
plus de 2 ans il y a
A résolu
Matrix Quadrants
Write a function that takes N as the input, and outputs a matrix whose upper-left (NxN) quadrant contains all ones, the lower-ri...
plus de 2 ans il y a
A soumis
Frequency Modulation GUI
This is a simple GUI to help understand Frequency Modulation
plus de 2 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/9defd575-c5d9-4133-835e-873dadda9fd9/3ee210d3-2151-4f5e-ab5d-48c85693119d/images/1665153026.png)
A résolu
Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...
plus de 2 ans il y a
A résolu
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
plus de 2 ans il y a
A résolu
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
plus de 2 ans il y a