If you don't know where to download AI models for your application, then they are easy to download from here.
This is a large, unique collection of popular AI models for downloading.
You can also use Ollama to download AI models local to use ai without internet
#TechVibe #AI @alnova19
```ollama pull llama3.2```This is a large, unique collection of popular AI models for downloading.
You can also use Ollama to download AI models local to use ai without internet
#TechVibe #AI @alnova19
โค2
Coding is tricky. Coding in interviews feels even harder. Itโs intimidating, uncertain and hard to prepare. Here are 4 ways to do it!
1. Interview Cake: I think it is some of the best prep available and it is targeted toward weaknesses many data scientists have in algorithms and data structures: https://www.interviewcake.com/
2. Leetcode: While developed for software engineering interviews, it has a LOT of useful content for learning algorithms. For data science, I'd suggest focusing on Easy/Medium: https://leetcode.com/
3. Cracking the Coding Interview: Amazing book, sometimes referred to as CTCI. A classic and one you should have: https://cin.ufpe.br/~fbma/Crack/Cracking%20the%20Coding%20Interview%20189%20Programming%20Questions%20and%20Solutions.pdf
4. Daily Coding Problem: The book and the website are awesome. Work on a daily problem. This was my go to resource for when I was looking to stay sharp: https://www.dailycodingproblem.com/
#TechVibe #coding resources @alnova19
1. Interview Cake: I think it is some of the best prep available and it is targeted toward weaknesses many data scientists have in algorithms and data structures: https://www.interviewcake.com/
2. Leetcode: While developed for software engineering interviews, it has a LOT of useful content for learning algorithms. For data science, I'd suggest focusing on Easy/Medium: https://leetcode.com/
3. Cracking the Coding Interview: Amazing book, sometimes referred to as CTCI. A classic and one you should have: https://cin.ufpe.br/~fbma/Crack/Cracking%20the%20Coding%20Interview%20189%20Programming%20Questions%20and%20Solutions.pdf
4. Daily Coding Problem: The book and the website are awesome. Work on a daily problem. This was my go to resource for when I was looking to stay sharp: https://www.dailycodingproblem.com/
#TechVibe #coding resources @alnova19
Forwarded from YearProgressET
โโโโโโโโโโโโโโโโ แฉ% (1%)
Forwarded from Dagmawi Babi Jobs
Join the Prime Intellect RL Residency
Apply here
โข form.typeform.com/to/ibQawo5e
The RL Residency gives you:
โข Compute for experiments
โข A stipend
โข Hands-on support from our internal research team
Who should apply?
โข Grad students with research ideas
โข Independent builders & hackers
โข Part time researchers exploring novel RL environments and evals
If youโve wanted to build environments but lacked compute or support - this is for you
@DagmawiBabiJobs
Apply here
โข form.typeform.com/to/ibQawo5e
The RL Residency gives you:
โข Compute for experiments
โข A stipend
โข Hands-on support from our internal research team
Who should apply?
โข Grad students with research ideas
โข Independent builders & hackers
โข Part time researchers exploring novel RL environments and evals
If youโve wanted to build environments but lacked compute or support - this is for you
@DagmawiBabiJobs
TechVibe
A friend of mine sent me this, and I really think we should spend some serious time with our friend talking about real-life issues. What do you think? #TechVibe #RealConversations #Meet-ups @alnova19
Media is too big
VIEW IN TELEGRAM
By the way, this is how we celebrated with my highschool batch yesterday it was crazy fr๐
#TechVibe #Friends @alnova19
#TechVibe #Friends @alnova19
โค6
Forwarded from แฅแฑแฃแแ
The Grade 12 exam results will be released the day after tomorrow.
I created @ResultsRobot two years ago to help students access their results, and it will be available again tomorrow to assist everyone.
Please note that this is an unofficial service. I built it as an alternative to the official site, which often becomes overloadedโalong with the official Telegram botโwhen hit by a massive number of students all at once.
#esubalew #grade12
I created @ResultsRobot two years ago to help students access their results, and it will be available again tomorrow to assist everyone.
Please note that this is an unofficial service. I built it as an alternative to the official site, which often becomes overloadedโalong with the official Telegram botโwhen hit by a massive number of students all at once.
#esubalew #grade12
โค3
I experience this every time I go to an office, especially government-related ones. Even for really small tasks, the officials take about an hour. This is such an annoying habit. I think theyโve adapted to it so much that it has become part of their routine. But it only makes things messy and wastes our precious time.
I honestly donโt understand them. How do they make things this hard? I even thought people like this must be among the most depressed in their lives, because how can someone be this cruel? I canโt even imagine it.
For me, this is one of the biggest problems in Ethiopia, because I move fast and donโt like wasting time.
#TechVibe @alnova19
I honestly donโt understand them. How do they make things this hard? I even thought people like this must be among the most depressed in their lives, because how can someone be this cruel? I canโt even imagine it.
For me, this is one of the biggest problems in Ethiopia, because I move fast and donโt like wasting time.
#TechVibe @alnova19
๐1
Forwarded from Chapi Dev Talks
Don't despise your "ugly" code.
Nobody looks at a caterpillar and judges it for not being a butterfly yet. We understand it's in a state of progress. ๐
Apply that same grace to yourself.
In tech, art, or any field, the path to mastery is paved with early drafts, failed attempts, and constant learning. That's not failure; it's transformation. Embrace the journey from caterpillar to butterfly.
Your most adorable work is yet to come.
Happy hacking fellas
Nobody looks at a caterpillar and judges it for not being a butterfly yet. We understand it's in a state of progress. ๐
Apply that same grace to yourself.
In tech, art, or any field, the path to mastery is paved with early drafts, failed attempts, and constant learning. That's not failure; it's transformation. Embrace the journey from caterpillar to butterfly.
Your most adorable work is yet to come.
Happy hacking fellas
Master Javascript :
The JavaScript Tree ๐
|
|โโ Variables
| โโโ var
| โโโ let
| โโโ const
|
|โโ Data Types
| โโโ String
| โโโ Number
| โโโ Boolean
| โโโ Object
| โโโ Array
| โโโ Null
| โโโ Undefined
|
|โโ Operators
| โโโ Arithmetic
| โโโ Assignment
| โโโ Comparison
| โโโ Logical
| โโโ Unary
| โโโ Ternary (Conditional)
||โโ Control Flow
| โโโ if statement
| โโโ else statement
| โโโ else if statement
| โโโ switch statement
| โโโ for loop
| โโโ while loop
| โโโ do-while loop
|
|โโ Functions
| โโโ Function declaration
| โโโ Function expression
| โโโ Arrow function
| โโโ IIFE (Immediately Invoked Function Expression)
|
|โโ Scope
| โโโ Global scope
| โโโ Local scope
| โโโ Block scope
| โโโ Lexical scope
||โโ Arrays
| โโโ Array methods
| | โโโ push()
| | โโโ pop()
| | โโโ shift()
| | โโโ unshift()
| | โโโ splice()
| | โโโ slice()
| | โโโ concat()
| โโโ Array iteration
| โโโ forEach()
| โโโ map()
| โโโ filter()
| โโโ reduce()|
|โโ Objects
| โโโ Object properties
| | โโโ Dot notation
| | โโโ Bracket notation
| โโโ Object methods
| | โโโ Object.keys()
| | โโโ Object.values()
| | โโโ Object.entries()
| โโโ Object destructuring
||โโ Promises
| โโโ Promise states
| | โโโ Pending
| | โโโ Fulfilled
| | โโโ Rejected
| โโโ Promise methods
| | โโโ then()
| | โโโ catch()
| | โโโ finally()
| โโโ Promise.all()
|
|โโ Asynchronous JavaScript
| โโโ Callbacks
| โโโ Promises
| โโโ Async/Await
|
|โโ Error Handling
| โโโ try...catch statement
| โโโ throw statement
|
|โโ JSON (JavaScript Object Notation)
||โโ Modules
| โโโ import
| โโโ export
|
|โโ DOM Manipulation
| โโโ Selecting elements
| โโโ Modifying elements
| โโโ Creating elements
|
|โโ Events
| โโโ Event listeners
| โโโ Event propagation
| โโโ Event delegation
|
|โโ AJAX (Asynchronous JavaScript and XML)
|
|โโ Fetch API
||โโ ES6+ Features
| โโโ Template literals
| โโโ Destructuring assignment
| โโโ Spread/rest operator
| โโโ Arrow functions
| โโโ Classes
| โโโ let and const
| โโโ Default parameters
| โโโ Modules
| โโโ Promises
|
|โโ Web APIs
| โโโ Local Storage
| โโโ Session Storage
| โโโ Web Storage API
|
|โโ Libraries and Frameworks
| โโโ React
| โโโ Angular
| โโโ Vue.js
||โโ Debugging
| โโโ Console.log()
| โโโ Breakpoints
| โโโ DevTools
|
|โโ Others
| โโโ Closures
| โโโ Callbacks
| โโโ Prototypes
| โโโ this keyword
| โโโ Hoisting
| โโโ Strict mode
|
| END __
#TechVibe #JavaScript @alnova19
The JavaScript Tree ๐
|
|โโ Variables
| โโโ var
| โโโ let
| โโโ const
|
|โโ Data Types
| โโโ String
| โโโ Number
| โโโ Boolean
| โโโ Object
| โโโ Array
| โโโ Null
| โโโ Undefined
|
|โโ Operators
| โโโ Arithmetic
| โโโ Assignment
| โโโ Comparison
| โโโ Logical
| โโโ Unary
| โโโ Ternary (Conditional)
||โโ Control Flow
| โโโ if statement
| โโโ else statement
| โโโ else if statement
| โโโ switch statement
| โโโ for loop
| โโโ while loop
| โโโ do-while loop
|
|โโ Functions
| โโโ Function declaration
| โโโ Function expression
| โโโ Arrow function
| โโโ IIFE (Immediately Invoked Function Expression)
|
|โโ Scope
| โโโ Global scope
| โโโ Local scope
| โโโ Block scope
| โโโ Lexical scope
||โโ Arrays
| โโโ Array methods
| | โโโ push()
| | โโโ pop()
| | โโโ shift()
| | โโโ unshift()
| | โโโ splice()
| | โโโ slice()
| | โโโ concat()
| โโโ Array iteration
| โโโ forEach()
| โโโ map()
| โโโ filter()
| โโโ reduce()|
|โโ Objects
| โโโ Object properties
| | โโโ Dot notation
| | โโโ Bracket notation
| โโโ Object methods
| | โโโ Object.keys()
| | โโโ Object.values()
| | โโโ Object.entries()
| โโโ Object destructuring
||โโ Promises
| โโโ Promise states
| | โโโ Pending
| | โโโ Fulfilled
| | โโโ Rejected
| โโโ Promise methods
| | โโโ then()
| | โโโ catch()
| | โโโ finally()
| โโโ Promise.all()
|
|โโ Asynchronous JavaScript
| โโโ Callbacks
| โโโ Promises
| โโโ Async/Await
|
|โโ Error Handling
| โโโ try...catch statement
| โโโ throw statement
|
|โโ JSON (JavaScript Object Notation)
||โโ Modules
| โโโ import
| โโโ export
|
|โโ DOM Manipulation
| โโโ Selecting elements
| โโโ Modifying elements
| โโโ Creating elements
|
|โโ Events
| โโโ Event listeners
| โโโ Event propagation
| โโโ Event delegation
|
|โโ AJAX (Asynchronous JavaScript and XML)
|
|โโ Fetch API
||โโ ES6+ Features
| โโโ Template literals
| โโโ Destructuring assignment
| โโโ Spread/rest operator
| โโโ Arrow functions
| โโโ Classes
| โโโ let and const
| โโโ Default parameters
| โโโ Modules
| โโโ Promises
|
|โโ Web APIs
| โโโ Local Storage
| โโโ Session Storage
| โโโ Web Storage API
|
|โโ Libraries and Frameworks
| โโโ React
| โโโ Angular
| โโโ Vue.js
||โโ Debugging
| โโโ Console.log()
| โโโ Breakpoints
| โโโ DevTools
|
|โโ Others
| โโโ Closures
| โโโ Callbacks
| โโโ Prototypes
| โโโ this keyword
| โโโ Hoisting
| โโโ Strict mode
|
| END __
#TechVibe #JavaScript @alnova19
๐2
๐ 10 of the best free books in the field of data science
๐ that you should include in your learning program!
1๏ธโฃ Python Data Science Handbook
Using unique Python libraries with a focus on data science.
Link: PDF
2๏ธโฃ Hands-On Machine Learning book
This book explains the concepts of machine learning with practical examples and Python code and is suitable for novice programmers.
Link: PDF
3๏ธโฃ Deep Learning book
The best book for machine learning and deep learning written by 3 active and top researchers in these fields.
Link: PDF
4๏ธโฃ R for Data Science book
This book reflects the best ways to use R in data science.
Link: PDF
5๏ธโฃ Data Science from Scratch book
This book starts from the simplest possible level and provides you with all the necessary tools and skills to become a great data scientist.
Link: PDF
6๏ธโฃ Machine Learning Yearning book
Error detection in machine learning projects.
Link: PDF
7๏ธโฃ Bayesian Methods for Hackers book
Practical applications of Bayesian inference and probabilistic programming.
Link: PDF
8๏ธโฃ The Elements of Statistical Learning book
Investigating the mathematics of ML algorithms and statistical learning methods.
Link: PDF
9๏ธโฃ DATA SMART book
Implementing complex data science problems using Excel and the tips and tricks of this process.
Link: PDF
๐ Intro to Statistical Learning with Python book
Examples and practical applications of Python language in data science projects.
Link: PDF
#TechVibe #TechResources @alnova19
๐ that you should include in your learning program!
1๏ธโฃ Python Data Science Handbook
Using unique Python libraries with a focus on data science.
Link: PDF
2๏ธโฃ Hands-On Machine Learning book
This book explains the concepts of machine learning with practical examples and Python code and is suitable for novice programmers.
Link: PDF
3๏ธโฃ Deep Learning book
The best book for machine learning and deep learning written by 3 active and top researchers in these fields.
Link: PDF
4๏ธโฃ R for Data Science book
This book reflects the best ways to use R in data science.
Link: PDF
5๏ธโฃ Data Science from Scratch book
This book starts from the simplest possible level and provides you with all the necessary tools and skills to become a great data scientist.
Link: PDF
6๏ธโฃ Machine Learning Yearning book
Error detection in machine learning projects.
Link: PDF
7๏ธโฃ Bayesian Methods for Hackers book
Practical applications of Bayesian inference and probabilistic programming.
Link: PDF
8๏ธโฃ The Elements of Statistical Learning book
Investigating the mathematics of ML algorithms and statistical learning methods.
Link: PDF
9๏ธโฃ DATA SMART book
Implementing complex data science problems using Excel and the tips and tricks of this process.
Link: PDF
๐ Intro to Statistical Learning with Python book
Examples and practical applications of Python language in data science projects.
Link: PDF
#TechVibe #TechResources @alnova19
Forwarded from Ros's perspective ๐งโ๐ป๐ค
am not even a react dev but recently somebody told me about KIRO(AI IDE by Amazon) and tried by building cluelessdev.vercel.app this in just 40 min.