コード例 #1
0
ファイル: Program.cs プロジェクト: jiejasonliu/ml-mnist
        static void Main(string[] args)
        {
            MNISTModel model = new MNISTModel();

            model.Train();
        }