Creative Engineers
Creative Engineers
  • 7
  • 27 380
Conversion of Floating files to netcdf files using ARCgis
Some of the climate change data are saved in flt file types which is needed to convert in netcdf file formet for further analysis. The Australian Water Availability projects data are saved on .flt file format specifically. In that case conversion is necessary. This lecture allows us to convert the .flt file format to netcdf file format.
Переглядів: 700

Відео

Combining multiple files in one Netcdf/csv files in Matlab
Переглядів 4,1 тис.5 років тому
This video is all combining multiple netcdf files/csv files in a single netcdf/csv files. In data analysis/ climate change analysis, dealing with huge data sets are required. Running the desired data in a single files is always important for putting them in a model like ANN and others. This tutorial helps us to add multiple files of netcdf/csv in a single files.
Reading Excel File in Matlab for ANN Modelling
Переглядів 3386 років тому
In this lecture a brief description is given for writing/reading excel file in matlab for using them in ANN modelling. Microsoft excel is one of the most handily and friendly tool to be used in data analysis. Dealing with excel for matlab modelling is very easy and effective.
Steps to Artificial Neural Network Modelling
Переглядів 4006 років тому
An artificial neuron network (ANN) is a computational model based on the structure and functions of biological neural networks. Information that flows through the network affects the structure of the ANN because a neural network changes - or learns, in a sense - based on that input and output. ANNs are considered nonlinear statistical data modeling tools where the complex relationships between ...
Artificial Neural Networks (ANN): Basic Information
Переглядів 1156 років тому
This video contains the basic information of Artificial Neural Networks. An ANN is based on a collection of connected units or nodes called artificial neurons (a simplified version of biological neurons in an animal brain). Each connection (a simplified version of a synapse) between artificial neurons can transmit a signal from one to another. The artificial neuron that receives the signal can ...
Support Reactions Beam 01
Переглядів 137 років тому
Support Reactions Beam 01
Variance Inflation Factor Using Excel
Переглядів 22 тис.8 років тому
This Video is about the manual calculation of Variance Inflation Factor that is used to find out appropriate input variables for ANN model.

КОМЕНТАРІ

  • @victorqueraltespin1107
    @victorqueraltespin1107 4 місяці тому

    Thanks for your help, wish you the best :)

  • @rosita942
    @rosita942 8 місяців тому

    thank you so muchh🤗

  • @bryanharrycortez757
    @bryanharrycortez757 Рік тому

    Thanks. :)

  • @kusemererwadan6321
    @kusemererwadan6321 2 роки тому

    Good video

  • @bonafied3509
    @bonafied3509 2 роки тому

    That was very informative. may you do another tutorial on how to combine two Netcdf files in R, thanks.

  • @ckguleria7
    @ckguleria7 3 роки тому

    Sir I used your code and it final gave me combined file but as try to open that combinjed nc file using ncdisp command matlab suddenly showing internal error pop up and get closed automatically.

  • @afifatalukder5427
    @afifatalukder5427 3 роки тому

    Wow.... I heartily thank you

  • @sanjila1741
    @sanjila1741 3 роки тому

    Thank you so much!!! This was very helpful

  • @engr.abdullahazzamsafi4515
    @engr.abdullahazzamsafi4515 4 роки тому

    Error using fopen First input must be a file name or a file identifier.

  • @irland128
    @irland128 4 роки тому

    can i get the script?because when i run the script, i get error in "uigetfile"

  • @jbutterfill
    @jbutterfill 4 роки тому

    hi, I could quite catch your comments at the very end when commenting on the VIF results - do you mean to say that a VIF over 3 is evidence of multi collinarity?

  • @bhavikdudhrejiya852
    @bhavikdudhrejiya852 4 роки тому

    Great video

  • @meenakshidevi5425
    @meenakshidevi5425 4 роки тому

    Really helpful

  • @steyely
    @steyely 4 роки тому

    Thank you!!

  • @ashleymalongowski1744
    @ashleymalongowski1744 4 роки тому

    Thank you so much!! Very helpful

  • @imronaderangga2114
    @imronaderangga2114 4 роки тому

    I follow your script but I cant open the output file of netcdf

  • @jteague238
    @jteague238 4 роки тому

    Very clear and concise demonstration. Thank you!!!!

  • @Nono464.
    @Nono464. 4 роки тому

    Helpful thank you.

  • @ShivamSingh-vq5ml
    @ShivamSingh-vq5ml 4 роки тому

    combined netcdf file is of no use. it's not opening

  • @Antland14
    @Antland14 5 років тому

    Super useful video! But I get " Error using fopen . First input must be a file name or a file identifier."

  • @oayantobo156
    @oayantobo156 5 років тому

    Nice video. I followed your steps but could not open the "finalCSVnew.nc". Please can you help?

  • @kaushikjaman6639
    @kaushikjaman6639 6 років тому

    Thanks

  • @williambuckstaff9741
    @williambuckstaff9741 6 років тому

    great video

  • @chee5987
    @chee5987 6 років тому

    Thanks Creative Engineers! This is very helpful and clear explanation. Keep up the good work.

  • @raullopezvalle3083
    @raullopezvalle3083 6 років тому

    Very good video. Congratulations

  • @Nelis1324
    @Nelis1324 7 років тому

    Great video! Thank you so much! Just a quick question though: in the process of creating the linear model, do you check for multicollinearity with VIF at the start on the imperfect model or do you do it on the final model where several variables have already been omitted based on their P-Values?

    • @creativeengineers2467
      @creativeengineers2467 7 років тому

      Dear Nelisje Thank you for your nice comment Actually in my model, initially I have calculated the VIF value for the individual variables and find the variable with higher to lower VIF value. Then I have made different input combination starting from the variable with higher VIF value. Hope you understand..

  • @yurihung9244
    @yurihung9244 7 років тому

    this is a great video . thank you! im just wondering, for VIF is there any significance test / p-value output?

  • @MrSupernova111
    @MrSupernova111 7 років тому

    I followed your instructions and compared it to SAS VIF output. Your calculations were on point. This is great because I do not always have SAS available to me. Thank you very much!