Carpe's Blog
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • LINKS
  • ABOUT
  • CHANGELOG
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • LINKS
  • ABOUT
  • CHANGELOG
  • 01_C\C++编程方法

    这一节主要摘录一些 C/C++ 的语言特性(我时常会忘记的那些,比较偏的 main() 可以理解为程序运行时就会执行 main() 中的代码。实际上,main 函数是由系统或外部程序调用的。最后的 return 0; 表示程序运行成功。 ...
      2022-12-12  
    • Code like tourist 
     
    • C\C++ 
    Read more 
  • 09_Notes for Neural Networks in Practice

    back prop as an algorithm has a lot of details and can be a little bit tricky to implement. Unrolling ParametersWith neural n...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    • | Neural Network 
    Read more 
  • 08_Backpropagation

    这一节,Andrew在这一节,避开了 partial derivative(偏导数)的计算,只给出了比较直观的数学解释。推荐知乎文章:吴恩达机器学习:神经网络 | 反向传播算法详尽地推导了反向传播算法 Cost FunctionDefination ...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    • | Neural Network 
    • | Backpropagation 
    Read more 
  • 07_Neural Network

    这里主要集结了CS229,week 4的内容,感觉也没啥内容。。。可能是,之前就比较熟悉lenet5分类器的缘故。 None-linear Hypotheses提出了 Neural Network Neurons and the Brain大概就是,...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    • | Neural Network 
    Read more 
  • 06_Overfitting and Regularization

    OverfittingModel can fit the training dataset perfectly, but can’t do genelize well to the test example. Underfittingor high ...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    Read more 
  • 05_Logistic Regression

    Classification and RepresentationClassificationLinear Regression with a threshold to divide the data in different class.But t...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    • | Supervised Learning 
    • | Classification 
    Read more 
  • CS229_Assignments

    收录了CS229_Coursera Machine Learning (Andrew Ng) 的编程作业可以到github到链接里,找对应到答案 Ex1: Linear Regression with Multiple Variablesgith...
      2022-12-12  
    • Courses Assignments 
     
    • CS229 (Andrew Ng) 
    Read more 
  • 04_Computing Parameters Analytically

    Computing Parameters AnalyticallyNormal EquationNormal Equation is the second way of minimizing Cost Function , except Gradie...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    • | Supervised Learning 
    Read more 
  • 03_Multivariate Linear Regression

    Multivariate Linear RegressionMultiple FeaturesLinear regression with multiple variables Remark: Note that for convenience...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    • | Supervised Learning 
    Read more 
  • 02_Gradient Descent/Linear Regression/Linear Algebra

    Parameter LearningGradient DescentBy taking the derivative(the tangential line to a function) of cost function, we can get a ...
      2022-12-12  
    • Machine Learning 
     
    • CS229 (Andrew Ng) 
    • | Courses Notes 
    • | Supervised Learning 
    • | Regression 
    Read more 
Prev Next
© 2021 - 2023    Carpe Tu
Visitor Count   Totalview 
Powered by Hexo | Theme Keep v3.6.1