打瞌睡的虫子


  • Home

  • Archives

  • Tags

Pytorch 学习笔记 - Tensor

Posted on 2020-06-20 | In machine learning , pytorch , notes |

读 «动⼿学深度学习 Pytorch 版»

Read more »

Combination Sum

Posted on 2020-06-20 | In Leetcode , array , 数组 , backtracking , 回溯法 , learn python |

Question

Read more »

4 Sum

Posted on 2020-06-20 | In Leetcode , array , 数组 |

Question

Read more »

3 Sum

Posted on 2020-06-19 | In Leetcode , array , 数组 |

Question

Read more »

用Pytorch搭建简单的Linear Regression

Posted on 2020-06-19 | In machine learning , linear regression , pytorch |

之前有一篇用 Numpy从零搭建Linear Regression。 想着可以简单的用Pytorch做一下,当然对于Pytorch来说有些大材小用了,一个feature, 一个output,就算是简单的学习了

Read more »

从零开始创建简单的Linear Regression

Posted on 2020-06-19 | In machine learning , linear regression |

原贴出自 Abhishek Dhule 在 Kaggle上的 “Implementing Simple Linear Regression from scratch”

Read more »

Two Sum II Input Array Is Sorted

Posted on 2020-06-18 | In Leetcode , array , 数组 |

Question

Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number.

Read more »

Two Sum

Posted on 2020-06-18 | In Leetcode , array , 数组 |

Question

Read more »
1 2
Sleepworm

Sleepworm

18 posts
10 categories
10 tags
© 2020 - 2023 Sleepworm