You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
surbhigoel77
changed the title
Suggestion for change in the current ML training material
Suggestion for changes in the current ML training material
May 14, 2024
import torch
import torch.nn as nn
import torch.optim as optim
from torch.utils.data import DataLoader, TensorDataset
from sklearn.model_selection import train_test_split
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import cartopy.crs as ccrs
Tasks:
Load data from csv files
Dataframe of the data
Plot distribution of the variables
Training and Loss function
Visualisation using matplotlib and cartopy (maps of standard deviation, mean of differences between reference (ocean model) and ML output, correlation coefficient between reference and ML output.)
I'd be disinclined to call a neural network an algorithm, because it's just a function (once its domain has been defined). You might be better calling it a model. If you were fitting a polynomial function, for example, you wouldn't call it an algorithm, but it would be okay to call it a model.
ma595
changed the title
Suggestion for changes in the current ML training material
Suggestted changes to the ML training material
Jul 5, 2024
ma595
changed the title
Suggestted changes to the ML training material
Suggested changes to the ML training material
Jul 5, 2024
Proposed sequence of topics
Algorithm used: Neural Network
The text was updated successfully, but these errors were encountered: