Open in app

Sign In

Write

Sign In

TeeTracker
TeeTracker

32 Followers

Home

About

Nov 20, 2022

From Linear combination To Recommendation algorithm

Introduce a use case of a collaborative (based) filtering based recommendation system via deep learning. This article will not use the mathematical terms of linear algebra or term knowledge, which are occasionally mentioned, and do not count these too much. A “recommendation” usage A question is raised here, can we use a kind…

Deep Learning

8 min read

From Linear combination To Recommendation algorithm
From Linear combination To Recommendation algorithm
Deep Learning

8 min read


Nov 13, 2022

Content based user profile in recommendation system

Math base, linear combination > don't like, just ignore this and go to the bottom of this article and read from bottom to top. Yes, we need to start topic with linear combination 😅, a pity, but definitely not an in-depth explanation, just a quote: 《Deep Learning》Ian Goodfellow Yoshua Bengio Aaron Courville Chapter 2…

Machine Learning

7 min read

Content based user profile in recommendation system
Content based user profile in recommendation system
Machine Learning

7 min read


Nov 12, 2022

PixelRNN, image generation with RNN(lab note 2: parameter initialization, dataset and sampling)

Go below and check the notebook directly when need more information. Parameter initialization The lab was done with Pytorch, although Keras is also good. What actually surprises me is not the training performance of both in Google Colab, but in the parameter initialization. …

AI

3 min read

PixelRNN, image generation with RNN(lab note 2: parameter initialization, dataset and sampling)
PixelRNN, image generation with RNN(lab note 2: parameter initialization, dataset and sampling)
AI

3 min read


Nov 11, 2022

Deep Learning, key-points

Introduction to Neural Networks First thing’s first

AI

14 min read

Deep Learning, key-points
Deep Learning, key-points
AI

14 min read


Nov 7, 2022

PixelRNN, image generation with RNN(lab note 1: model architecture)

Use recurrent neural network (RNN) to generate image, simplest image generative model. First try In fact it surprised me how easy it was to do this with RNN to generate images. …

Deep Learning

3 min read

PixelRNN, image generation with RNN(lab note 1: model architecture)
PixelRNN, image generation with RNN(lab note 1: model architecture)
Deep Learning

3 min read


Oct 31, 2022

Unsupervised Machine Learning (review)

Unsupervised Learning Algorithms

Machine Learning

17 min read

Unsupervised Machine Learning (review)
Unsupervised Machine Learning (review)
Machine Learning

17 min read


Aug 31, 2022

With One Example Learning Hierarchical Clustering

Hierarchical Clustering is not really used much, if you use scikit-learn, the syntax is not much different from other models, except for the arguments to the constructor. Although almost all sklearn models are always used as black boxes (after all, no one always builds a car company on wheels), it…

Clustering Algorithm

4 min read

With One Example Learning Hierarchical Clustering
With One Example Learning Hierarchical Clustering
Clustering Algorithm

4 min read


Aug 28, 2022

Image Reduction with K-Means

Use K-Means to find centroids that represent all clusters. Replace the value of color channels of images with cluster representations(centroids), in other word that we can use K-means to reduce the size of high-quality images by just keeping the important information and grouping the colors with the right number of…

Standard K Mean

2 min read

Image Reduction with K-Means
Image Reduction with K-Means
Standard K Mean

2 min read


Aug 23, 2022

Machine Learning (recap summary of notes)

Supervised Machine Learning The types of supervised Machine Learning are: Regression, in which the target variable is continuous. For example movie revenue

Machine Learning

22 min read

Machine Learning (recap summary of notes)
Machine Learning (recap summary of notes)
Machine Learning

22 min read


Jul 27, 2022

Numpy floor, ceil, rent

floor The tool floor returns the floor of the input element-wise. The floor of is the largest integer where I and I≤X. import numpy my_array = numpy.array([1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7, 8.8, 9.9]) print numpy.floor(my_array) #[ 1. 2. 3. 4. 5. 6. 7. 8. 9.] ceil The tool ceil returns the ceiling of the input element-wise. The ceiling of is the smallest integer where I and I≥X. import numpy

Numpy

1 min read

Numpy

1 min read

TeeTracker

TeeTracker

32 Followers

Advocate, Enthusiast: AI, machine learning, deep learning

Following
  • Behic Guven

    Behic Guven

  • Yong Shean

    Yong Shean

  • Cassie Kozyrkov

    Cassie Kozyrkov

  • Rebecca Vickery

    Rebecca Vickery

  • Shahrullohon Lutfillohonov

    Shahrullohon Lutfillohonov

See all (81)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech