blog.iread.funTalk with gemini-2.0-flash-thinking about Deep Neural Networks (DNNs) and Reinforcement Learning (RL)what DNN(CNN,RNN,LLM) really learning are just a lot weights Yes, at the most fundamental level, what Deep Neural Networks (DNNs) – including Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), and Large Language Models (LLMs) – l...Jan 7, 2025·19 min read
blog.iread.funA detailed course plan/roadmap for teaching chemistry at homeHere's a detailed course plan/roadmap for teaching chemistry at home. Chemistry, with its hands-on experiments and real-world applications, can be a fascinating subject for children of all ages. Remember to adapt this plan based on your child's age, ...Jan 3, 2025·7 min read
blog.iread.funA detailed course plan/roadmap for teaching physics at homeOkay, here's a detailed course plan/roadmap for teaching physics at home. Like math, physics can be approached in a hands-on, inquiry-based way, making it engaging for children of all ages. Remember to adapt this plan based on your child's age, inter...Jan 3, 2025·7 min read
blog.iread.funA detailed course plan/roadmap for teaching mathematics at homeThat's fantastic you're taking the initiative to teach your child math at home! This can be a rewarding experience. Here's a detailed course plan/roadmap, broken down by age groups and key mathematical concepts. Remember that this is a guideline, and...Jan 3, 2025·7 min read
blog.iread.funColors in Makie.jl# https://github.com/JuliaPlots/PlotUtils.jl/blob/master/src/colorschemes.jl abstract type AbstractColorList end abstract type ColorGradient <: AbstractColorList end struct ContinuousColorGradient <: ColorGradient colors::ColorScheme values...May 9, 2024·3 min read