So I started building a browser game inspired by Witch Hat Atelier where players draw spells and watch them come to life :D
Just finished most of frontend in svelte.
Next challenge: making a spell parser and sigil recognition
Started a new project, "Bitnote" It's a p2p file-sharing system designed for university course notes. so today I managed to get the central server and intermediate proxy service up and running. Here's the plan :D (still working on it)
Transformers revolutionized deep learning, powering modern LLMs like GPT-4, Gemini and much more. In upcoming posts, I will cover the workings of each layer of the transformer. :D
(6/6)
Linear Regression and Optimization: Linear regression employs mathematical techniques like least squares and optimization algorithms to find the best-fit line and optimise model parameters.(7/7) #LinearRegression#Optimization
Mathematical concepts are the backbone of training a machine learning model. Let's dive into the key ones used in the process! #MathInML#MachineLearning (1/7)
Regularisation: Techniques like L1 and L2 regularisation help prevent overfitting in ML models. They introduce mathematical penalties to control complexity and improve generalisation. (6/7)