일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- Naive Bayes example
- sweet spot in fitting
- color and data
- Data Distribution
- plotting
- NO TYPO
- variance bias
- API
- plot color
- pandas
- Deep Learning
- productivity
- Insight
- Pararel Computing
- online machine learning
- level of negative
- root of the word
- color theory
- machine learning
- bias vs variance
- utilize
- Apache Beam
- level of emotion
- negotiate
- tensorflow
- ML
- Learn from mistake
- distributed training
- level of positive
- NLP
- Today
- Total
목록Data Science/TODOs (5)
How much am I expressed through the data

Express the level of emotions in either positive or negative through the level of some color feature as following. (i.e) positive : light green -> green -> dark green negative : light red -> red -> dark red #Copyrights:This screenshot is part of the Coursera's Natural Language Processing Specialization by DeepLearning.ai
https://medium.com/value-stream-design/online-machine-learning-515556ff72c5 What is Online Machine Learning? Making machines learn in real time medium.com
https://towardsdatascience.com/how-to-train-your-deep-learning-models-in-a-distributed-fashion-43a6f53f0484 How to train your deep learning models in a distributed fashion. Deep learning algorithms are well suited for large data sets and also training deep learning networks needs large computation power. With GPUs / TPUs easily available on pay per use basis or for free… towardsdatascience.com
https://www.youtube.com/watch?v=uqomO_BZ44g&ab_channel=WhenMathsMeetCoding
https://en.wikipedia.org/wiki/Residual_neural_network Residual neural network - Wikipedia Canonical form of a residual neural network. A layer ℓ − 1 is skipped over activation from ℓ − 2. A residual neural network (ResNet) is an artificial neural network (ANN) of a kind that builds on constructs known from pyramidal cells in the c en.wikipedia.org Training Residual Neural Network with your own d..