上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 494 下一页
摘要: Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets, 阅读全文
posted @ 2020-07-01 20:09 Zhentiw 阅读(363) 评论(0) 推荐(0)
摘要: Path: Compose Functors -> Monad Transformers -> Free Monad Free monads, it provides a way to modelling functions as Data type. So composing / chaining 阅读全文
posted @ 2020-07-01 14:54 Zhentiw 阅读(174) 评论(0) 推荐(0)
摘要: Path: Compose Functors -> Monad Transformers -> Free Monad Let's first see how much it sucks when dealing with nested Monads (without natural transfor 阅读全文
posted @ 2020-06-29 17:09 Zhentiw 阅读(181) 评论(0) 推荐(0)
摘要: Path: Compose Functors -> Monad Transformers -> Free Monad Compose Functors: Let's say we have a Task holding a Either. And we want simply apply a .ma 阅读全文
posted @ 2020-06-29 14:49 Zhentiw 阅读(149) 评论(0) 推荐(0)
摘要: import './assets/css/style.css'; const app = document.getElementById('app'); app.innerHTML = ` <div class="todos"> <div class="todos-header"> <h3 clas 阅读全文
posted @ 2020-06-28 21:55 Zhentiw 阅读(193) 评论(0) 推荐(0)
摘要: A support vector machine (SVM) is a supervised machine learning model that uses classification algorithms for two-group classification problems. After 阅读全文
posted @ 2020-06-26 03:36 Zhentiw 阅读(154) 评论(0) 推荐(0)
摘要: Predicting Student Admissions with Neural Networks In this notebook, we predict student admissions to graduate school at UCLA based on three pieces of 阅读全文
posted @ 2020-06-22 19:42 Zhentiw 阅读(325) 评论(0) 推荐(0)
摘要: ClassifyNB.py: def classify(features_train, labels_train): ### import the sklearn module for GaussianNB from sklearn.naive_bayes import GaussianNB ### 阅读全文
posted @ 2020-06-20 21:59 Zhentiw 阅读(229) 评论(0) 推荐(0)
摘要: const app = document.getElementById('app'); app.innerHTML = ` <h1>JavaScript DOM</h1> <form name="order"> <label> Your name <input type="text" name="f 阅读全文
posted @ 2020-06-18 19:17 Zhentiw 阅读(224) 评论(0) 推荐(0)
摘要: const app = document.getElementById('app'); app.innerHTML = ` <h1>JavaScript DOM</h1> <form name="order"> <label> Your name <input type="text" name="f 阅读全文
posted @ 2020-06-18 19:09 Zhentiw 阅读(169) 评论(0) 推荐(0)
上一页 1 ··· 190 191 192 193 194 195 196 197 198 ··· 494 下一页